mage
mage copied to clipboard
MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
- [ ] Put a timeout to the wait_for_memgraph function (default is 10s) - [x] Nested indices - [ ] Test the "Database Move" action under the HA k8s cluster...
### Description When `filterStartNode == false`, `path.subgraph_all` would always return the start node. However, it would not expand beyond it if it didn't meet the criteria in `labelFilter`. This is...
**Describe the bug** In the documentation, examples for `subgraph_all` are given. Unfortunately, they don't work as described. **To Reproduce** Run the following query: ``` CREATE (w:Wolf)-[ca:CATCHES]->(d:Dog), (c:Cat), (m:Mouse), (h:Human); MATCH...
Really minor, but we should fix these: ``` 10 warnings found (use --debug to expand): - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 4) - FromAsCasing: 'as'...
### Description Please briefly explain the changes you made here. ### Pull request type - [ ] Bugfix - [ ] Algorithm/Module - [ ] Feature - [ ] Code...
### Description Please briefly explain the changes you made here. ### Pull request type - [ ] Bugfix - [ ] Algorithm/Module - [ ] Feature - [ ] Code...
The following scripts exist in both repos (albeit with slightly different logic) and therefore there is some code duplication: - `aggregate_build_tests.py` - `daily_build_vars.py` This cannot be done at the time...
### Description Please briefly explain the changes you made here. ### Pull request type - [ ] Bugfix - [ ] Algorithm/Module - [ ] Feature - [ ] Code...
Rust installation sometimes fails, causing tests to fail, e.g.: https://github.com/memgraph/mage/actions/runs/14323046748/job/40143466086 Could cache the files for rust, or have some sort of retry mechanism for installing it.