Skip to content

Prepare release v1.9.0#388

Open
github-actions[bot] wants to merge 9 commits into
mainfrom
prepare-release/v1.9.0
Open

Prepare release v1.9.0#388
github-actions[bot] wants to merge 9 commits into
mainfrom
prepare-release/v1.9.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Version bump, regenerated docs and changelog for v1.9.0. Merge this, then run the Release workflow against main to tag and publish.

@antejavor antejavor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually review this by view and direct edit since this mkdocs are super fragile with quotes :D

- `Cypher` - `MATCH p=(a)-[:TYPE1 | :TYPE2]->(b) WHERE (a:LABEL) AND (b:LABEL) WITH project(p) AS graph CALL export_util.json(graph, "/home/user")`
Python:
```python
call('export_util.json', '/home/user', "LABEL", ["TYPE1", "TYPE2"]).execute()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is broken.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

- `Cypher` - `MATCH p=(:LABEL)-[:TYPE1]->(:LABEL) WITH project(p) AS graph CALL export_util.json(graph, "/home/user")`
Python:
```python
call('export_util.json', '/home/user', subgraph_path="(:LABEL)-[:TYPE]->(:LABEL)").execute()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, this is broken.

Cypher:
```cypher
MATCH p=(:LABEL)-[:TYPE1]->(:LABEL) WITH project(p) AS graph
CALL export_util.json(graph, '/home/user')

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken

Cypher:
```cypher
MATCH p=(a)-[:TYPE1 | :TYPE2]->(b) WHERE (a:LABEL) AND (b:LABEL)
WITH project(p) AS graph CALL export_util.json(graph, '/home/user')

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken

```

Parses a DOT file into a NetworkX graph and imports it to Memgraph. This method is available when `graph_type="NX"`.
Parses a DOT file to a NetworkX graph and imports it to Memgraph. This method is available when ``graph_type="NX"``

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

broken

@mattkjames7 mattkjames7 requested a review from antejavor June 24, 2026 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants