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

avoid create redundant object; fix typo (#2090)

Co-authored-by: dugenkui <[email protected]>

a8fd5d36c2d91146dd8b8c5c2602c2ad8dfb4d75 authored over 4 years ago
remove the override of default method in SimpleInstrumentation (#2092)

Co-authored-by: dugenkui <[email protected]>

d57699101e60b48ef0c32a4777ef5380a1cae118 authored over 4 years ago
Merge pull request #2018 from graphql-java/deprecated-directive-is-checked-for-location-correctedness

Now checking for @deprecated location correctness

dd5d4d8106ee4b699be4139cb7f601d8f58b3a46 authored over 4 years ago
Better javadoc (#2089)

9ba76061ece004a62d668727cf8257af6c4d46d2 authored over 4 years ago
#1914 Use default values for fields of input types when default argument value is provided (#2085)

* Use default values for fields of input types when default arguments are provided

* #1914 Sh...

3295066eaab118ee1d971b2d3039bcb97cca65cc authored over 4 years ago
Merge pull request #2080 from graphql-java/extract-property-fetching-common-code

extraction of property fetching for possible re-use

0de364ae0fdc75126b0217ba6ad61253ec4007c0 authored over 4 years ago
Merge remote-tracking branch 'origin/master' into deprecated-directive-is-checked-for-location-correctedness

# Conflicts:
# src/main/java/graphql/schema/idl/SchemaGeneratorHelper.java

d2b85007a27b52c70069abbec33655c22d196684 authored over 4 years ago
Schema transformer fix (#2078)

* Test showing the failure on schema transform

* refactor schematransformer to use top sort i...

a39aec8e715d97510eab8ea4c89667e4d1786636 authored over 4 years ago
PR feedback - not DataFetcherEnv dependent

59d9bb855bbec6a3d3390aae8df7f91d731895b1 authored over 4 years ago
reimplementation of the extraction of property fetching

921058122fdfe56c7a20b93ca2e04c5d22598e35 authored over 4 years ago
providing the explicit value 'null' to non‐null_argument is not valid (#2038)

49bbbeb1c65fe45148c3625c4742e7b4f35d3a2c authored over 4 years ago
avoiding allocations in FieldCollectorParameters and MergedField (#2074)

* avoiding LinkedHashMap allocations

* avoiding ArrayList allocations

ArrayList allocated ...

31f44d801e71af27a5015c2f7961abf2bc560821 authored over 4 years ago
Merge pull request #2071 from dugenkui03/patch-16

Remove unused import; Remove redundant method

2b4457c780a5998320303f0f905901d7fe71a010 authored over 4 years ago
Merge pull request #2014 from dugenkui03/fix_for_ValuesResolver

Fix getArgumentValuesImpl according by spec.CoerceArgumentValues()

34f34fee9d2f41bb9a0481c6c2e3beb808f5e971 authored over 4 years ago
Merge pull request #2077 from phillip-kruger/antlr-update

Update antlr to 4.8

df5bbde24df8ce875a773122022cba5c3228a6fd authored over 4 years ago
Update antlr to 4.8

d48dbaf0ecd8ecd438cb9b6a4fc299084576bdfe authored over 4 years ago
Merge pull request #2073 from KammererTob/master

Fix TypesImplementInterfaces.check() for interfaces implementing interface #2072

6af978511b0f6f07d044d6d8cb15735fcf764a07 authored over 4 years ago
Fix for #2072

a50e11124758b60082317145c6214a714d96c1c4 authored over 4 years ago
remove unused import; remove redundant method

1bd60a39e984368fb7c724360e8f072ba2c84c4f authored over 4 years ago
Persisted query support (#2013)

4a893b0f55da36cd97397ceb76634644ad658e55 authored over 4 years ago
support for streams/iterators (#2067)

Allowing DataFetchers to return Stream<T> and Iterator<T>.

8e556663649cbbaab48852e70e90f8e8cf181de4 authored over 4 years ago
Avoids ArrayIndexOutOfBoundsException for description of only newline (#2053) (#2069)

* Adds test for field description of only a newline character (#2053)

* Avoids ArrayIndexOutO...

7a8e9038df64ddba27a8aa4040ecdeb60fe387e5 authored over 4 years ago
add directive verification rules defined in spec (#2060)

558aeaa6faec041bba8c41db8357c24f83017b09 authored over 4 years ago
move generate method from SchemaGenerator to SchemaGeneratorHelper; bug fix for issue 2055 (#2058)

1852cb7b70683d51c7d472b9cc878e98c93f6954 authored over 4 years ago
[MINOR] Replace 'equals expression' with Objects.equals(o,t) (#2059)

* replace 'equals expression' with Objects.equals(o,t)

* remove unused param

6cc1974365f8e1687677b34f8611c04a7ce46635 authored over 4 years ago
unignoring unit test (#2062)

6eb4df237d648feecfecc115060c34670b189935 authored over 4 years ago
add a test to explain how to use MapEnumValuesProvider (#2063)

24e4b17c128dfdc3df09df4a401bdfd90f726620 authored over 4 years ago
allowing more customizations for ExecutionStrategy (#2065)

06593e2a5b83bd4294751ecdbcdb72df3e50935e authored over 4 years ago
Fix AstTransformer extension being converted to base type when changing child node (#2056)

3998b0dab816b232cd9de8216169d0bbaab52a83 authored over 4 years ago
replace assertNotNull() with assertNotEmpty (#2054)

53999d6c30bd286efa514fb5c5e0296e1509d4bf authored over 4 years ago
Create directive definition when map introspectionResult to schema (#2048)

* Create directive definition when map introspectionResult to schema

* move DirectiveInfo to ...

c194f88cc7e50c1b1a03f195c26ec62100e503d8 authored over 4 years ago
fix typo and mark UnionTypeError with @Internal (#2049)

58daf978bb06c5fa2a9bfb0cd73c07df99a3367d authored over 4 years ago
minor cleanups (#2041)

- presizing of few internal data structures
- removing few unnecessary annotations

af83f796d69ca633a2d4ccfe5b8eb1b4cf243196 authored over 4 years ago
Replace private method with Optional. and other changes. (#2043)

592215d6f298968f0518a068f9acd7da141ffa7b authored over 4 years ago
make IntrospectionDataFetcher extends TrivialDataFetcher, do not trace introspection information (#2042)

97a30732325bf99a1392891a73992e3adae25e31 authored over 4 years ago
providing default ExecutionStrategy in GraphQL (#2039)

09111aede151962caee659842ee34041e8e27f9f authored over 4 years ago
This will handle exceptions if the exception handler itself throws exceptions (#2012)

* #1973 - exception handlers will handle exceptions in the call back

* #1973 - exception hand...

61a78fe152d2b510539c7c4e660baf3d0830ae72 authored over 4 years ago
#2006 - adding an automatic module name (#2010)

5ebd3ac81d7027763ab9352568184641c10cad28 authored over 4 years ago
upgrade to gradle 6.6 and a bunch of other dependencies (#2011)

* upgrade to gradle 6.6 and a bunch of other dependencies

* more updates

a9151d3e89d4740b28db7ab18a3a1038971c766d authored over 4 years ago
remove unnecessary Map (#2026)

* remove unnecessary Map

* remove unnecessary Map

4b667746b862be6cd72d988b6c6d6bc847aeeb52 authored over 4 years ago
replace isEqualTo with Objects.equals (#2030)

c3c48a2dd8aa516a1d857e9e0e2ba7f58091d3b4 authored over 4 years ago
The Scalar code is now broken down into their own implementations (#2016)

* The Scalar code is now broken down into their own implementations for easier maintenance

* ...

0d97d9d0af87e95543e8cec478b8ced4475dfa4d authored over 4 years ago
fix for KnownDirectives (#2037)

7fc94c510efd5fafc7b53ddef7ea09ba081d0558 authored over 4 years ago
fix for typo (#2036)

5617e08e26a68eee4fd6b8f8a45fec9032dfa172 authored over 4 years ago
make the builder classes which have directive implement NodeDirectivesBuilder (#2033)

dcdea33bacb00f80ba88e848169091440db61997 authored over 4 years ago
return copy of DirectiveLocations in validLocations() (#2032)

9265ca131b680258eb404c6b3e087c912fe3c257 authored over 4 years ago
determine whether isDataPresent in createSchemaDefinition(ExecutionResult) (#2035)

6f9b54d81a7823456efcf1a811d93053d6926540 authored over 4 years ago
remove unused variable (#2027)

7ee760264b0a596639ee2c34f9e79a4e9e0ad07f authored over 4 years ago
Lazy ExecutionStepInfo for instrumentation and alo reducing the number of calls to this (#2023)

264cb129e4a905bf246d4df553d9425debdc8a18 authored over 4 years ago
Small tweak in a hot spot method that pre-allocates the array list to the right size (#2022)

be01c7f13b8a90e804fd16a11874ac24ff78f082 authored over 4 years ago
pre-sizing internal data structures (#2020)

* pre-sizing internal data structures

Helps to reduce garbage collector pressure and memory u...

5c5798e2683639d1faeaa365b97226924a3a9b1a authored over 4 years ago
Faster Property fetching with derived classes (#2019)

* Faster Property fetching

* Slight change in heuristic

30e680b84b09e3465cb152bb25ebb3f06cb1b0f2 authored over 4 years ago
remove unused import (#2025)

f64f1cdbc61ab9f2f4adb3134717c49222747d5b authored over 4 years ago
Bad init of class and also fixed a test

d54745bf4fff4c590acdcce398c0e4194165eb5a authored over 4 years ago
Now checking for @deprecated location correctness and moved around the implicit types

573a61d4c01e81a2b861141ba4e128a6a7179404 authored over 4 years ago
Now checking for @deprecated location correctness

9f3cab81050836b845dfad4b30d1144b62c65b4f authored over 4 years ago
Merge pull request #1965 from graphql-java/introspection-df

extract special Introspection DF

6a56b3ad8581c07b8560d6ae6522eb375a1ef32c authored over 4 years ago
fix_for_getArgumentValues

e33e0176bd1358598bdca3624ea609d86cd5cd49 authored over 4 years ago
fix up a wrong grammar (didn't have any impact practically, but the grammar was still wrong itself)

a7117f8c431fe7b9c4b1d542d0f6585947095846 authored over 4 years ago
Change ExecutionContext.error from CopyOnWriteArrayList to Collections.synchronizedList(new ArrayList<>()) (#2008)

Co-authored-by: Doug Hawley <[email protected]>

8b22a39f358e32265b8f89eec176712490db7805 authored over 4 years ago
Fix typo: toke -> token (#2004)

Signed-off-by: ricekot <[email protected]>

05deb857cc5885df98abc3a21679f2c115e555a6 authored over 4 years ago
Proposed fix for #2001 Allow non-list values on schema directive arguments of list type (#2002)

* Allow non-list values on schema directive arguments of list type

* #2001 check if one dimen...

26a012c7b16e4551be84792e43b3ed9f32168a42 authored over 4 years ago
pre-compile valid name Pattern to speed up assertValidName (#1987)

2ed520e924d7ebcb1652f362a243b3c19f0aa2fd authored over 4 years ago
align grammar more with spec text, fixing edge cases (#1981)

* align grammar more with spec text, fixing edge cases

* align grammar more with spec text, f...

31f3d3f7b30a3d521a3db4df645300c7bf0088db authored over 4 years ago
Include class loader in caching key (#1984)

bab2a9134cb013ec03059e4dcde4b28bfb9b1b5b authored over 4 years ago
addUnionTypeChecker (#1967)

443390bf29313c2584ec1cfdad7ba36250b92105 authored over 4 years ago
Make UnknownOperationException implement GraphQLError (#2009)

d3b6af0197eecdb65ea0307452e2305eff2cedeb authored over 4 years ago
Merge pull request #1968 from dugenkui03/patch-1

take Set as track of fragmentNames which is already visited.

bb87d8f5211f4770934bbca408ca41557d5b4196 authored over 4 years ago
take Set as track of fragmentNames which is already visited.

a0a29953f8ee6c03b911ec6bee476f88d681941a authored over 4 years ago
Merge pull request #1970 from dugenkui03/patch-2

reuse variableDefinition.getDefaultValue() and remove unused import

d3032e7b2a019feaa3454f2b596a4a1942e83ed9 authored over 4 years ago
Merge pull request #1975 from ddold/ISSUE-1974

ISSUE-1974: Included implementz in constructor

b4f1cafee4d42bd5ca2c87c21433bbff804df7f7 authored over 4 years ago
ISSUE-1974: Included implementz in constructor

ac8448b254086e94133a7d965216343fd71dfe0c authored over 4 years ago
add the last missing public/internal annotations

ce7fd42b3ccaa90b9ee1b7306c6d3faebf5ab193 authored over 4 years ago
reuse variableDefinition.getDefaultValue() and remove unused import

3615f07be45a53708acb77aad35f055fdfae1334 authored over 4 years ago
Merge pull request #1969 from graphql-java/add-visibility-annotations

add missing internal or publicApi annotations and cleanup more deferred code

4a0a7afdcb03a2ed821a054d6634b5653c772e48 authored over 4 years ago
remove deferred related code

3b8bb68eb7433a64fdf44b0d829c29f7a8428595 authored over 4 years ago
add missing internal or publicapi

06c0b2d53f1a7a4c5d672bebdc6e25ac38659b6a authored over 4 years ago
extract special Introspection DF

316f27d92df9d585c9b714e65e2b4f1ae1281c1d authored over 4 years ago
Merge pull request #1962 from graphql-java/rename-execution-path

Rename ExecutionPath to ResultPath

c40fc1d50e91f5584cd8995b46c464d3692f20b3 authored over 4 years ago
Merge branch 'master' into rename-execution-path

4f9ed60f05187472ad20e953e96a3271ac335cc0 authored over 4 years ago
Merge pull request #1964 from graphql-java/remove-deferred-2

remove deferred support 2

a0d327d7821e92b173acb6d49297935343540994 authored over 4 years ago
remove deferred support

ddb850f9e0e0069a8e6bdc4affa245a93d024447 authored over 4 years ago
Merge pull request #1961 from graphql-java/remove-deferred-support

remove deferred support

3101f4838b6918ee0674d21cee0bae026411b1f0 authored over 4 years ago
rename ExecutionPath to ResultPath

928cf653180e0b7616cff801b081aee020d86620 authored over 4 years ago
remove deferred support

dad2e9570159944aec5086c46ad3dee07ae17d2d authored over 4 years ago
Merge pull request #1957 from kaqqao/1956-default-value

Bugfix: Transforming an argument should not set a default value

10eeacc3979624964ef10ea1078ef84534d9c5cc authored over 4 years ago
Merge pull request #1954 from graphql-java/extra-test-for-signature-edge-vases

An extra test case for AST signature code

403a83723535b4788e68cbe8bb20eb890e48c9f3 authored over 4 years ago
Transforming an argument/input field should not set a default value

Fixes #1956

f3e084aeb155f6ea1cd8e77ac8cf9377d5bb9224 authored over 4 years ago
An extra test case for AST signature code

616ea8ee8ee14d514a270bb99ee2055869301cc5 authored over 4 years ago
#1855 add ExecutionStrategyParameters parameter to handleResults method (#1935)

d94eacc4fc97c009af562fbb39f7f4e82a9d1c15 authored over 4 years ago
Added the ability to provide a predicate on schema printing per schema element (#1938)

a9f7932266b3cc8395123994f0b9675ad2ab642e authored over 4 years ago
#1929: Protect logging debug calls with isDebugEnabled() (#1930)

Description:
Protect against potential performance degradation from debug logging by
utilizing...

98bb45ad91d3494186030116a43be96fde55da1d authored over 4 years ago
Merge pull request #1940 from graphql-java/ng-stratgey-universal

refactor NG ExecutionStrategy to be more general

eff61068da99731bb1f2dbcb14180ffcc09b2141 authored over 4 years ago
refactor NG ExecutionStrategy to be more general

fbe39bd58d6b64c7989807be2a20e3b9ae85e77a authored over 4 years ago
add test for interface implemented with additional optional arguments

f328040f8f41a9707d9f973cb55a48621d45dd3f authored over 4 years ago
Merge pull request #1931 from graphql-java/schema-description

add description to schema itself

bc29b5f168e374421550b46d5a85c37f1d48d124 authored over 4 years ago
add description to schema itself and test it

558c9a9b0418186cfda50d15143b34ea46cc190c authored over 4 years ago
Merge pull request #1926 from felipe-gdr/1897_fix-argument-implementation-in-schema-validator

1897: Fix argument implementation in SchemaValidator

497d2ac952b9c233ee84ada81886ef0a3fb213f5 authored over 4 years ago
Merge pull request #1923 from dugenkui03/fix-variable-directive

fix variable directive

bb47f29e34c50866f11a75afd946a3362e50d998 authored over 4 years ago
fix for VariableDefinition.

84522e9a7acfdddc162280b06220f54a8a676188 authored over 4 years ago