-
Notifications
You must be signed in to change notification settings - Fork 161
Update translation layer #6746
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
Update translation layer #6746
Changes from 60 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
22f213b
wip: top level update translation
a-alle d1b58b4
Merge branch 'migrate-update-new-translation-layer' into update-trans…
angrykoala 5448ee4
wip: top level update
a-alle 75741de
wip: nested create
a-alle d48ef35
wip: nested comment
a-alle 092a626
wip: nested delete
a-alle b75005d
wip: nested disconnect
a-alle 7497851
wip: nested update in progress
a-alle f1ae097
Nested update
angrykoala 25a4b68
Add style to the QueryAST print tree
angrykoala 96317c6
Fix interfaces for nested update
angrykoala b936c77
Fix top level pattern in update
angrykoala 3a99fdc
disconnect on interface relationships
a-alle 2b92b20
update on declarerelationship relationships
a-alle 7f9531c
populatedBy and empty match fix
angrykoala 0630d89
Fix filters and set on edges
angrykoala 97e5774
add push input field
a-alle 1eb8041
add pop input field
a-alle 6181c3b
Add fix for aggregation subqueries
angrykoala 4de9098
Add cypher.minus to popInput
angrykoala dbdcfd1
Fix delete on unions in update
angrykoala 35f677d
WIP math operations
angrykoala 4979c75
WIP math operations
angrykoala 6b1e149
Fix conflicting properties
angrykoala 55db1d7
Fix some ambiguous updates
angrykoala 800e751
Fix set check of null values on required fields
angrykoala d29861d
Fix comments from review
angrykoala 80b10e3
Merge pull request #6774 from neo4j/fix-tests-update
angrykoala 2864849
Fix populatedBy on new translation layer for update
angrykoala e429f4d
Merge remote-tracking branch 'origin/update-translation-layer' into u…
angrykoala 90265de
Code review fixes
angrykoala 585f54a
Merge pull request #6775 from neo4j/update-populated-by-new-translati…
angrykoala d4a2627
Merge branch 'dev' into update-translation-layer
angrykoala 22058f5
implement authentication and authorization (#6778)
a-alle efe44f5
Fix auth in connect
angrykoala e8d4fe4
Fix array tests for push and pop
angrykoala 1d40123
Fix timestamp update
angrykoala 7861175
Merge pull request #6812 from neo4j/fix-update-tests
angrykoala 1900e80
Fix disconnect operations
angrykoala 85399a6
Merge pull request #6829 from neo4j/fix-disconnect
angrykoala c3ec362
Update tests after connection fix
angrykoala 06c7152
Fix connect disconnect (#6815)
a-alle add8f87
add explanation to outrageous comment
a-alle 8e70373
Merge pull request #6830 from neo4j/update-tests-for-update
angrykoala 01854e2
Wip update issue tests (#6834)
angrykoala 689171d
add filters for union targets
a-alle d38937d
remove redundant array pop error test
a-alle 7d5ebc2
Add after auth in connect operations
angrykoala effec62
Remove old translation layer
angrykoala 947650a
initial refactor operations
a-alle b349279
initial refactor operations (#6844)
a-alle 2264806
Remove log and update DEVELOPING.md
angrykoala 465e340
Update tck tests after update refactor
angrykoala c1e9b41
Fix disconnect cypher
angrykoala 41b41fd
Merge pull request #6839 from neo4j/update-tck
angrykoala c3903d9
Remove comments and unused code
angrykoala 5307e82
Merge branch 'dev' into update-translation-layer
angrykoala b0c2e7e
Small refactor of translate-update in update resolver
angrykoala 8b00a15
Merge branch 'update-translation-layer' into cleanup
a-alle 1a8d8c9
Improve ParamInputField
angrykoala 0d2775f
Merge pull request #6849 from neo4j/code-review
angrykoala 04e9795
Merge branch 'dev' into update-translation-layer
angrykoala f67578e
remove Node, Relationship, and everything else
a-alle f62fdab
Merge branch 'update-translation-layer' into cleanup
a-alle fd5db6c
remove skip
a-alle 4b5f8a1
Merge pull request #6850 from a-alle/cleanup
angrykoala 41b3168
Fix auth edge case (#6853)
angrykoala 9c0b4cb
Merge branch 'dev' into update-translation-layer
angrykoala File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "@neo4j/graphql": patch | ||
| --- | ||
|
|
||
| Fix duplicate relationships on nested connect from union types |
This file contains hidden or 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
145 changes: 0 additions & 145 deletions
145
packages/graphql/src/classes/CallbackBucketDeprecated.ts
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.