Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / neo4j/neo4j-javascript-driver issues and pull requests
#1046 - Fix deprecation methods replacement links at Session class
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1045 - Fix Integer primitive type representation
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1044 - Fix ESM importing examples in docs
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1043 - Update dependencies
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1042 - JavaScript issue with Cypher generating floating instead of integer when using LIMIT in query
Issue -
State: closed - Opened by musachi almost 2 years ago
- 2 comments
Labels: bug
#1041 - Fix exported types
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1040 - Export `isNode`, `isRelationship`, `isPath`, `isPathSegment` and `isUnboundedRelationship` function
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1039 - TestKit backend: except txMeta as Cypher types
Pull Request -
State: closed - Opened by robsdedude almost 2 years ago
#1038 - Export browser bundle of drivers as ECMAScript module
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1037 - Add and Improve type guards for `is` methods
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1036 - [Snyk] Upgrade neo4j-driver-core from 5.0.0-dev to 5.2.0
Pull Request -
State: closed - Opened by snyk-bot almost 2 years ago
#1035 - Remove test code from code analysis
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1034 - Revert "Add Snyk policy file"
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1033 - Add Snyk policy file
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1032 - Remove Snyk Actions
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1031 - [Snyk] Security upgrade lerna from 4.0.0 to 5.5.2
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1030 - Test
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1029 - Remove testkit-backend from the Snyk security analysis
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1028 - Testing Snyk Integration
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1027 - 5.x snyk integration
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1026 - Setup Snyk integration
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1025 - Setup Snyk integration
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1024 - Modernize GitHub templates (issues and PRs)
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1023 - Fix RxResult performance issue in Browser
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1022 - Clarify usage of USE clause along with SessionConfig#database
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1021 - [Bug] Unable to query relationships with JavaScript driver
Issue -
State: closed - Opened by ajmeese7 almost 2 years ago
- 3 comments
#1020 - Update SessionConfig#database docs with better recommendation
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1019 - Lost performance with neo4j-driver 5.2.0 on the browser
Issue -
State: closed - Opened by camorimd almost 2 years ago
- 6 comments
#1018 - Un-skip Transaction Executor: should cancel in-flight timeouts when closed
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
#1017 - Update Bookmark manager for no longer tracking per database
Pull Request -
State: closed - Opened by bigmontz almost 2 years ago
- 1 comment
#1016 - Clear receive timeout when close browser and Deno channels
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#1015 - Fix Record#get type checking
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#1014 - Add generic types for Node#labels, Relationship#type and UnboundRelationship#type
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#1013 - Adds ES6 import documentation
Pull Request -
State: open - Opened by ajmeese7 about 2 years ago
- 2 comments
#1012 - Add release policy note to the readme.
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#1011 - Fail fast for more rediscovery failures
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
- 2 comments
#1010 - Add generics and type mapping to Result, Session.run and Transaction.run
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#1009 - Update transaction functions examples for using execute(Read|Write)
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#1008 - Database Notification Improvements
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
- 1 comment
#1007 - Add protected method docs to generated documentation
Issue -
State: open - Opened by wt about 2 years ago
#1006 - Introduce `Driver.executeQuery`
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
- 1 comment
#1005 - Change driver version in readme to 5.x
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#1004 - Commit `neo4j-driver-deno` to the repository
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#1003 - Resolve flaky tests in browser
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#1002 - Add JSON serialization methods for Date types
Pull Request -
State: open - Opened by bigmontz about 2 years ago
#1001 - Add property-based testing to temporal-types conversion (#997)
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
- 1 comment
Labels: cherry-pick
#1000 - Pin testkit version to 5.0
Pull Request -
State: closed - Opened by thelonelyvulpes about 2 years ago
- 1 comment
#999 - Add property-based testing to DateTime serialisation
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#998 - Add property-base tests to `Integer`
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#997 - Add property-based testing to temporal-types conversion
Pull Request -
State: closed - Opened by bigmontz about 2 years ago
#996 - Fix TestKit backend startup for nodejs >10
Pull Request -
State: closed - Opened by robsdedude about 2 years ago
#993 - [Feature Request] No ability to refresh authentication token
Issue -
State: closed - Opened by bmax about 2 years ago
- 6 comments
Labels: feature request
#984 - Bump parse-url from 6.0.0 to 6.0.5
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
Labels: dependencies
#979 - Implemented typesafe parameters
Pull Request -
State: closed - Opened by sunneydev about 2 years ago
- 2 comments
#977 - neo4j-driver does not perform collect operation correctly
Issue -
State: closed - Opened by IR-Baboon over 2 years ago
- 2 comments
#973 - Async/Await not waiting for Subquery Transactions
Issue -
State: open - Opened by rvazarkar over 2 years ago
- 1 comment
#971 - Introduce API Redesign
Pull Request -
State: closed - Opened by bigmontz over 2 years ago
- 2 comments
#970 - Update dependencies
Pull Request -
State: closed - Opened by bigmontz over 2 years ago
#964 - Temporarily enforce DateTime integration tests check for failures in 5.0
Pull Request -
State: closed - Opened by bigmontz over 2 years ago
- 1 comment
#900 - Add acceptance test to `neo4j-deno-driver` and implement deno specific channel
Pull Request -
State: closed - Opened by bigmontz over 2 years ago
#822 - Connection refused in Docker Compose network
Issue -
State: closed - Opened by JonasHiltl almost 3 years ago
- 9 comments
#818 - Same query hitting same db - response time much slower via driver vs neo4j browser?
Issue -
State: closed - Opened by xharmagne almost 3 years ago
- 6 comments
#779 - No inputs were found in the config file tsconfig.json
Issue -
State: closed - Opened by linojon about 3 years ago
- 2 comments
#758 - Bug: Cannot import temporal types from 4.3
Issue -
State: closed - Opened by wheresrhys over 3 years ago
- 1 comment
Labels: docs
#676 - { Neo4jError: Pool is closed, it is no more able to serve requests.
Issue -
State: closed - Opened by ali-hasnain almost 4 years ago
- 6 comments
#660 - #The Client is unauthorized due to authentication failure
Issue -
State: closed - Opened by harikanani almost 4 years ago
- 16 comments
#639 - Unable to connect to Neo4j from nodejs using neo4j-driver
Issue -
State: closed - Opened by AtharvaThorve about 4 years ago
- 10 comments
#614 - Backport fix for connection leak under high load
Pull Request -
State: closed - Opened by voutilad about 4 years ago
#612 - TeamCity reporter
Pull Request -
State: closed - Opened by martin-neotech about 4 years ago
#575 - Disable automatic parsing of DateTime values
Issue -
State: open - Opened by CharlBest over 4 years ago
- 3 comments
Labels: feature request, discussion
#563 - Running an array of cypher queries with Promise.all hangs
Issue -
State: closed - Opened by sureshrajan8 over 4 years ago
- 2 comments
#542 - [Feature Request] Pull through streaming API to prevent back-pressure
Issue -
State: closed - Opened by jasperblues over 4 years ago
- 22 comments
Labels: feature request, 5.0
#529 - Java 11 needs to be installed to run the tests
Issue -
State: closed - Opened by jharris4 over 4 years ago
- 1 comment
Labels: bug, docs
#517 - Can it be used as a module in the browser?
Issue -
State: closed - Opened by LeMoussel almost 5 years ago
- 3 comments
Labels: feature request
#446 - All connections from pool are suddenly closed or never released
Issue -
State: closed - Opened by elielr01 over 5 years ago
- 29 comments
#385 - How to solve Neo4jError: read ECONNRESET
Issue -
State: closed - Opened by rjgmail88 over 6 years ago
- 14 comments
#377 - Client-authenticated TLS connection
Issue -
State: closed - Opened by msemenistyi over 6 years ago
- 6 comments
Labels: feature request
#377 - Client-authenticated TLS connection
Issue -
State: closed - Opened by msemenistyi over 6 years ago
- 6 comments
Labels: feature request
#227 - Bulk Insert data
Issue -
State: closed - Opened by syz3r over 7 years ago
- 5 comments
#227 - Bulk Insert data
Issue -
State: closed - Opened by syz3r over 7 years ago
- 5 comments
#227 - Bulk Insert data
Issue -
State: closed - Opened by syz3r over 7 years ago
- 6 comments
#140 - Equivalent of resultDataContents["graph"]
Issue -
State: closed - Opened by rvazarkar about 8 years ago
- 5 comments
#140 - Equivalent of resultDataContents["graph"]
Issue -
State: closed - Opened by rvazarkar about 8 years ago
- 5 comments