An open API service providing commit metadata for open source projects.

GitHub / graphql-java/graphql-java / commits

GraphQL Java implementation

SHA Message Author Date Stats
5b7104e0 Improve prompt dondonz <1****z@u****m> 6 months ago
c78124cb Change GraphQL error message to be non-nullable dondonz <1****z@u****m> 6 months ago
021fe1b5 merge Merge pull request #4180 from ctbarbour/getdataloader-type-bounds dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
fb5d1ddb merge Merge pull request #4165 from marktech0813/fix-issues dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
e12c0742 Phase 9: Validation and Edge Cases - FastBuilder implementation
Co-authored-by: Claude <n****y@a****m>
Raymie Stata <r****a@a****m> 6 months ago
4472f7c2 Phase 8: Union Types - FastBuilder implementation
Co-authored-by: Claude <n****y@a****m>
Raymie Stata <r****a@a****m> 6 months ago
ea5d3ccd Phase 7: Interface Types - FastBuilder implementation
Co-authored-by: Claude <n****y@a****m>
Raymie Stata <r****a@a****m> 6 months ago
798c7e14 Phase 6: Object Types - FastBuilder implementation
Co-authored-by: Claude <n****y@a****m>
Raymie Stata <r****a@a****m> 6 months ago
d09a7638 Phase 5: Add applied directive support with type reference resolution
Co-authored-by: Claude <n****y@a****m>
Raymie Stata <r****a@a****m> 6 months ago
e473ca87 Phase 4: Add input object type support with type reference resolution
Co-authored-by: Claude <n****y@a****m>
Raymie Stata <r****a@a****m> 6 months ago
e39bf208 Phase 3: Add enumeration type support
Co-authored-by: Claude <n****y@a****m>
Raymie Stata <r****a@a****m> 6 months ago
0f81a9c4 Phase 2: Add directive support with type reference resolution
Co-authored-by: Claude <n****y@a****m>
Raymie Stata <r****a@a****m> 6 months ago
cadb12a2 Phase 1: Add FastBuilder scaffolding with scalar type support
Co-authored-by: Claude <n****y@a****m>
Raymie Stata <r****a@a****m> 6 months ago
f8920d89 Use string literal for assert messages dondonz <1****z@u****m> 7 months ago
95e7dc9b Make path length not nullable dondonz <1****z@u****m> 7 months ago
d1e2e54f Tidy up dondonz <1****z@u****m> 7 months ago
09a52367 Use string literal optimisation for assert dondonz <1****z@u****m> 7 months ago
bd2bd8d0 merge Merge branch 'master' into infer-nullity-3 dondonz <1****z@u****m> 7 months ago
7defb76b merge Merge pull request #4167 from graphql-java/dependabot/gradle/com.google.error... dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
9d4369e6 merge Merge pull request #4168 from graphql-java/dependabot/gradle/io.projectreacto... dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
207348fc merge Merge pull request #4176 from graphql-java/dependabot/gradle/net.bytebuddy-by... dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
cdf7b00f merge Merge pull request #4178 from graphql-java/dependabot/github_actions/actions/... dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
aa0b31eb merge Merge pull request #4174 from llin2/GQLGW-5297-optimise-incremental-part-exec... Andreas Marek <a****k@f****m>
Committed by: GitHub <n****y@g****m>
7 months ago
0d784acf remove comment Tucker Barbour <t****r@g****m> 7 months ago
28e1e7a9 Fix getDataLoader type bounds for nullable values Tucker Barbour <t****r@g****m> 7 months ago
55777c67 Bump actions/checkout from 5 to 6
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
3f8d8251 Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
ed0791c7 Add performance results for commit 09b4ae614a7ea82407e31f305bbe9dac2bdba994 github-actions[bot] <4****]@u****m> 7 months ago
09b4ae61 merge Merge pull request #4175 from graphql-java/fix-build-after-gradle-9-upgrade Andreas Marek <a****k@f****m>
Committed by: GitHub <n****y@g****m>
7 months ago
07eb4be4 upgrade gradle 9 work Andreas Marek <a****k@f****m> 7 months ago
fe97f246 upgrade gradle 9 work Andreas Marek <a****k@f****m> 7 months ago
b1369f8f upgrade gradle 9 work Andreas Marek <a****k@f****m> 7 months ago
2f21f45f fix testWithJavaXX tasks Andreas Marek <a****k@f****m> 7 months ago
18207de0 GQLGW-5297-remove-start-defer-calls Linda Lin <l****2@a****m> 7 months ago
0f365b57 GQLGW-5297-add-unusual-config Linda Lin <l****2@a****m> 7 months ago
50169f0b GQLGW-5297-assert-on-result-and-remove-redundant-call Linda Lin <l****2@a****m> 7 months ago
a5c458ee GQLGW-666-move-start-to-after-initial-fields-resolve-with-info Linda Lin <l****2@a****m> 7 months ago
7e8d69ac GQLGW-666-do-not-start-on-separate-thread Linda Lin <l****2@a****m> 7 months ago
dd8313b7 GQLGW-5297-optimise-incremental-part-execution-for-defer-requests Linda Lin <l****2@a****m> 7 months ago
a41872e8 Add performance results for commit 1846e706cdbc72dc6bd34f28103e4920bf007e7a github-actions[bot] <4****]@u****m> 7 months ago
1846e706 merge Merge pull request #4171 from graphql-java/copilot/upgrade-to-gradle-9 Andreas Marek <a****k@f****m>
Committed by: GitHub <n****y@g****m>
7 months ago
10e35966 Update Gradle wrapper jar and scripts to version 9.2.0
Co-authored-by: andimarek <1****k@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
3e1dd93a Fix deprecation warnings for Gradle 9 compatibility
Co-authored-by: andimarek <1****k@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
4db3cc40 Upgrade to Gradle 9.2.0 with plugin updates and fixes
Co-authored-by: andimarek <1****k@u****m>
copilot-swe-agent[bot] <1****t@u****m> 7 months ago
6dea59e1 Initial plan copilot-swe-agent[bot] <1****t@u****m> 7 months ago
865bf67a Build and test using Java 25 Yeikel Santana <e****l@y****m> 7 months ago
6a838f1a Bump io.projectreactor:reactor-core from 3.7.12 to 3.8.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
45e8932e Bump com.google.errorprone:error_prone_core from 2.43.0 to 2.44.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
7232a131 Fix error: Unusable type signature for overload of graphql.schema.SchemaTrave... helloJetBase-tech <1****3@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
7d77b7a1 Add performance results for commit aed1e8071dff708221d62f697d9cc2ccb8abeec9 github-actions[bot] <4****]@u****m> 7 months ago
aed1e807 merge Merge pull request #4164 from graphql-java/use-dispatch-all Andreas Marek <a****k@f****m>
Committed by: GitHub <n****y@g****m>
7 months ago
8a1cfd31 use dispatch all to not break ScheduledDataLoaderRegistry Andreas Marek <a****k@f****m> 7 months ago
76832a44 Add performance results for commit bbe6a653939113bedffe947fbf70315ff448f127 github-actions[bot] <4****]@u****m> 7 months ago
bbe6a653 merge Merge pull request #4157 from graphql-java/update-java-dataloader dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
70315551 upgrade to dataloader 6 Andreas Marek <a****k@f****m> 7 months ago
6b68072e upgrade to dataloader 6 Andreas Marek <a****k@f****m> 7 months ago
b3b3bea5 upgrade to dataloader 6 Andreas Marek <a****k@f****m> 7 months ago
8dc1beef Add performance results for commit 6ce63f3531d032fa4c15ea8d5b4c4c3bbf0a95b7 github-actions[bot] <4****]@u****m> 7 months ago
7de429da Add performance results for commit 6ce63f3531d032fa4c15ea8d5b4c4c3bbf0a95b7 github-actions[bot] <4****]@u****m> 7 months ago
6ce63f35 merge Merge pull request #4161 from graphql-java/dependabot/gradle/com.fasterxml.ja... dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
2b2735d1 merge Merge pull request #4163 from graphql-java/dependabot/github_actions/EnricoMi... dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
7 months ago
ead15871 Add performance results for commit 71e6199af4a1fd32da0685cd24093765b47cead1 github-actions[bot] <4****]@u****m> 8 months ago
71e6199a merge Merge pull request #4141 from graphql-java/datafetcher-result Andreas Marek <a****k@f****m>
Committed by: GitHub <n****y@g****m>
8 months ago
86419f92 improve nullable annotations Andreas Marek <a****k@f****m> 8 months ago
9fbede1d Bump EnricoMi/publish-unit-test-result-action from 2.20.0 to 2.21.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
c130abb8 Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
bab34bd5 Add performance results for commit f28e60c1f83f6218e8a5ccdd7c544c95d676684d github-actions[bot] <4****]@u****m> 8 months ago
f28e60c1 merge Merge pull request #4159 from graphql-java/trying-out-shadow-9-take-3 dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
79ccaaf1 Add performance results for commit 7afaeef534eb67767fc67dcded65e4a7759b71f8 github-actions[bot] <4****]@u****m> 8 months ago
7afaeef5 merge Merge pull request #4160 from kilink/unicode-util-hex-parsing Brad Baker <b****n@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
91fa11f0 Parse hex strings to numbers more efficiently Patrick Strawderman <p****n@n****m> 8 months ago
62a8aa78 Add performance results for commit 4531f09593eb3f2f72d47d686d25d1155835c4d5 github-actions[bot] <4****]@u****m> 8 months ago
ce81578b Add performance results for commit 4531f09593eb3f2f72d47d686d25d1155835c4d5 github-actions[bot] <4****]@u****m> 8 months ago
4531f095 merge Merge pull request #4084 from graphql-java/instrumentation-callback-after-rea... Brad Baker <b****n@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
2f5aa46e merge Merge pull request #4153 from kilink/assert-constant-string Brad Baker <b****n@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
598be6a4 Tweak of tests bbaker <b****r@a****m> 8 months ago
ea5defcb merge Merge remote-tracking branch 'origin/master' into instrumentation-callback-af... bbaker <b****r@a****m> 8 months ago
dcafe231 Add performance results for commit 45620c05914d15f4c26ee00375396665caf3d881 github-actions[bot] <4****]@u****m> 8 months ago
ae83b4ce Add performance results for commit bb406240212aecc2dd8bd202451de0056f0a1cdc github-actions[bot] <4****]@u****m> 8 months ago
45620c05 Try shadow again dondonz <1****z@u****m> 8 months ago
bb406240 merge Merge pull request #4158 from graphql-java/copilot-rules dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
2668e2ae Add copilot instructions dondonz <1****z@u****m> 8 months ago
3bf01829 Update to new DataLoader version dondonz <1****z@u****m> 8 months ago
1a530479 Add performance results for commit 472823edc35c10c3dae982746566e5ac7d1620ce github-actions[bot] <4****]@u****m> 8 months ago
2150cd30 Add performance results for commit 472823edc35c10c3dae982746566e5ac7d1620ce github-actions[bot] <4****]@u****m> 8 months ago
472823ed merge Merge pull request #4155 from graphql-java/dependabot/gradle/com.google.error... dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
d94363ba merge Merge pull request #4156 from graphql-java/dependabot/gradle/org.jetbrains.ko... dondonz <1****z@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
de395578 Bump org.jetbrains.kotlin.jvm from 2.2.20 to 2.2.21
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
61ecb987 Bump com.google.errorprone:error_prone_core from 2.42.0 to 2.43.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
8 months ago
fac3c164 Add performance results for commit fce33a1fb9a54b8513f5a5e4a31c825f2a9eaff4 github-actions[bot] <4****]@u****m> 8 months ago
fce33a1f merge Merge pull request #4154 from kilink/fpkit-concat Brad Baker <b****n@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
347fa58f Fix FpKit.concat parameters Patrick Strawderman <p****n@n****m> 8 months ago
4957f169 assert with constants where possible Patrick Strawderman <p****n@n****m> 8 months ago
019edea1 Add performance results for commit 0269e6dbc85d1ec095f80111709462eb06c7737f github-actions[bot] <4****]@u****m> 8 months ago
f96cb5c9 Add performance results for commit 0269e6dbc85d1ec095f80111709462eb06c7737f github-actions[bot] <4****]@u****m> 8 months ago
0269e6db merge Merge pull request #4152 from kilink/more-collection-and-map-sizing Brad Baker <b****n@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
b48fab0f merge Merge pull request #4151 from kilink/GraphqlTypeComparators-improvements Brad Baker <b****n@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
a837fe29 merge Merge pull request #4150 from kilink/immutable-kit-map-and-drop-nulls-fix Brad Baker <b****n@g****m>
Committed by: GitHub <n****y@g****m>
8 months ago
be6946fc Improve FpKit.concat, presize collections / maps Patrick Strawderman <p****n@n****m> 8 months ago
89839030 Optimize GraphqlTypeComparators Patrick Strawderman <p****n@n****m> 8 months ago

← Back to repository