mage icon indicating copy to clipboard operation
mage copied to clipboard

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:

Results 150 mage issues
Sort by recently updated
recently updated
newest added

- [ ] 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...

Stop tagging DX in PR template

infrastructure
Docs unnecessary

### 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...

Severity - S2
Effort - Unknown
bug
community
Frequency - EveryTime
Reach - Some

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'...

infrastructure

### 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...

Docs - changelog only
feature

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...

infrastructure

### Description Please briefly explain the changes you made here. ### Pull request type - [ ] Bugfix - [ ] Algorithm/Module - [ ] Feature - [ ] Code...

infrastructure
Docs unnecessary
feature

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.

infrastructure