- Bump @babel/traverse from 7.16.10 to 7.23.2 #106 (@dependabot[bot])
- Populate CODEOWENRS, baseline package.json and baseline cortex.yaml (@jablonnc)
- @dependabot[bot]
- Noah Jablonski (@jablonnc)
- Revising node version requirements #98 (@dependabot[bot] @adam-in-ict)
- Merge branch 'dependabot/npm_and_yarn/word-wrap-1.2.4' of https://github.com/JupiterOne/starbase into revise-engine-requirements #96 (@adam-in-ict)
- @dependabot[bot]
- Adam Pierson (@adam-in-ict)
- Update to use Node.js 18 #95 (@austinkelleher)
- Remove J1 free account reference #94 (@austinkelleher)
- Austin Kelleher (@austinkelleher)
- Merge branch 'dependabot/npm_and_yarn/simple-git-3.16.0' of https://github.com/JupiterOne/starbase into expose-stderr #88 (@adam-in-ict)
- Exposing stderr output #89 (@dependabot[bot] @adam-in-ict)
- @dependabot[bot]
- Adam Pierson (@adam-in-ict)
- Bumping minor revision to fix past manual tag creation #87 (@adam-in-ict)
- Updating to latest SDK #86 (@adam-in-ict)
- Adam Pierson (@adam-in-ict)
- Erich Smith (@erichs)
- Adding in optional Neo4j database name configuration #78 (@adam-in-ict)
- Initial Starbase documentation website #75 (@austinkelleher)
- Adam Pierson (@adam-in-ict)
- Austin Kelleher (@austinkelleher)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Make customisable base container image available on GitHub Container Registry.
- Bumped SDK version to pull in fix for issue where we would periodically see duplicate nodes.
- Bumped SDK version to get access to performance improvements for Neo4j uploads.
- Updated publish command.
- Working on fix for Starbase npm package.
- Swapped out
nodegit
forsimple-git
as it has a simpler interface and some users encountered a known issue withlibgit2
/nodegit
where OSX is unable to verify certs fromgithub.com
- 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.
- 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.
- Steps are now properly awaiting prior to final push to Neo4j.
- Initial definition of project.
- Individual commands for setup, update-integrations, and run defined via commander.