This project is mirrored from https://gitee.com/mirrors/neo4jsource.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 15 Mar, 2022 1 commit
-
-
Bastien Louërat authored
-
- 10 Mar, 2022 1 commit
-
-
Sergey Zaporozhtsev authored
-
- 28 Feb, 2022 1 commit
-
-
Louise Söderström authored
-
- 23 Feb, 2022 1 commit
-
-
Oskar Damkjaer authored
-
- 28 Jan, 2022 1 commit
-
-
Greg authored
-
- 18 Jan, 2022 1 commit
-
-
Henrik Nyman authored
The lambdas for online index orderCapability and valueCapability were accidentally leaking a reference to TransactionBoundPlanContext into the query plan cache.
-
- 14 Jan, 2022 1 commit
-
-
Georgiy Kargapolov authored
-
- 20 Dec, 2021 1 commit
-
-
Arne Fischereit authored
-
- 15 Dec, 2021 1 commit
-
-
Georgiy Kargapolov authored
For procedures that return abstract types like `CTNumber`, their type specs now include `CTNumber` subtypes, i.e. `CTInteger` and `CTFloat`.
-
- 06 Dec, 2021 3 commits
-
-
Arne Fischereit authored
-
Arne Fischereit authored
-
Arne Fischereit authored
- Test both zone offset overlap and zone offset gap - Take given offset into account when creating DateTimeValue Co-authored-by:
Bastien Louërat <bastien.louerat@neo4j.com>
-
- 03 Dec, 2021 2 commits
-
-
Hugo Firth authored
-
Hugo Firth authored
-
- 01 Dec, 2021 1 commit
-
-
Eija Werner authored
-
- 11 Nov, 2021 1 commit
-
-
Georgiy Kargapolov authored
-
- 05 Nov, 2021 1 commit
-
-
MishaDemianenko authored
CVE-2021-34371
-
- 04 Nov, 2021 1 commit
-
-
Anton Persson authored
* DumpIdFile tool Utility tool for dumping content of .id files.
-
- 02 Nov, 2021 1 commit
-
-
Gustav Hedengran authored
-
- 18 Oct, 2021 1 commit
-
-
Gregory Woods authored
Cherry-picks cl: Fixes an overflow issue for Duration properties where specific values could lead to failed transactions or transaction log corruption.
-
- 17 Sep, 2021 2 commits
-
-
Satia Herfert authored
-
Satia Herfert authored
Fixes a bug where a uniqueness constraint would mistakenly allow the count store to solve queries like `MATCH (a:A) RETURN count(a.prop)`
-
- 16 Sep, 2021 1 commit
-
-
gjmwoods authored
Update netty to address CVE-2021-37136 and CVE-2021-37137
-
- 15 Sep, 2021 2 commits
-
-
Jon Harris authored
-
Michael Simons authored
This change removes the explicit JSON producing method from the resource and relies fully on the wildcard as a "catch all". Both supported media types (HTML for the redirect to browser and JSON for the discovery API) are evaluated as variants. If no variant can be selected, we indicate that the request was not acceptable. Left with to options, we chose the appropriate and also add the `Vary` header in both cases. This fixes . Cherry picked
-
- 03 Sep, 2021 1 commit
-
-
Louise Söderström authored
-
- 30 Aug, 2021 1 commit
-
-
Jon Harris authored
-
- 25 Aug, 2021 1 commit
-
-
MishaDemianenko authored
CVE-2021-35515,CVE-2021-35516,CVE-2021-35517,CVE-2021-36090
-
- 17 Aug, 2021 1 commit
-
-
Jon Harris authored
-
- 11 Aug, 2021 1 commit
-
-
Mateusz Sulima authored
- unify formatting - add undeclared dependencies - remove unused dependencies
-
- 10 Aug, 2021 1 commit
-
-
gjmwoods authored
-
- 30 Jul, 2021 1 commit
-
-
Jenny Owen authored
* bumped netty version to 4.1.66 * Bump test version of netty-tcnative-boringssl-static to fix runtime ClassDefNotFound error
-
- 26 Jul, 2021 5 commits
-
-
Satia Herfert authored
-
Satia Herfert authored
Property equality predicates were previously extracted into `PatternExpressions` if possible. Unfortunately, relationship property equality predicates on relationships to extract were simply discarded instead of put into the `PatternExpression`. Moreover, this code was only exercised in the unit tests. When invoked with the rest of the pipeline, equality predicates had already been rewritten to `In`, making it practically dead code. Instead of fixing this to rewrite `In` and fixing it such that relationship property equality predicates are correctly extracted, this maintains the current behavior and removes the effectively dead code.
-
Satia Herfert authored
In `OptionalMatchRemover`, if two connected relationships can theoretically be extracted, like in ``` OPTIONAL MATCH (a)-[r:R]->(b)-[r2:R2]->(c) RETURN COUNT(DISTINCT a) as count ``` then both relationships would need to be part of one `PatternExpression`. But they were added as two separate `PatternExpressions`. This changes the behavior such that overlapping relationships are not extracted, unless the overlap is on an element to keep anyway, like in ``` OPTIONAL MATCH (a)-[r:R]->(b), (a)-[r2:R2]->(c) WHERE b:B AND c:C RETURN COUNT(DISTINCT a) as count ```
-
Satia Herfert authored
-
Satia Herfert authored
-
- 15 Jul, 2021 1 commit
-
-
Arne Fischereit authored
(cherry-picked from 691c57f47c3024c1fc1a76706daf9320f376eba1)
-
- 14 Jul, 2021 1 commit
-
-
Gustav Hedengran authored
-
- 06 Jul, 2021 1 commit
-
-
Gustav Lindroth authored
-