You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed
Swapped out nodegit for simple-git as it has a simpler interface and some
users encountered a known issue with libgit2/nodegit where OSX is unable
to verify certs from github.com
Added
Commands to wipe and wipe-all now support the ability to wipe data in the
Neo4j database, either by integrationID or completely.
The additional yarn neo4j:start:plugins command starts the Neo4j Docker
image including the GDS and APOC libraries.
Changed
Commands now only include setup and run. The update-integrations command has
now been absorbed into setup and it now performs clone, update, and dependency
installation.
Fixed
Steps are now properly awaiting prior to final push to Neo4j.