-
Notifications
You must be signed in to change notification settings - Fork 29
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
[gRNAet7B] Fixes trigger procedures in clusters for neo4j 5.x #250
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vga91
force-pushed
the
dev-fix-trigger-procedures
branch
3 times, most recently
from
November 22, 2022 21:31
99044fc
to
e4669fa
Compare
vga91
force-pushed
the
dev-fix-trigger-procedures
branch
from
November 23, 2022 08:18
d4608d4
to
05098f6
Compare
vga91
force-pushed
the
dev-fix-trigger-procedures
branch
2 times, most recently
from
December 15, 2022 15:22
cff9027
to
5e92364
Compare
vga91
force-pushed
the
dev-fix-trigger-procedures
branch
from
December 16, 2022 08:02
5e92364
to
1a0c361
Compare
vga91
force-pushed
the
dev-fix-trigger-procedures
branch
from
December 16, 2022 16:21
cacdf54
to
0284596
Compare
AzuObs
reviewed
Dec 20, 2022
full/src/test/java/apoc/trigger/TriggerNewProceduresExtendedTest.java
Outdated
Show resolved
Hide resolved
AzuObs
reviewed
Dec 20, 2022
AzuObs
reviewed
Dec 20, 2022
vga91
force-pushed
the
dev-fix-trigger-procedures
branch
4 times, most recently
from
December 22, 2022 17:13
26cb203
to
f1e0e98
Compare
AzuObs
reviewed
Dec 28, 2022
AzuObs
reviewed
Dec 28, 2022
AzuObs
reviewed
Dec 28, 2022
AzuObs
reviewed
Dec 28, 2022
AzuObs
reviewed
Dec 28, 2022
AzuObs
reviewed
Dec 28, 2022
AzuObs
reviewed
Dec 28, 2022
…cedures#3335) * Fix flaky trigger dbms availability tests * added apoc.trigger.show proc * retry to fix flaky test by separating setLastUpdate() * removed updated output - some code refactoring * split pr - changes review * removed inner transaction * updated documentation * reset wrong generated docs * Added admin in trigger.show * small adoc changes
…-contrib/neo4j-apoc-procedures#3355) * Try de-flaky some tests with new procedure triggers * moved TriggerTestUtil and increased trigger.refresh value * added waitDbsAvailable util
…cated ones (neo4j-contrib/neo4j-apoc-procedures#3325) * [gRNAet7B] added trigger new procs documentation * changes review - procedure description * changed listener wording * added system db note * var. small changes
* [coZSswV2] Fix typo in triggers error message * [coZSswV2] Assert new triggers can't add TransactionEventListeners to "system" * [coZSswV2] Assert old triggers can't add TransactionEventListeners to "system"
…-procedures#3357) * [qwJFy8pp] Add @Admin to trigger procedures * added admin in trigger.list and docs note * changed admin doc
vga91
force-pushed
the
dev-fix-trigger-procedures
branch
from
January 5, 2023 11:35
b845ea0
to
767e26e
Compare
vga91
force-pushed
the
dev-fix-trigger-procedures
branch
from
January 5, 2023 13:16
f1f9f31
to
27adcff
Compare
AzuObs
approved these changes
Jan 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for all the hard work. It looks great 💃
This was referenced Jan 9, 2023
vga91
added a commit
to neo4j-contrib/neo4j-apoc-procedures
that referenced
this pull request
Jan 9, 2023
vga91
added a commit
to neo4j-contrib/neo4j-apoc-procedures
that referenced
this pull request
Jan 10, 2023
vga91
added a commit
to neo4j-contrib/neo4j-apoc-procedures
that referenced
this pull request
Jan 12, 2023
* [gRNAet7B] Changes from neo4j/apoc#250 * [gRNAet7B] Changed AtomicReference with 1-elem array
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related docs pr: https://github.com/neo4j/docs-apoc/pull/56