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

Tidy up IDE error

09fdf2241baede32e3fa6e780c18c126c3fa564f authored over 2 years ago by dondonz <[email protected]>
Add German validation errors

327559f51a16d8fc4a52dd97805c020b08fd098d authored over 2 years ago by dondonz <[email protected]>
Merge pull request #2911 from graphql-java/benchmark_enf

Reduce calculation for fragments in ExecutableNormalizedOperation

9479cc0dab42a682df566a4b7197bb21b95c8de6 authored over 2 years ago by dondonz <[email protected]>
Added test fore intersection

9f8aaedd7448ac6e84e938fdc5845bf7585fe63c authored over 2 years ago by Brad Baker <[email protected]>
Xuorig Fix PR - Edge case with GraphQLTypeReference and Schema Transforms (#2906)

* add a test to reproduce GraphQLTypeReference issue in transforms

* Added extra test for sch...

fb507ad5d87e95e6b48461f3588d756937820334 authored over 2 years ago by Brad Baker <[email protected]>
Rename to PrettyAstPrinter; improve tests; add javadoc

923a034e82e64230e387dea4388ca4feb46f02c5 authored over 2 years ago by Felipe Reis <[email protected]>
Merge branch 'master' into benchmark_enf

dbc0476882e990332f01645ee14288398a109ae2 authored over 2 years ago by dondonz <[email protected]>
Fix typo in description of skip directive (#2915)

faf633741ede904494d8939ee4b04d13293094a8 authored over 2 years ago by Philip Graf <[email protected]>
Fixed typos on string to array function

e7ff81517afe6d752458e32aa143b0beb5f1f8c4 authored over 2 years ago by Diego Manzanarez <[email protected]>
Added string to array function

84611561ffaf0a859016219de5814436cfd9b964 authored over 2 years ago by Diego Manzanarez <[email protected]>
Merge pull request #2910 from graphql-java/harden_introspection_to_result

Handles isDeprecated not being present in the json

c7936eaa89060e6a8248c18d5ee5faf8d905a120 authored over 2 years ago by Andreas Marek <[email protected]>
Add smaller set first optimisation

b710226f0a7bd73a7d5f8b01fe4674e6febddd04 authored over 2 years ago by dondonz <[email protected]>
Remove deprecated @fetch directive

0012485e5fb937afd553e1e00c2990f331c57f97 authored over 2 years ago by dondonz <[email protected]>
Cheaper calculation for narrowing down possible objects in ENO

4256831503a735a83e060475e6d91fe5b45eb8e5 authored over 2 years ago by dondonz <[email protected]>
Handles isDeprecated not being present in the json

5831bc461d56c2b610d6854b65c2de961adcec17 authored over 2 years ago by Brad Baker <[email protected]>
Expose default pretty options and rename capture rule context method

05c229d186402784bffdfe9909059d24374481e8 authored over 2 years ago by Felipe Reis <[email protected]>
Defaults Locale when calling validation (#2908)

49d012e7139202afca04996df9a03d766d654ac0 authored over 2 years ago by Brad Baker <[email protected]>
Merge branch 'master' into pretty-printer

c6bb935c1ad796333a53fda7ff200d15fec24772 authored over 2 years ago by Felipe Reis <[email protected]>
DF SelectionSet Benchmark (#2893)

35ff68db1e1d567428539d74f2169ca7799ee2a3 authored over 2 years ago by Brad Baker <[email protected]>
Test stability (#2903)

b1f96e742346a6dff435c64413d1d4a8bcda9f4c authored over 2 years ago by Brad Baker <[email protected]>
Donna's catch! (#2900)

a50757027a3f2e50a316cba6b14cd85919798fbc authored over 2 years ago by Brad Baker <[email protected]>
Merge pull request #2899 from graphql-java/deprecate-cache-control

Deprecate Apollo Cache Control

2c7878e95424eb7a30c3b45b5e93a82c6015e702 authored over 2 years ago by dondonz <[email protected]>
Deprecate Apollo Cache Control

d94bdf456e8a00cd1b836ba515f5ea44c9bfc561 authored over 2 years ago by dondonz <[email protected]>
Merge pull request #2786 from jbellenger/jbellenger/validation-perf-redux

perf improvements for fragment cycles validation

6d87767c8cdef32da6eb826174347a6bd02ff004 authored over 2 years ago by dondonz <[email protected]>
Merge branch 'master' into jbellenger/validation-perf-redux

# Conflicts:
# src/main/java/graphql/validation/rules/NoFragmentCycles.java
# src/test/groovy/gr...

05ac94238ac9b7c50834b37aa8b27ff714972587 authored over 2 years ago by dondonz <[email protected]>
READY - Stop DOS attacks by making the lexer stop early on evil input. (#2892)

* This stops DOS attacks by making the lexer stop early.

* This stops DOS attacks by making t...

226aabd9ffa863387085483e6b73799507b90b2c authored over 2 years ago by Brad Baker <[email protected]>
Merge remote-tracking branch 'upstream/master'

ba71a5dba20ed00bf110eb0fa6abc05a44f06508 authored over 2 years ago by dondonz <[email protected]>
Merge pull request #2896 from graphql-java/update-java-dataloader

Bump java-dataloader ahead of release

ab856e2a92fd217f684c6a0e4c234edbd9faae94 authored over 2 years ago by dondonz <[email protected]>
Bump java-dataloader ahead of release

c8308271b6cf18570451530e8a096f68b72da20d authored over 2 years ago by dondonz <[email protected]>
State is passed explicitly to instrumentation and parameters are NOT mutated (#2769)

* Another WIP PR that shows how we could transition to the new idea of passing in state to the i...

6f71436b31e7590042716bf9dd1a6e19c83526ba authored over 2 years ago by Brad Baker <[email protected]>
Implement pretty printer

6030b3ab14bd317cacb5cf09063c7d97779b2f63 authored over 2 years ago by Felipe Reis <[email protected]>
Added createRequest function and switched over to process env instead onf yenv

a43e57bd1d2768326bad1d2b7015a81543c5f4a9 authored over 2 years ago by Diego Manzanarez <[email protected]>
Merge pull request #2878 from graphql-java/validation-error-refactor

I18n for validation error messages

532d6bb5516346439ff1d7a99f057530a8901ac0 authored over 2 years ago by dondonz <[email protected]>
Add defaulted locale test

af13dd5a03bfea6c6d40e8e63946097d139271f9 authored over 2 years ago by dondonz <[email protected]>
Add back non-breaking validate methods, which will use the default locale

ce5908bcf7c2bf470decb6bbe93aeb30f23a11f3 authored over 2 years ago by dondonz <[email protected]>
Rename method

47e3e3a45a03fcdf5893853aed9bca6563c4c728 authored over 2 years ago by dondonz <[email protected]>
Merge branch 'master' into validation-error-refactor

d204c2b5dd2e75f7a12379a927f502f6ca98306e authored over 2 years ago by dondonz <[email protected]>
Improve SchemaPrinter (#2881)

* Remove redundant isNullOrEmpty check

* Consistently print schema elements with one trailing...

59679e0f44df3373ca6bcb583e0f95db132cc5fa authored over 2 years ago by Jonas <[email protected]>
Fixed branch field in yml file and dependencies in package json

6a302e9b822c0169960a8a3a9baf4a0cde8ec39f authored over 2 years ago by Diego Manzanarez <[email protected]>
Refactored code

a5eb181c14e905bcb515b2e5868d99951a70c87b authored over 2 years ago by Diego Manzanarez <[email protected]>
Added workflow and gcp JS client library script with package json

b42aab687001a0483f2df95823d4b7b47c2b800e authored over 2 years ago by Diego Manzanarez <[email protected]>
Merge pull request #2885 from graphql-java/valuesresolver-static

Make ValuesResolver methods static

325667fdc0807fe21c6fc5717bbcb099f200a911 authored over 2 years ago by dondonz <[email protected]>
Add private constructor

3a5108248fbeee4320e0795e0ab96618f61d6bee authored over 2 years ago by dondonz <[email protected]>
Fix classCastException when using an extension with implements before its base (#2884)

This happens when there is recursion involved.

40331dd8127522f9f702ccb40e23e28a6469389f authored over 2 years ago by Antoine Boyer <[email protected]>
Make ValuesResolver methods static

b69b9d8359e9c8bb303df3ad875f8c3ce75a5e06 authored over 2 years ago by dondonz <[email protected]>
Tidy javadoc

a7493b683212a4ec6ab2baf4b5de2113313bee45 authored over 2 years ago by dondonz <[email protected]>
Add i18n bundle tests

e5f512033839f4a469b2f06255a456de9043e891 authored over 2 years ago by dondonz <[email protected]>
Rename file

941bf38a4d02c621dac9cb7e630dcd71d3710f20 authored over 2 years ago by dondonz <[email protected]>
Formally deprecate test only validation errors

d1713ec5d23aa639d4f1654ee1fcf1e1215fe2e3 authored over 2 years ago by dondonz <[email protected]>
Remove unused message

89c57283003f32092bdc21fc989aa9f90fbddd39 authored over 2 years ago by dondonz <[email protected]>
Fix coercing error

3f9e9be79d9a5e457fd287a812fb99a7d2e7fb76 authored over 2 years ago by dondonz <[email protected]>
Add i18n to argument validation

80004dbfb51a29fc5c8c9e6c9b1e4700f6f1b83d authored over 2 years ago by dondonz <[email protected]>
Add i18n to validation rules, add test coverage, update tests

201f3d9ede32008f1d649a420aae1044c80ccce8 authored over 2 years ago by dondonz <[email protected]>
Add bundle read

e74c883f8d266295bf6073449fc38a8d10e9cd69 authored over 2 years ago by dondonz <[email protected]>
Add bundles

6c2010461a1087cb816430417cc6d635fb5d5abd authored over 2 years ago by dondonz <[email protected]>
Add I18n and locale to validation

7726af077c8ae6b08ec7b4e706fb5ba200ac41de authored over 2 years ago by dondonz <[email protected]>
Merge pull request #2871 from adarsh-jaiswal/adarshj/add_jmh_jar_task

create jmh jar

21955383d484c2a37f49bbadefcac77f4085f45d authored over 2 years ago by Andreas Marek <[email protected]>
upgraded jmh test dependencies to 1.35

4549e93edb2955eb9e1b0ade2db7e47464ccefa4 authored over 2 years ago by Adarsh Jaiswal <[email protected]>
Revert "added jmh plugin and added throws exception"

This reverts commit d370b8351b9aa882669a7f001b2b8fad97fbbc7d.

82e0a9f807f93a6cffcf5013ed22215462cf347b authored over 2 years ago by Adarsh Jaiswal <[email protected]>
Merge pull request #2874 from felipe-gdr/field-visibility-schema-transform-supports-types-reachable-via-interfaces-only

Field visibility schema transform supports types reachable via interfaces only

eddbd2651b87b6e7ea355102e57e2a582a827d29 authored over 2 years ago by Andreas Marek <[email protected]>
This tightens the AST compact printing (#2872)

* This tightens the AST compact printing

See #2869

* This tightens the AST compact printin...

79a837bae6ea6d2a32ee0984b998e0eee083812f authored over 2 years ago by Brad Baker <[email protected]>
improve implementation to avoid starting nested traversals

00bc31770c99b9848d2b66abb08cca4676738f75 authored over 2 years ago by Felipe Reis <[email protected]>
Field visibility schema transform supports types reachable via interfaces only

3b2061828f5d7f2bef1095595f64382e554b2a26 authored over 2 years ago by Felipe Reis <[email protected]>
Fixes the javadoc - to remove warnings - again (#2873)

b370bfdf86ca0618abebb96c549de83c80383f6f authored over 2 years ago by Brad Baker <[email protected]>
added jmh plugin and added throws exception

d370b8351b9aa882669a7f001b2b8fad97fbbc7d authored over 2 years ago by Adarsh Jaiswal <[email protected]>
SchemaDirectiveWiringEnvironment now deprecates the old directive getter methods in lieu of applied directives (#2834)

bc82b6bcf40ca28f3ec9edc3df9a0f6455633f5f authored over 2 years ago by Brad Baker <[email protected]>
Populate PreparsedDocumentEntry with both errors and the parsed docum… (#2858)

* Populate PreparsedDocumentEntry with both errors and the parsed document when parsing succeeds...

fd5d37da56aa5631de17927b836c835ab097a0ce authored over 2 years ago by Zachary Moore <[email protected]>
RawVariables and CoercedVariables are public API (#2868)

6090f3cc8b94d3b24c203ed8b798dfd6787dbf2d authored over 2 years ago by Brad Baker <[email protected]>
introspection was missing some deprecation filtering support (#2825)

* #2822 - introspection was missing some deprecation filtering support

* Merged in master

bfcc5d95a3edd5a924a56b6043ba9d5add2bcb03 authored over 2 years ago by Brad Baker <[email protected]>
Run pipeline on bugfix PRs (#2865)

15736af04a341f6a97bd13e398825a0f944fdfb0 authored over 2 years ago by dondonz <[email protected]>
Merge pull request #2857 from graphql-java/fix-selection-set-typo

Fix typo in field selection doco example

86aaa00ce6fd61042de499d75801af70304b3cdf authored over 2 years ago by dondonz <[email protected]>
Fix typo in doco example

b948a679ee9dbe6480e6c88e64cd14a71f98cc0e authored over 2 years ago by dondonz <[email protected]>
Print schema comments (#2856)

Schema description is available through introspection but is not included in the printed SDL. Up...

1db980e0ecfe13e59aebd3ff799fd8046385f241 authored over 2 years ago by Dariusz Kuc <[email protected]>
Shade antlr-runtime (#2854)

* Fix up Javadoc

* Shade ANTLR runtime

f21869a72946f25d7f78830767b31994af35abb8 authored over 2 years ago by dondonz <[email protected]>
Add subscription root validation (#2846)

* Add subscription validation tests

* Add subscription root validation

* Fix typo

0df2d63837f726320543f62066e355548c4694cf authored over 2 years ago by dondonz <[email protected]>
Upgrade dataloader to 3.1.4 (#2851)

fa5bbfce7f65dc100f20310eb39b7d0a95ee2c69 authored over 2 years ago by Zack Brown <[email protected]>
ImmutableKit.map with pre-size (#2841)

5cac2e3635e065114dd3318a778defb6282e0e24 authored over 2 years ago by Davide Angelocola <[email protected]>
Introspection performance investigation (#2830)

* Some JMH benchmaerks

* Slightly more efficient in deprecated lists

a006bd3f580a9b3d6926647d0eddf06567d5fec8 authored over 2 years ago by Brad Baker <[email protected]>
introducing Async.ofExpectedSize (#2839)

A typed interface to build CompletableFuture.allOf without intermediate
List allocations.

9da87e2f88d8abd9e5c2cb51ec8b3149822ad21b authored over 2 years ago by Davide Angelocola <[email protected]>
fix runtime exception for deep async queries (#2842)

* add LevelMap testcase for get before increment

* rework LevelMap to resize on get

3379470e87c6109c90fc51310301d4df37a3b64c authored over 2 years ago by James Bellenger <[email protected]>
This fixes the ImmutableMap .map problem where lists can have null inner values (#2848)

a2ac2a8247edd9357c4e0b52d3a3ae5aa9f5ff4e authored over 2 years ago by Brad Baker <[email protected]>
Merge pull request #2836 from dondonz/2819-remove-double-variable-coercion

Fix double variable coercion in QueryTraverser

d133ec5790fbca782034682b011413e1b4c0849b authored over 2 years ago by dondonz <[email protected]>
Merge branch 'graphql-java:master' into master

38bd765b01193dd5e205ae49144850f8e4a4b44e authored over 2 years ago by James Bellenger <[email protected]>
fix typos in javadoc, messages and comments (#2840)

36905f3a9e66c29aa1e6cf8211d9fd173aca5282 authored over 2 years ago by Davide Angelocola <[email protected]>
Add test demonstrating regression in 18.1

2c5f3121a825df32a981ba80e3b0af6383c0d2a4 authored over 2 years ago by dondonz <[email protected]>
docs: add MIT license badge, snapshot badge (#2837)

9b4ee6442b6d2ccfa9bc7b4212f0dbc4e3bd1aa6 authored over 2 years ago by Adam Setch <[email protected]>
Remove double coercion from QueryTraversers

5a3a0e23ecadbcbed509cb918a37d004bd5cbc9f authored over 2 years ago by dondonz <[email protected]>
Add QueryTraverser without double coercion

d0e609616be23911f163e94cce5f59c007127bc7 authored over 2 years ago by dondonz <[email protected]>
Raw and Coerced Variables refactor (#2802)

* Add raw and coerced variables

* Add RawVariables to ExecutionInput

* Add more ExecutionI...

86d54438a301c5252a499c3efabbbc3730371ad1 authored over 2 years ago by dondonz <[email protected]>
Use ImmutableKit emptyMap and emptyList (#2829)

* Use ImmutableKit empttMap

* Use ImmutableKit emptyList

606067654e3d49695460aa41a2a710666bfc76fd authored over 2 years ago by Brad Baker <[email protected]>
JavaDoc fix ups - stop warnings on command line (#2832)

671caf55977fb0a7054b3e9801e746ec4aa958b9 authored over 2 years ago by Brad Baker <[email protected]>
Fixes SchemaDiff Bug where unchanged deprecated enum marked DEPRECATION_ADDED (#2826)

* Fixes SchemaDiff Bug where an unchanged deprecated enum is marked DEPRECATION_ADDED

* Updat...

cbd919b542239b4e1465b250777b5325264dc73b authored over 2 years ago by Cynthia Qian <[email protected]>
simplify FieldLevelTrackingApproach (#2821)

8c2232a0ccb0158938ed08db5f1c0b2c0aebc264 authored over 2 years ago by Davide Angelocola <[email protected]>
Parse input type correctly (#2820)

* add new type parser

* add more test coverage

* test more argument parsing

* add type ...

15a70e59a5c410d7d250353b3b473d086704e4c7 authored over 2 years ago by Russell You <[email protected]>
Merge remote-tracking branch 'origin/master' into 2740-parse_and_validate-catch_operation_to_schema_mismatch

6dff2dfa8640c0567bb5977371ed82ae32e2b318 authored over 2 years ago by Brad Baker <[email protected]>
Add RuntimeWiring.newBuilder (#2783)

* Add RuntimeWiring.newBuilder

* Make it a static method instead

* Add transform method + ...

08698261add5eeb654d237639776fc21412c6add authored over 2 years ago by Benoit Lubek <[email protected]>
Fix silent thread leak for chained instrumentation (#2818)

* fix for #2068

* Adjusted test as per comment

* Fix silent thread leak for chained instru...

3cc7838b03c7547511ac70e22121abda23e90398 authored over 2 years ago by puelo <[email protected]>
Merge pull request #2799 from kilink/astprinter-bug

Fix bug in AstPrinter preventing query short form from being used

271879b417be03dfbf20fc887935f1352c517eb1 authored over 2 years ago by dondonz <[email protected]>
Changed VariableAccumulator so it can represent itself with null values (#2816)

* Changed VariableAccumulator so it can repreent itself with null values - Collector.toMap will ...

a3a13d8e99ed732d8901aa1fc0f715256159db46 authored over 2 years ago by Brad Baker <[email protected]>
Max query depth called later in beginExecuteOperation (#2773)

* Investigation of NonNullableValueCoercedAsNullException is being thrown in MaxQueryDepthInstru...

b424f986eeb414d953b92ca3151a05b47d884e00 authored over 2 years ago by Brad Baker <[email protected]>