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

bugfix: identify same fields across hierarchy correctly

6f4260154d98cc519eefcd9841efcc1ef9babcea authored almost 4 years ago
Merge pull request #2201 from graphql-java/anonymizer-fix-same-field

Anonymizer bugfix: identify same fields across hierarchy correctly

a9de9cec62eeeaf4f7aca0a443405e5511d7adc7 authored almost 4 years ago
fix naming in action

91f0ddbc14c4bb253db1271b5b2317e1b08ef09c authored almost 4 years ago
bugfix: identify same fields across hierarchy correctly

528d467c24b1ae66e79a8ee083f6c9dcd463a7e6 authored almost 4 years ago
Merge pull request #2190 from dfa1/fix-for-2131-single-instance

fix #2131: single instance for noOp()

4dbf45fdc7485815c6bc1f7f9d95514388403964 authored almost 4 years ago
avoiding array allocations in hashCode() (#2191)

According to yourkit FieldCoordinates is allocating too many Object[]
and looks like to root-ca...

b645925faa1eb1f6cebaa72f8ca699688941bc03 authored almost 4 years ago
fix #2131: single instance for noOp()

Previous fix was incomplete (33cd6e60df47bb1f6d407d3ff32804a05b335ae0): SimpleInstrumentationCon...

dac995756da699e6dfcc6b29ab1c59a2f7e49d12 authored almost 4 years ago
fix #2131: less allocations in SimpleInstrumentation (#2184)

Since SimpleInstrumentation is often used as base class, it would be
possible to skip some allo...

33cd6e60df47bb1f6d407d3ff32804a05b335ae0 authored almost 4 years ago
Update README.md

55287470d5d5f93a74e3c9343cee7bb58ae89519 authored about 4 years ago
fix test

0e6921e1ada072259c06dceb1dac105d03c1c515 authored about 4 years ago
Merge pull request #2143 from dfa1/perf/micro-optimizations

more micro optimizations

f42128187c54e36547b8ae80f9dd19116d9ea63b authored about 4 years ago
changed field to ImmutableList

c67e51647af88dcd01dbf8b693b5b619ead76954 authored about 4 years ago
Merge pull request #2162 from donbeave/master

Throw an exception when try to register or unregister data loader when no DataLoaderRegistry pro...

b3df70f989700d88dbb897edfd311d632407b61b authored about 4 years ago
Merge pull request #2142 from dugenkui03/patch-33

Remove redundant parenthesis for directive on FIELD_DEFINITION

f36c3b0da81e0c9fd78ca6730fbd4a1d0fd64daf authored about 4 years ago
Merge pull request #2140 from helfer/patch-2

Add subscription to __DirectiveLocation enum

6bf9674d6618ea2115ceb54d46fab523bc7d05a9 authored about 4 years ago
Merge pull request #2138 from dugenkui03/patch-32

Fix for IntrospectionResultToSchema

79a57f67b5adbe051fd498cd127ba5d69d3024e6 authored about 4 years ago
Enum default values should use EnumValuesProvider (#2150)

If you create a schema with SchemaGenerator with an EnumValuesProvider, you
would expect that y...

040823c2e095ec2cfe64012eb4d3c205f9a7d5f1 authored about 4 years ago
Merge pull request #2147 from dugenkui03/patch-34

Ensure repeatable directive on extend type run correctly

a7c2d205afbb9f3591e5d80df76187751e0a9986 authored about 4 years ago
Merge pull request #2153 from tinnou/fix-classcast-ex-in-type-and-field-rule

Fix ClassCastException in TypeAndFieldRule

70c1c921e2dc68b9fc24315a04f758a82a22643f authored about 4 years ago
Merge pull request #2160 from Sounie/master

Grammar tweaks in documentation, and update to use github for JMH samples

7c559d8d73b1e5c7a138a3df96b334e04dd659c8 authored about 4 years ago
dont run branch build on master

3bae3c260b216727f9df170b24b78a5d8a75a3f9 authored about 4 years ago
github actions work

13467897f7bf3798fc8a39664e9d2726684c417a authored about 4 years ago
github actions work

55cccb551353c7cc14e61a8f0a16e5abb8bfcac2 authored about 4 years ago
use default df from GraphQLCodeRegistry (#2149)

fix #2145

af0456f84e871d8f91d5929215ee23ed5112878a authored about 4 years ago
Ensure NormalizedQueryTreeFactory handles mutations and subscriptions (#2173)

* Ensure NormalizedQueryTreeFactory handles mutations and subscriptions. Credit to @skevy for or...

e93f7acf16ed85e7931f750e8afeef4b3c32102b authored about 4 years ago
github actions work

889979ac6fad6050bb81651feb0dd033ea3ac1da authored about 4 years ago
Variable used for double-checked locking should be volatile (#2170)

Fixes #2169

78ade3d886d3a70463b2551f9d764d43c6c2d3d0 authored about 4 years ago
github actions work

feb92c3fb377f4410ce769b89c75dfd7d98c0014 authored about 4 years ago
github actions work

fcce86322ad6a52fd9c708337688b6115fdd3bea authored about 4 years ago
github actions work

0ecb315c477e047e3d18bd463845a38d094c87cc authored about 4 years ago
github actions work

cebe252b27eaf7ba95a40d2a03fc33c5a8c4a8ab authored about 4 years ago
Fix nested detached types were not added to additionalTypes (#2157)

8d747c10423a1c9795fd1c045faa51cfaac5ebe8 authored about 4 years ago
Update README.md

0d4492c6944f23180456891c96f12807cbde560c authored about 4 years ago
add test for normalized query factory case

6a50b2f57af947df8f70079848ffb7e1ba5d3ee7 authored about 4 years ago
Merge pull request #2168 from graphql-java/normalized-tree-fragments-fix

Bugfix: caching of visited fragments in Normalized tree

4d37858b4182c20dda359819411760797e7228d4 authored about 4 years ago
Bugfix: caching of visited fragments leads to wrong normalized trees in some cases. Caching removed

959b637cd822a12a23302207cefe32760f7e2d55 authored about 4 years ago
Merge pull request #2144 from dfa1/wantedName

introducing Field.getResultKey()

59cd870263031113a5ef3477ea862b24a0d1b8f5 authored about 4 years ago
Merge pull request #2161 from benfortuna/feature/restore-osgi-support

Use bndtool plugin to generate OSGi manifest headers

b874235e4b1582e41ca5b2c32e937db47795cbf0 authored about 4 years ago
Merge pull request #2165 from graphql-java/fix-ntree-caching

use memoizer correctly for normalized tree

986ee60f32662a213bbee8875d1fcd74accdda8f authored about 4 years ago
use memoizer correctly for normalized tree

c9d1333610b3e4eec96e3d4bcad4fb3451107f8a authored about 4 years ago
Throw an exception when try to register or unregister data loader when no DataLoaderRegistry provided.

28180736dbef3133a418c918bd643726603f5edf authored about 4 years ago
Use bndtool plugin to generate OSGi manifest headers

dbbe18abb0531b67abf825b014fa02e5870f9e74 authored about 4 years ago
Whitespace formatting.

b3251d721631ea7ab4c6954cfe17f49cc2e56a29 authored about 4 years ago
Further updates to URLs referencing the old Mercurial repository for JMH benchmark examples.

a3042673ac840822962acd1a3fcd5929b8daae68 authored about 4 years ago
Minor adjustments to the grammar of the coding guidelines to improve readability.

112b5fcb22ae4066061b6f767665cba21a341f66 authored about 4 years ago
Updated link to JMH samples to point to github repository rather than the Mercurial repository, as it is my understanding that the development has moved to GitHub.

(Based on commit comment, and wording included in the commit referenced here: http://hg.openjdk....

01fb8a526d8222309b84e521a5fcd23a3d731d92 authored about 4 years ago
Correction to typo - duplicate "should" in CONTRIBUTING.md

4de0de626ceec04ceb107ba8542d239283e8b495 authored about 4 years ago
Fix ClassCastException in TypeAndFieldRule for union member not object types

e911bca09e3cc9ac530c7f30f51a397e4ba93fd6 authored about 4 years ago
Merge pull request #2148 from graphql-java/anonymizer-reasons

Anonymizer: remove deprecated reasons

a12f84b98fc6fc592b22c3c9ccb186efe6427648 authored about 4 years ago
Anonymizer: remove deprecated reasons

811f8ec55486c65e314be896161d2588d4fd0045 authored about 4 years ago
add yourkit link

4fa3f9baaa88f669cee61fc16a825e2a611c086c authored about 4 years ago
ensure repeatable directive on extend type run correctly

d909b4614416c9a638632f7ee800c92b3b17f560 authored about 4 years ago
introducing Field.getResultKey()

This method has several definitions in a lot of places. It is also a good API for advanced users.

855ff387fe8b6b77c05806f830980232594f5f6e authored about 4 years ago
introducing CacheKey for PropertyFecthingImpl

Avoiding some String concatenations in the hot-path.

3794399a77a467afababd30f3331ef98645cc2a1 authored about 4 years ago
using immutable list in FetchedValue

0504013b16b7eb91bd2ada8c6edf49afc4e0d63d authored about 4 years ago
remove redundant parenthesis for directive on FIELD_DEFINITION

3578506b4d99fa8fc622e5d90decdfadeb6f3c82 authored about 4 years ago
Add SUBSCRIPTION to __DirectiveLocation enum

a97231063b7fd6c0c88bf681431bc79982485bfd authored about 4 years ago
fix for IntrospectionResultToSchema

09e24809b3fb73f089d7f031bf8f6e135c026768 authored about 4 years ago
Merge pull request #2136 from graphql-java/anonymizer-descriptions

Anonymizer: remove descriptions from schema

d1a4c155677dc0b7c16eea134c0fb23ca7303df4 authored about 4 years ago
remove descriptions from schema

6fe2b25310fb34d83f5b8cf418c24a47178a5de2 authored about 4 years ago
Merge pull request #2135 from graphql-java/anonymizer-cyclic

fix handling of cyclic type references

5e61bb3221f4cb38902346db859e973fa439e99e authored about 4 years ago
fix handling of cyclic type references

e5efab4dc3ae5f1191b1aa35e36874b40855f6fb authored about 4 years ago
Merge pull request #2132 from graphql-java/anonymizer-3

improve Anonymizer

3fe482b491bd02dfa31abd25d3a2c3bed3459f12 authored about 4 years ago
handle type names

3682f64a990e460fc8cef9cea170534881229d07 authored about 4 years ago
handle argument default values

d8a389977ccf0e1b7acc22e7446d61a100cd24a1 authored about 4 years ago
interface in arguments

2f6304eb83b332ff5080085df39e5f4e61ab8721 authored about 4 years ago
interface hierarchies test

6310f0616abb23bbbc76b29f12bee01dcd0fef2b authored about 4 years ago
improve Anonymizer

f03c2f3d051675696949b7bc0e0f38bf071d72db authored about 4 years ago
avoiding allocations in ConditionalNodes (#2123)

* avoiding allocations in ConditionalNodes

* share code in NodeUtil

Rewriting findDirectiv...

9803c10ecc7e111ba179028f138ffa53345deff0 authored about 4 years ago
Merge pull request #2128 from graphql-java/remove-selection-locking

Moved supplier of locked Query Tree outside synchronised call

8c6b1a783333e0b8b731854c88d0d9dd82e3a93b authored about 4 years ago
Merge pull request #2130 from graphql-java/anonymizer-2

Improve Anonymizer

da27fad288ac8603dbeebda42b0f967179e43243 authored about 4 years ago
default values test

7dc3642d4c45202dee214167d5ef85c2fcbe219b authored about 4 years ago
values

9c8f4cd78dc7089daad3842ef9cebeea2159fa39 authored about 4 years ago
anonymizer work

cb9798da759118421db99edfb3d2c2f4d1dbb6f1 authored about 4 years ago
handle arguments for Anonymizer

661762408f423664a23db8bfbacd3c407556f3a1 authored about 4 years ago
Merge pull request #2129 from graphql-java/anonymizer

Add anonymizer

06bbb82376f019fbc0c64328ab06a65b611860c8 authored about 4 years ago
Add anonymizer to make anonymous version of a schema and queries for that schema

c9bbcda8bb095a1941d48b52bc45bce946fe1cce authored about 4 years ago
Moved supplier of locked Query Tree outside synchrnoised call

2aa408ca675d8b8f4c3bafd361b0c681819ebc6c authored about 4 years ago
Merge pull request #2122 from dfa1/fix-jmh-setup-on-macosx

upgrading jmh to 1.25

aa0dacb9b8c40aed970776316f3de97be4f3b613 authored about 4 years ago
upgrading jmh to 1.25

Following instructions here:
https://github.com/artyushov/idea-jmh-plugin/issues/13#issuecomment...

a502cb20b8f06814f288b0a2e96268b7e86ac2b0 authored about 4 years ago
Improve AstPrinter performance (#2110)

* Add new AST Printer and benchmark

* Migrate to new AST printer

* Fix method signature

be8025f9315362dc5c4ff38194313e4a8752975a authored about 4 years ago
allow usage of repeatable directives on extensions (#2115)

b01df7449bebef5bd645f0255a94d8eaacfa0a5c authored about 4 years ago
introspection for repeatable directive info (#2113)

43668fb09ffadd1efe363f8a4522c4cc6a8cd31e authored about 4 years ago
Fixes module name (#2111)

* Fixes module name

* Fixes module name

* Fixes module name

ad2e8adb69c80bd5f5415b7c4186897a069c2a32 authored about 4 years ago
Fixes the missing guava maths classes (#2109)

432d5f0f82b1cbda3fd0bb7985b91af9d08ed35f authored about 4 years ago
This moves the AST element builder to use immutable lists (#2101)

* This moves the AST element builder to use immutable lists with the ability to add items to ind...

3dfeae352fce4e3fd636a7227271e1b3f9536066 authored about 4 years ago
Repeatable directives support (#2015)

* Repeatable directives support

Still much to do

* Repeatable directives support

Intros...

ff3f6918330b9c78321b2fe6fce615ce2b155eac authored about 4 years ago
post processing on schema directive wiring afterr schema is build (#2082)

* Starting PR for post processing on schema directive wiring

* use correct changeNode method
...

fb86ee62cc7a090c362342b643803b377bed84ea authored about 4 years ago
Clean up master jdk 8 problem (#2100)

* Clean up master jdk 8 problem

* Ensure JDK 8 when run

17f0e2762f93538add5bb161a50f5f9e43fb616a authored about 4 years ago
New validation rules about type, field, argument (#1955)

* add some schema validation rules: type, field, argument.

* add isIntrospectionTypes method ...

c801fd8c16e05dd499b8e9da20ce5ed3df89c8d1 authored about 4 years ago
Fix a bug where enum value extensions were not picked up by schema validation correctly (#1942)

a1c123d8be0592a2fe97e9b7df4a58292da02d70 authored about 4 years ago
remove absolute graphql error (#1941)

* remove absolute graphql error and special relative error flag in DataFetcherResult

* cleanu...

fccbe3529ce1711de41919a56e36ac8d44eaa6eb authored about 4 years ago
removing unused methods (#2045)

aa9a93d86061ec5e58ce74eb3012496e5d4cd2a0 authored about 4 years ago
JavaDoc cleanup - get to zero warnings on compile (#2094)

07ca7eeb049cefa3e46c81f7af22ac30b5bfd0c0 authored about 4 years ago
fix for coerceVariableValues (#2083)

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

39c567ed5b4a1755e9fca0931f9dda3048e9104e authored about 4 years ago
Makes a default data fetcher exception handler possible (#2093)

4213a3034aa18edc36207753ea274c3824593e1b authored about 4 years ago
add shaded guava collections and use it (#2086)

* add shaded guava collections and use it in Field

* remove not needed guava files

* use i...

f6f9baeb30e36042087a78170286a27c6ead9ee7 authored about 4 years ago
Variables are now coerced in the QueryTraverser (#2096)

3dd5e027cb75687f5afa81979c9d09ebd5d81985 authored over 4 years ago
Support in DataFetchingFieldSelectionSet for Unions and Interfaces (#2079)

* make normalized field available to a DFE

* fix tests

* lookup ahead with normalized fiel...

afaa9aa1f321ef4aed7ef6ccac3e2efdd8413874 authored over 4 years ago
minor fix (#2091)

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

cf89ea3ec5852d75e98762f2e142440b19e4e82c authored over 4 years ago