FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Enable DataLoader chaining (nesting) by andimarek · Pull Request #3872 · graphql-java/graphql-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-java
/
graphql-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
6.2k
Code
Issues
22
Pull requests
17
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Enable DataLoader chaining (nesting)
- #3872
#3872
Merged
andimarek
merged 56 commits into
master
graphql-java/graphql-java:master
from
dataloader-cfs
graphql-java/graphql-java:dataloader-cfs
Copy head branch name to clipboard
May 16, 2025
Conversation
Commits
56
(56)
Checks
Files changed
Merged
Enable DataLoader chaining (nesting)
#3872
andimarek
merged 56 commits into
master
graphql-java/graphql-java:master
from
dataloader-cfs
graphql-java/graphql-java:dataloader-cfs
Copy head branch name to clipboard
Commits
Commits on Mar 30, 2025
introducing of a special CompletableFuture enabling scheduling of nested/chained DataLoader calls
andimarek
committed
0a27e76
View commit details
Copy full SHA for 0a27e76
Browse repository at this point
replace countdown latch with an async solution
andimarek
committed
f655893
View commit details
Copy full SHA for f655893
Browse repository at this point
wip
andimarek
committed
3675d8a
View commit details
Copy full SHA for 3675d8a
Browse repository at this point
Commits on Mar 31, 2025
refactor
andimarek
committed
c2d0676
View commit details
Copy full SHA for c2d0676
Browse repository at this point
refactor
andimarek
committed
36b2d64
View commit details
Copy full SHA for 36b2d64
Browse repository at this point
naming
andimarek
committed
eb8f9bb
View commit details
Copy full SHA for eb8f9bb
Browse repository at this point
comment
andimarek
committed
d1df820
View commit details
Copy full SHA for d1df820
Browse repository at this point
fix test
andimarek
committed
2c5da50
View commit details
Copy full SHA for 2c5da50
Browse repository at this point
Commits on Apr 1, 2025
green tests without any chain
andimarek
committed
62325eb
View commit details
Copy full SHA for 62325eb
Browse repository at this point
cleanup
andimarek
committed
89f2c48
View commit details
Copy full SHA for 89f2c48
Browse repository at this point
use ResultPath to identify a field instead DFE
andimarek
committed
67df3a9
View commit details
Copy full SHA for 67df3a9
Browse repository at this point
fix a bug in the PerLevel dispatcher regarding which level to dispatch
andimarek
committed
dc8ac9a
View commit details
Copy full SHA for dc8ac9a
Browse repository at this point
fix test
andimarek
committed
3be8443
View commit details
Copy full SHA for 3be8443
Browse repository at this point
don't put ExecutionStrategy into context
andimarek
committed
0686385
View commit details
Copy full SHA for 0686385
Browse repository at this point
introduce toInternal method in DFE
andimarek
committed
bcfeff8
View commit details
Copy full SHA for bcfeff8
Browse repository at this point
Commits on Apr 2, 2025
Merge branch 'master' into dataloader-cfs
andimarek
committed
bf0b730
View commit details
Copy full SHA for bf0b730
Browse repository at this point
use new DataLoaderDelegate
andimarek
committed
89b8c13
View commit details
Copy full SHA for 89b8c13
Browse repository at this point
Commits on Apr 4, 2025
Merge branch 'master' into dataloader-cfs
andimarek
committed
6d02760
View commit details
Copy full SHA for 6d02760
Browse repository at this point
update dataloader
andimarek
committed
5e00964
View commit details
Copy full SHA for 5e00964
Browse repository at this point
make batch window configurable and make one test more stable
andimarek
committed
ce4d3f6
View commit details
Copy full SHA for ce4d3f6
Browse repository at this point
scheduled executor can be configured for delayed dispatching
andimarek
committed
401d09d
View commit details
Copy full SHA for 401d09d
Browse repository at this point
new handling of Dataloders can be disabled
andimarek
committed
2a29686
View commit details
Copy full SHA for 2a29686
Browse repository at this point
Commits on Apr 7, 2025
Merge branch 'master' into dataloader-cfs
andimarek
committed
e08ca66
View commit details
Copy full SHA for e08ca66
Browse repository at this point
more stuff
andimarek
committed
42d1d1d
View commit details
Copy full SHA for 42d1d1d
Browse repository at this point
Merge branch 'master' into dataloader-cfs
Show description for 24d4687
andimarek
committed
24d4687
View commit details
Copy full SHA for 24d4687
Browse repository at this point
fix mutations with DataLoader
andimarek
committed
51efbfc
View commit details
Copy full SHA for 51efbfc
Browse repository at this point
testing and cleanup
andimarek
committed
6e0da52
View commit details
Copy full SHA for 6e0da52
Browse repository at this point
Commits on Apr 8, 2025
green tests
andimarek
committed
12fe329
View commit details
Copy full SHA for 12fe329
Browse repository at this point
disable new chaining algo by default
andimarek
committed
e3539c7
View commit details
Copy full SHA for e3539c7
Browse repository at this point
cleanup
andimarek
committed
2369db5
View commit details
Copy full SHA for 2369db5
Browse repository at this point
cleanup
andimarek
committed
861a317
View commit details
Copy full SHA for 861a317
Browse repository at this point
Commits on Apr 9, 2025
some performance,naming,cleanup, docs
andimarek
committed
1f4d18e
View commit details
Copy full SHA for 1f4d18e
Browse repository at this point
Commits on Apr 10, 2025
fix an engine state edge case
andimarek
committed
efa8fb0
View commit details
Copy full SHA for efa8fb0
Browse repository at this point
fix an engine state edge case
andimarek
committed
f70630d
View commit details
Copy full SHA for f70630d
Browse repository at this point
change list implementation
andimarek
committed
e759137
View commit details
Copy full SHA for e759137
Browse repository at this point
Commits on Apr 11, 2025
Merge branch 'master' into dataloader-cfs
andimarek
committed
c20ed90
View commit details
Copy full SHA for c20ed90
Browse repository at this point
fix dispatching edge case
andimarek
committed
bcfb9ef
View commit details
Copy full SHA for bcfb9ef
Browse repository at this point
data loader performance test with chaining on
andimarek
committed
572fbdf
View commit details
Copy full SHA for 572fbdf
Browse repository at this point
data loader performance test with chaining on
andimarek
committed
6c3d14c
View commit details
Copy full SHA for 6c3d14c
Browse repository at this point
Commits on Apr 14, 2025
make result path to String faster
andimarek
committed
ee1541d
View commit details
Copy full SHA for ee1541d
Browse repository at this point
Commits on Apr 15, 2025
Merge branch 'master' into dataloader-cfs
andimarek
committed
0d76d31
View commit details
Copy full SHA for 0d76d31
Browse repository at this point
fix merge problem
andimarek
committed
47300cb
View commit details
Copy full SHA for 47300cb
Browse repository at this point
Commits on May 1, 2025
Merge branch 'master' into dataloader-cfs
andimarek
committed
fed7456
View commit details
Copy full SHA for fed7456
Browse repository at this point
naming
andimarek
committed
d57d4fd
View commit details
Copy full SHA for d57d4fd
Browse repository at this point
add helper methods to configure new dispatching strategy
andimarek
committed
34bc3d7
View commit details
Copy full SHA for 34bc3d7
Browse repository at this point
implement toInternal by default
andimarek
committed
604f679
View commit details
Copy full SHA for 604f679
Browse repository at this point
formatting
andimarek
committed
6328062
View commit details
Copy full SHA for 6328062
Browse repository at this point
cleanup
andimarek
committed
65cc42a
View commit details
Copy full SHA for 65cc42a
Browse repository at this point
Commits on May 2, 2025
cleanup
andimarek
committed
51f9344
View commit details
Copy full SHA for 51f9344
Browse repository at this point
cleanup
andimarek
committed
d1384e1
View commit details
Copy full SHA for d1384e1
Browse repository at this point
cleanup
andimarek
committed
5b04714
View commit details
Copy full SHA for 5b04714
Browse repository at this point
PR feedback
andimarek
committed
a622d0d
View commit details
Copy full SHA for a622d0d
Browse repository at this point
PR feedback
andimarek
committed
cdb335f
View commit details
Copy full SHA for cdb335f
Browse repository at this point
PR feedback
andimarek
committed
81c4b09
View commit details
Copy full SHA for 81c4b09
Browse repository at this point
Commits on May 16, 2025
Merge branch 'master' into dataloader-cfs
andimarek
committed
4e0c26a
View commit details
Copy full SHA for 4e0c26a
Browse repository at this point
merging
andimarek
committed
c9a3ff3
View commit details
Copy full SHA for c9a3ff3
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL