Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/graphql-java/graphql-java

GraphQL Java implementation
https://github.com/graphql-java/graphql-java

1897: Fix argument implementation in SchemaValidator

c76e88e7d668f175fd7428b7ccb03c524df77643 authored over 4 years ago
Updated the error message for the non null exception AND create its own error type (#1925)

81d3ce43e47963f7f2e44f4c9f3f08d491ad8f49 authored over 4 years ago
Merge pull request #1924 from graphql-java/local-context-test

add test for local context and aliases

77707016acd4d7d35a732887ff58463f417f0326 authored over 4 years ago
add test for local context and aliases

ed3e1f8c91ebf516efcdc2f703c5a33b86626194 authored over 4 years ago
Merge pull request #1920 from felipe-gdr/1897_fix-field-argument-validation

1897: Fix field argument validation in SchemaValidator

74b4855fe19bec9c712563aab7bedb02d04b0d07 authored over 4 years ago
Merge pull request #1919 from felipe-gdr/1898_fix-field-redefinition-in-extensions-2

1898: Fix field redefinition check in extensions

ebd15e05fb0310457d972aba0add9d27d6cf977a authored over 4 years ago
1897: Fix field argument validation in SchemaValidator

c15eb87d8f7e8163e52fa7ddca8c131be3f49d1f authored over 4 years ago
1898: Fix field redefinition check in extensions

fix: #1898

fdee810419a644ac7fc460f38ea8b100a0fdb64d authored over 4 years ago
Merge pull request #1884 from felipe-gdr/1764_allow-interfaces-to-implement-other-interfaces

1764 allow interfaces to implement other interfaces

c508ac31600a6f12e69793ffb01d9338209bc683 authored over 4 years ago
Merge branch 'master' into 1764_allow-interfaces-to-implement-other-interfaces

760188984685d7572893027e2e9b92af9c267f22 authored over 4 years ago
add test for interface extensions

08d4bb9d8bb83148e2fdef4e25fedcc850a3029d authored over 4 years ago
1764: Implemente interface implement interface validation in SchemaValidator

420481f12a40de2abf22578a711a50d921ffd620 authored over 4 years ago
Lazy data fetcher values support for arguments and execution step info (#1901)

000eb5274793b7b41f863d3d96afcbb4e05646f8 authored over 4 years ago
Merge pull request #1912 from graphql-java/default-values

Default value bug fixes

4fe702b555b0eca18afb43b1931e069e9a7f939a authored over 4 years ago
Merge branch 'master' into default-values

f11267f0fbc2308947ddeba6ecb0d59b324463bd authored over 4 years ago
make it more groovy a bit

15a742b51bc02393b4897c2a4de1b33131885a2a authored over 4 years ago
add schema printer test

e7a5d841afff2d81c011aae33e4c37cb9898de19 authored over 4 years ago
astprinter handles interfaces in interfaces

24150503f8a7db0cdd7d7c567cc317d24a9ea731 authored over 4 years ago
transitively declaring all interfaces

2792f3aaa692d17bb86332a78a7c3f4ab94f1452 authored over 4 years ago
test programmatically GraphQLInterfaceType

and test SchemaPrinter

b785a5b0266e4bb1ff191be541c62d90d76de519 authored over 4 years ago
add Interfaces to GraphQLInterfaceType

fix introspection interfaces field

d04a6ec315e1fc2301c22a1f44712ab16842b507 authored over 4 years ago
improve tests

765698305714677f61fb0e1c2ac469ed97f6a48c authored over 4 years ago
Support for DataFetcherResult values in subscriptions and better instrumentation. (#1804)

* Support for DataFetcherResult values in subscriptions.

This supports BOTH the Publisher bei...

9eb260e8e39a89956fb745625e04bbd9cfa87810 authored over 4 years ago
1764: Improve query integration test and add introspection query test

39dc3d4f59671ef3459dd138e384e5802eea1208 authored over 4 years ago
The ability to parse and validate a document without execution (#1807)

* The ability to parse and validate a document

* PR feedback

0a189923258f63ebc6c5fc82a7d5c31eea18e0af authored over 4 years ago
Merge pull request #1772 from graphql-java/specified-by-url

add custom scalar Specification URL

0b611f2f5d621edb389060c824b08a650cf3a950 authored over 4 years ago
typo

a77edab5de27a8456baf1bd27ebb923ebc8eb4b5 authored over 4 years ago
Make the graphql-java Asserts truly lazy and hence more efficient (#1913)

* Add lazy assertTrue function for performance improvement

* This is a revamp of klee97's PR ...

2acb557474ca73cec95e07dddf3af54d3ce41722 authored over 4 years ago
Merge branch 'master' into specified-by-url

6c6dd4d0f34221dad88d647c1649e5db8e6cab66 authored over 4 years ago
Merge pull request #1857 from dugenkui03/unique_argument_names

New validation rule: unique_argument_names

341e22cb751c10c1b3ab92d317b8fd04ab0add52 authored over 4 years ago
Add new schema printer option includeDirectiveDefinitions (#1756)

* Add new schema printer option includeDirectiveDefinitions

Apollo Federation requires that w...

5f4dc52b5675cb5575c0a759f6159ca58a632e4b authored over 4 years ago
This ius more aggressive in how it looks for cached values (#1815)

69c7139a3ac79eef27564cf12c711fa900160d80 authored over 4 years ago
Issue #1768 ExecutionInput: allow to set value a top level (#1779)

* ExecutionInput: allow to set value a top level

* ExecutionInput: fix tests

427f4933d0d6cf0e5d074582fb4439960b868a40 authored over 4 years ago
CodeRegistry can now have a default data fetcher factory (#1814)

See https://spectrum.chat/graphql-java/general/question-about-the-default-data-fetcher~e023aded-...

bdc958e529710ce5b4c43243548e0f7def266df8 authored over 4 years ago
ISSUE-1885: Add impl to remove values by key (#1886)

4e43ef7bc79aa999ce87de46dba45014b81c59b2 authored over 4 years ago
null default variable value fix

fa0b19b19ea0a7380ac71d36fed2dd75a24106f4 authored over 4 years ago
null and default value handling fixes with more tests

9b5a2959590b7acc7e415716dff4727948ff70de authored over 4 years ago
add test for default values.

This removes a rule which was removed as part of the spec in https://github.com/facebook/graphql/...

fa63ed648c3c123759b406a46c361df6b388a756 authored over 4 years ago
1847: Fix circular reference between input object field/type (#1864)

* 1847: Fix circular reference between input object field/type
Fixes #1847

* 1847: Add circu...

8f4cd45cbda27c5b948f67fef29d4ec50d453fd5 authored over 4 years ago
Merge branch 'issues/1870/default_value_variable_ref' of https://github.com/mariogarcia/graphql-java into mariogarcia-issues/1870/default_value_variable_ref

6c1774b1e093104f1608310b4fab769e203f55cf authored over 4 years ago
add integration test

b01b2a495f96664ae71b7cb0b28149aecbb0e774 authored over 4 years ago
#1845: Implemented optimized FieldCoordinates creation methods (#1846)

* #1845: Implemented optimized FieldCoordinates creation methods

Description:
Implemented ve...

bbb92acce836c1dcdb0f719df4e7c9d066331022 authored over 4 years ago
Fixes a stack over flow problem in the validation rules (#1836)

d9d29d9c3464b4d2894dc8c71c5521a6f6fda2c5 authored over 4 years ago
This fixes the Subscription publisher so that it does not drop values that have been received but not yet mapped by the graphql layer (#1801)

15fb701ecaf972021dd485b4e6509114e9113236 authored over 4 years ago
1764: PR feedback

- use FpKit
- fix Generic definition in ImplementingTypeDefinition
- don't break public API in Ty...

04cfbe74b09e7b67094c0b7a69cff427d113f5bb authored over 4 years ago
1764: Create integration test

cfe170ee8966c63d2a8e10ba7f75f7cc24b8b2ce authored over 4 years ago
Fix SchemaPrinter to exclude braces while printing types with no fields. (#1907)

Co-authored-by: Arun Ponniah Sethuramalingam <[email protected]>

0b49de6f2f8da7385a58af451a244d1098d2c574 authored over 4 years ago
Fixed a copy pasta bug from #1818 (#1821)

453773fad244b5e7063c22cb4a6c0383961ce35d authored over 4 years ago
add missing WiringFactory methods (#1797)

2a443b4fa7b5be937128c7ce097b2214a3240c62 authored over 4 years ago
cleanup

bae1d4f7b0acbdc8441f301c6d4f2a71ab27feb4 authored over 4 years ago
more tests

1afa487bfd28a878fe57c190e0e272487cc57b95 authored over 4 years ago
Merge pull request #1792 from graphql-java/execution-step-info-produces-to-may-strings

This reduces the memory overhead of NonNullableFieldWasNullException …

2e391c10453fcf148fe17bd2114fb3949e1e6713 authored over 4 years ago
more tests

f3dba37acbde19a1dcb1408c82bfbab62de664d4 authored over 4 years ago
fix conflict and format the code

e2b917c597085862fb9e82af1f2f892e49f96902 authored over 4 years ago
formatting the code

91b0c13e36178d3d86e2f664575b3abb86abef56 authored over 4 years ago
cleanup and consistent description

e6f868433769be178ddf1eb4c4c6802721b5668e authored over 4 years ago
Merge pull request #1903 from graphql-java/remove-directive-fields

remove flags on GraphQLDirective

21d1479e5878945eefef82b0264fcc5af83de0a0 authored over 4 years ago
fix tests, rename to specifiedByUrl

ad30ab35906c0a376bafd30d7bd249299e131dc7 authored over 4 years ago
Merge branch 'master' into specified-by-url

11186a6284711b63e71162302689bd13c37aa618 authored over 4 years ago
Merge pull request #1859 from dugenkui03/unique_variable_names

New Validation rule: unique_variable_names

f409b6665d9d822cc4d7e60ae3237806edd0966a authored over 4 years ago
remove flags on GraphQLDirective which were removed from the spec: https://github.com/graphql/graphql-spec/pull/152

fb30a5028591472510198f5e0a7b419a7e35f72a authored over 4 years ago
Merge pull request #1890 from dugenkui03/allow_directives_on_variable_definitions

allow directives on variable definitions

be48433f49d832ca6f38eb742c95c4bf1f56c77e authored over 4 years ago
remove not needed boolean onVariableDefinition

0171c8fb988d3346ece3d1c1a563b72f19ac6cc5 authored over 4 years ago
formatting code and remove deprecated method

d1cc0d1fa825bcc1c123e795aa1070790d4ee362 authored over 4 years ago
remove '*' imports; replace HashSet with LinkedHashSet, in ValidationErrorType.

7dd96aa44ff024aeafefba78a2ade4c4ad9f3bda authored over 4 years ago
Merge pull request #1878 from benmccann/convenience-constructor

Add an additional constructor for convenience

57ce5cf5b8803191a7506bf8b8579803ec774dca authored over 4 years ago
1764: Add tests for field and arguments check

4015f0d1ef7403a8ca96add2ac75c42aa98398ae authored over 4 years ago
1764: Fix transitive implementation declared in extension interface bug

465e4a98490411b1011dd09b68aa9ff10b1f2c3b authored over 4 years ago
Update README.md

c8de10ed221a4291d9c89455cb39dff56dc90720 authored almost 5 years ago
Merge pull request #1891 from graphql-java/execution-path-improvements

refactor ExecutionPath to improve performance and simplify it

9f8cc8e54ff1cf153b6e2869c3698902b0dd2285 authored almost 5 years ago
refactor ExecutionPath to improve performance and to simplify it internally

06d6bbc638f427e2cf8174bb312692637211ffb5 authored almost 5 years ago
allow_directives_on_variable_definitions

748c8c1019f0eea2815c95c24fc557c6f671c554 authored almost 5 years ago
1764: Simplify implementation of transitive validation

0039150ff8f3179d5bd98ec72f64225e9c026fd7 authored almost 5 years ago
1764: Add tests for transitive implementation declared in interface extensions

81b1b2628018493c6ff265ce7906270d2a7cf765 authored almost 5 years ago
1764: Better test assertions

ae71b4a3898bb26823ea0c158856b0cdae044dc7 authored almost 5 years ago
Merge pull request #1867 from felipe-gdr/1865_do-not-visit-variable-definition-value-node

1865: Do not visit a variable definition value node

1a7c11c4941ae3631dd3d5a6f9f515c1f89b807e authored almost 5 years ago
1764: Use String.join instead of realying on Collection#toString

3dfdab1b12fa64c4032737d59dec792083c86bb8 authored almost 5 years ago
1764: Fix bug with circular dependency

ea740efacc54ea02d415f35448aa3e5e4fefd95a authored almost 5 years ago
1764: Check if interface is implementing itself

fixes: #1764

ecb52d31d3db49aeca521fccc8f2b6c1e15eb040 authored almost 5 years ago
1764: Assert error messages

5dca065f49021a26ec7041dfdd85d0eec334c638 authored almost 5 years ago
1764: Interfaces implementing interfaces working with partial validation

1b120b2858f08cd535fceb04e56f5380fb0de52d authored almost 5 years ago
Add an additional constructor for convenience

06e36030b7b6f9621b77d0270ced61c3488e4372 authored almost 5 years ago
added default value when using variable references. Fix #1870

eab33b3f23b2a2e019cd8acfa7ebea2c59a4482d authored almost 5 years ago
unique_argument_names

c017c1800ecd4eb6535c5c54310ebcd790e7964e authored almost 5 years ago
1865: Do not visit a variable definition value node

There are no visitors for Variable Definitions, so trying to visit
its value to extract data in ...

8030b679f7e1f202b6bcef2db632fb2912e1e685 authored almost 5 years ago
unique_variable_names

52ab4771cc98b627bf1ab470d404c78f8edf4727 authored almost 5 years ago
Merge pull request #1832 from gnawf/fwang/fix-single-line-string-escape

Escape single line comments

9eae9c1bf506700cd0a54bf37364e28e2519a2f4 authored almost 5 years ago
Escape single line comments

f83718fd3d4ea433eb61f01830230fbbe41983a6 authored almost 5 years ago
some docs about how type in ESI works plus test

c98ebf75efdccfda602109f1d677c5f5603a3ccb authored almost 5 years ago
Merge pull request #1802 from graphql-java/1800-update-jetty

Update of jetty dep

987fd7837fc3d301ec545918f115ac8d1b15fcde authored almost 5 years ago
Update fo jetty

9ede5fed88e7a3a1060f016b2b35f9514126b9bb authored almost 5 years ago
Oops Throwable does this anyway

e54abb589f2a723be3f7b11a2d61879cd3cb2274 authored almost 5 years ago
Make graphql exception tostring be the message

03c7cd2cae064652a8b322f207e2b0a9d2001ffc authored almost 5 years ago
This reduces the memory overhead of NonNullableFieldWasNullException and also the ExecutionStepInfo and other places that use parent hierarchies in their `.toString`

a5af47ec3ccaefdfaa45900e0c623648b31a7f1d authored almost 5 years ago
Merge pull request #1787 from graphql-java/parser-allows-antlr-mapping

Make Parser public and allow for custom antlr parser implementation for subclasses

101dc6cfc8dbdf598206868a3e15f6afa0b3bd1d authored almost 5 years ago
Now public API

7abcc0f43777e5359951882fcec0dd482631bc3b authored almost 5 years ago
You can now set your own ANTLR converter in the parse - NOT API

e28e51cf6f51e13c5c605fd4b63fd40a9a08ef67 authored almost 5 years ago
Merge pull request #1774 from Sajan-99/introspection-result-to-schema-handle-descriptions

Use descriptions instead of comments for AstPrinter and IntrospectionResultToSchema

cfd210b4ad5e93b8726fc869cdf8346f0251f7c5 authored about 5 years ago
added removed test

848f19bffdfde60239e8d13893f97ddda0a797e5 authored about 5 years ago
Merge pull request #1783 from simeonleatherland/Issue1782

Removing the single instance of NullValue

e33c252cf2309f7a71299032487c05bcb97cccd8 authored about 5 years ago