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.
- 31 Oct, 2019 10 commits
-
-
Anton Persson authored
-
Anton Persson authored
-
Anton Persson authored
- Create constraint procedures has infrastructure and signature updated but since support is still lacking in Kernel API they will see support for index config later. - Introduce IndexSettingUtil that can be used to: - Get IndexSetting from name. - Convert Map<IndexSetting,Object> -> IndexConfig - Convert Map<String,Object> -> IndexConfig - Parse an Object value as a specific value type. This is useful because when passing index config to procedure as a map user is not in control over what specific type those values will have at runtime.
-
MishaDemianenko authored
-
Anton Persson authored
-
Anton Persson authored
-
Anton Persson authored
-
Anton Persson authored
This tool can be used to check structural consistency of an individual GBPTree.
-
Satia Herfert authored
-
Satia Herfert authored
-
- 30 Oct, 2019 30 commits
-
-
MishaDemianenko authored
-
MishaDemianenko authored
Eager resolution of tx state causing tons of problems with rest calls in clustering env. since accessing the state will perform epoch validation.
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
Remove statement acquire from token operations and change token methods to return Iterable instead of ResourceIterable.
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
-
MishaDemianenko authored
Change sampling to be async by default in IndexSamplingController. Small cleanup around RecoveryCondition.
-
Chris Vest authored
Make it possible to attach index configuration to the indexes behind index-backed constraints, via Core API.
-
Chris Vest authored
Do more validation of the given index prototype and schema when creating an index-backed constraint.
-
Chris Vest authored
-
Chris Vest authored
-
Chris Vest authored
-
Chris Vest authored
-
Chris Vest authored
-
Chris Vest authored
This lets us specify the index type of the uniqueness indexes behind index backed constraints. It also clears the path for setting index configurations on these indexes.
-
Chris Vest authored
The kernel API needs to be refactored before a proper implementation is possible, though.
-
Chris Vest authored
The FulltextIndexProvider now verifies that index prototypes have archetypal full-text schemas during index create validation.
-
Chris Vest authored
-
Chris Vest authored
-