Skip to content

Multi-database routing #471

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

Merged
merged 13 commits into from
Jul 15, 2019
Merged

Multi-database routing #471

merged 13 commits into from
Jul 15, 2019

Conversation

ali-ince
Copy link
Contributor

@ali-ince ali-ince commented Jul 10, 2019

This PR brings multi-database routing support to the javascript driver. Besides this core feature, it includes a couple of small other changes as well.

  1. The db parameter specified during session construction (for selecting the target database) is updated as database to make it aligned with other drivers.
  2. Removed driver.onError callback completely.
  3. Stub tests are now grouped into bolt versions and most test scripts are based on Bolt V3.
  4. Jasmine setup is simplified so that it's now possible to directly run tests without going through the packaging step - which saves lots of time!
  5. Most tests are now classified as unit and integration and are now possible to selectively execute them using gulp test-nodejs-unit or gulp test-nodejs-integration. Or it is possible to directly use filter argument to jasmine executable to filter desired tests to be run (i.e. jasmine --filter="#unit*").

@ali-ince
Copy link
Contributor Author

@zhenlineo I'm merging this PR. Please feel free to add your comments and I'll address them in a seperate PR.

@ali-ince ali-ince merged commit a71a4fc into neo4j:2.0 Jul 15, 2019
@ali-ince ali-ince deleted the 2.0-multidb-routing branch July 15, 2019 15:33
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.

1 participant