Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #2333: Add systemdb export metadata procedure #2374

Merged
merged 2 commits into from Dec 28, 2021

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Nov 24, 2021

Fixes #2333

I kept some of DocsTest.java generated files to link them from database-introspection/systemdb.adoc, because overview/apoc.systemdb/apoc.systemdb.export.metadata.adoc (and files included in this one) contain the signature, usage example and configuration description.

@vga91 vga91 force-pushed the issue-2333 branch 2 times, most recently from acafef8 to df45a80 Compare November 24, 2021 08:59
@@ -932,4 +935,14 @@ public static String encodeUserColonPassToBase64(String userPass) {
public static boolean isSelfRel(Relationship rel) {
return rel.getStartNodeId() == rel.getEndNodeId();
}

public static String toCypherMap(Map<String, Object> map) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Use CypherFormatterUtils.formatProperties

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Updated

@@ -48,6 +63,41 @@ public NodesAndRelationshipsResult(List<Node> nodes, List<Relationship> relation
}
}

@Procedure(name = "apoc.systemdb.export.metadata")
Copy link
Contributor

Choose a reason for hiding this comment

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

@Admin

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Added

@conker84 conker84 merged commit 47ac3b5 into neo4j-contrib:4.3 Dec 28, 2021
@conker84
Copy link
Contributor

Thank you @vga91

vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Jan 21, 2022
* Fixes 2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
github-actions bot pushed a commit to vga91/neo4j-apoc-procedures that referenced this pull request Jan 21, 2022
* Fixes 2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Jan 24, 2022
…4j-contrib#2374)

* Fixes neo4j-contrib#2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Jan 24, 2022
…4j-contrib#2374)

* Fixes neo4j-contrib#2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Jan 24, 2022
…4j-contrib#2374)

* Fixes neo4j-contrib#2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
JMHReif pushed a commit that referenced this pull request Jan 27, 2022
* Update apoc.import.json.adoc (#2021)
* Remove deprecated apoc.algo docs and PathFinding code
* Fixes #2027
* fixed DocumentGenerator (#2113)
* Merge pull request #2220 from vga91/issue-2218
* Fixes #2218: combination of Neo4j 4.3.3 and Redis dependencies causes Neo4j to crash on start (Linux only)
* fixes #1564: Add Apache arrow read / write support (#1859)
* fix periodic query
* Fixes #2333: Add systemdb export metadata procedure (#2374)
* added System annotation - formatProperties
JMHReif pushed a commit that referenced this pull request Jan 27, 2022
* Fix apoc.load.directory path to directory not reading correctly
* Fixes #1911
* Update apoc.import.json.adoc (#2021)
* Document (and list) which APOC procs start their own transaction
* Fixes #1691
* Merge pull request #2220 from vga91/issue-2218
* Fixes #2218: combination of Neo4j 4.3.3 and Redis dependencies causes Neo4j to crash on start (Linux only)
* Fix antora binary anchor (#2322)
* Add virtual relationship check (#2157)
* Fixes #494: add a sigmoid UDF (#2276)
* add docs page
* Fixes #2333: Add systemdb export metadata procedure (#2374)
* added System annotation - formatProperties
* Fixes #2292: Some bugs and missing stuff in docs (#2414)
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Jan 31, 2022
* Fixes 2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Feb 22, 2022
…4j-contrib#2374)

* Fixes neo4j-contrib#2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Feb 22, 2022
…4j-contrib#2374)

* Fixes neo4j-contrib#2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Feb 24, 2022
…4j-contrib#2374)

* Fixes neo4j-contrib#2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Mar 17, 2022
…4j-contrib#2374)

* Fixes neo4j-contrib#2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Mar 23, 2022
…4j-contrib#2374)

* Fixes neo4j-contrib#2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
vga91 added a commit to vga91/neo4j-apoc-procedures that referenced this pull request Mar 29, 2022
…4j-contrib#2374)

* Fixes neo4j-contrib#2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
conker84 pushed a commit that referenced this pull request Apr 7, 2022
* Fixes #2333: Add systemdb export metadata procedure

* added System annotation - formatProperties
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.

Add systemdb export metadata procedure
2 participants