FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - 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
Commits
Breadcrumbs
History for
graphql-java
src
on
tck-verification-threadpool
User selector
Datepicker
Commit history
Commits on May 16, 2025
use always a new thread for the tck verification as the TCK uses thread locals to track things, which can cause tests failure in rare cases
andimarek
committed
dcb9b05
View commit details
Copy full SHA for dcb9b05
View code at this point
Browse repository at this point
Commits on May 15, 2025
Merge pull request #3929 from graphql-java/dont-alllocate-NonNullableFieldValidator-all-the-time
Show description for abb2cdd
dondonz
authored
abb2cdd
View commit details
Copy full SHA for abb2cdd
View code at this point
Browse repository at this point
Merge pull request #3930 from graphql-java/remove-optional-streams-style-code
Show description for 0ad655c
dondonz
authored
0ad655c
View commit details
Copy full SHA for 0ad655c
View code at this point
Browse repository at this point
Merged in master
bbakerman
committed
80f4a3b
View commit details
Copy full SHA for 80f4a3b
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into dont-alllocate-NonNullableFieldValidator-all-the-time
Show description for 3685647
bbakerman
committed
3685647
View commit details
Copy full SHA for 3685647
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into remove-optional-streams-style-code
Show description for 0d8ab56
bbakerman
committed
0d8ab56
View commit details
Copy full SHA for 0d8ab56
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into imperative-filter-and-map
Show description for 9066581
bbakerman
committed
9066581
View commit details
Copy full SHA for 9066581
View code at this point
Browse repository at this point
Merge pull request #3958 from graphql-java/add-dataloader-500
Show description for 397c050
dondonz
authored
397c050
View commit details
Copy full SHA for 397c050
View code at this point
Browse repository at this point
cleanup
andimarek
committed
2c838fc
View commit details
Copy full SHA for 2c838fc
View code at this point
Browse repository at this point
add defer test case
andimarek
committed
3c07676
View commit details
Copy full SHA for 3c07676
View code at this point
Browse repository at this point
Stop referencing the DL outside the registry and other tweaks
bbakerman
committed
8b7de89
View commit details
Copy full SHA for 8b7de89
View code at this point
Browse repository at this point
Commits on May 14, 2025
Stop referencing the DL outside the registry
bbakerman
committed
54ec195
View commit details
Copy full SHA for 54ec195
View code at this point
Browse repository at this point
Fixed up simple compile stuff for DL
bbakerman
committed
0a513fc
View commit details
Copy full SHA for 0a513fc
View code at this point
Browse repository at this point
Implement toString/hashCode/equals for DataFetcherResult
Show description for 723b840
AlexandreCarlton
committed
723b840
View commit details
Copy full SHA for 723b840
View code at this point
Browse repository at this point
Merge pull request #3932 from graphql-java/fpkit-no-longer-uses-streams
Show description for 6fcb381
dondonz
authored
6fcb381
View commit details
Copy full SHA for 6fcb381
View code at this point
Browse repository at this point
Merge pull request #3934 from graphql-java/execution-step-info-without-builder
Show description for 1a760d7
dondonz
authored
1a760d7
View commit details
Copy full SHA for 1a760d7
View code at this point
Browse repository at this point
Merge pull request #3935 from graphql-java/skip-builder-on-esp
Show description for b67424d
dondonz
authored
b67424d
View commit details
Copy full SHA for b67424d
View code at this point
Browse repository at this point
Merge pull request #3942 from graphql-java/fix-to-singleton-property-to-not-create-objects
Show description for d5b6498
dondonz
authored
d5b6498
View commit details
Copy full SHA for d5b6498
View code at this point
Browse repository at this point
Commits on May 13, 2025
Merge pull request #3953 from graphql-java/defer-two-fragments
Show description for 65e27d9
andimarek
authored
65e27d9
View commit details
Copy full SHA for 65e27d9
View code at this point
Browse repository at this point
cleaner assertion
andimarek
committed
804e423
View commit details
Copy full SHA for 804e423
View code at this point
Browse repository at this point
Commits on May 11, 2025
Merge pull request #3895 from mk868/jspecify-idl
Show description for 7d9516a
dondonz
authored
7d9516a
View commit details
Copy full SHA for 7d9516a
View code at this point
Browse repository at this point
Commits on May 9, 2025
Added FpKit.arrayListSizedTo()
bbakerman
committed
35eb00e
View commit details
Copy full SHA for 35eb00e
View code at this point
Browse repository at this point
Merge remote-tracking branch 'origin/master' into remove-optional-streams-style-code
bbakerman
committed
a777920
View commit details
Copy full SHA for a777920
View code at this point
Browse repository at this point
fix case when a fragment is deferred and non deferred at the same time
andimarek
committed
79f3aa5
View commit details
Copy full SHA for 79f3aa5
View code at this point
Browse repository at this point
Commits on May 6, 2025
Merge pull request #3894 from dfa1/proposal/3857-custom-map
Show description for a272575
bbakerman
authored
a272575
View commit details
Copy full SHA for a272575
View code at this point
Browse repository at this point
Commits on May 1, 2025
reduce forks to 2 to make perf tests faster
andimarek
committed
2863a12
View commit details
Copy full SHA for 2863a12
View code at this point
Browse repository at this point
Commits on Apr 29, 2025
avoid wrapping materialized fieldValueObject in a completable future
Samuel Vazquez
committed
2e25aa8
View commit details
Copy full SHA for 2e25aa8
View code at this point
Browse repository at this point
This is a performance improvement for property data fetchers to not create `DataFetcherFactoryEnvironment` objects for simple property fetchers
bbakerman
committed
ade6100
View commit details
Copy full SHA for ade6100
View code at this point
Browse repository at this point
Commits on Apr 28, 2025
ExecutionStrategyParameters now has a direct transform without a Builder - tweak
bbakerman
committed
3790a10
View commit details
Copy full SHA for 3790a10
View code at this point
Browse repository at this point
ExecutionStrategyParameters now has a direct transform without a Builder
bbakerman
committed
ac6fbf9
View commit details
Copy full SHA for ac6fbf9
View code at this point
Browse repository at this point
ExecutionStepInfo now has a direct transform without a Builder - tweak
bbakerman
committed
237d6bb
View commit details
Copy full SHA for 237d6bb
View code at this point
Browse repository at this point
ExecutionStepInfo now has a direct transform without a Builder
bbakerman
committed
3e004e9
View commit details
Copy full SHA for 3e004e9
View code at this point
Browse repository at this point
Commits on Apr 27, 2025
FpKit now longer uses streams for performance reasons - tweak - removed unused code
bbakerman
committed
c81cee8
View commit details
Copy full SHA for c81cee8
View code at this point
Browse repository at this point
FpKit now longer uses streams for performance reasons - tweak
bbakerman
committed
36fc91c
View commit details
Copy full SHA for 36fc91c
View code at this point
Browse repository at this point
Revert "Revert "FpKit now longer uses streams for performance reasons""
Show description for 26bb001
bbakerman
committed
26bb001
View commit details
Copy full SHA for 26bb001
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL