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

Merge pull request #2514 from gnawf/expose-operation-name

Add operation name to ExecutableNormalizedOperation

493573bdb89d9faede16ea02846d8bc1b1a48b3a authored over 3 years ago
Add operation to ENO

dd97159d1abe87020fc512fd022874114f7f9566 authored over 3 years ago
refining merging logic

9832a845daf6c5eded91adaa44e1d2770fce5c94 authored over 3 years ago
fields which are not part of the same hierarchy should not be merged

fac552dac03217935451a7f6fb40ca2b3fc5e161 authored over 3 years ago
Fix test

c123deee95b2d9524a5af5529589a3e4fb384f59 authored over 3 years ago
Add operation name to ExecutableNormalizedOperation

a6c01f27c13ed18dc20ded66f6c6b9703087dd56 authored over 3 years ago
Fixes glob matching on Windows

bb1ca20aafe800ed2ad4f5432dc2375195c1430e authored over 3 years ago
update CONTRIBUTING.md (#2512)

bce9f2e8d1505538ccecc1fb71bb5196559abbae authored over 3 years ago
more tests

f0c52ac62a6c4cca61b9b40c99e77596f0589e4c authored over 3 years ago
cleanup

7b8fe35cec581561d2931ab0e05a28465304f1b3 authored over 3 years ago
all tests green

858779fff193a66eb3a92289f31bbf20c1d46dfc authored over 3 years ago
revised grouping algo

351a75bedf34f9ffc125f917f9708b16c968b2bd authored over 3 years ago
more tests

577248b24e96d132b7fcacbb5a607492409dd562 authored over 3 years ago
improving normalized field factory to handle diverged fields

bcbf499fe7f37cd45e418d1f6056defcaf5968b9 authored over 3 years ago
improving normalized field factory to handle diverged fields

69cb8444e21f8947c08dfcdfae93272899a8eeb7 authored over 3 years ago
update @deprecated definition description (#2510)

Updating `@deprecated` definition description to match directive description.

68c01ece238464591c9b0d3d2191ed30d0de62c6 authored over 3 years ago
improving normalized field factory to handle diverged fields (wip)

4d1e7acccef8b732595864f262099305a9c58e62 authored over 3 years ago
clarify expectations

d7a82eb5383375483206ad850ac166fb4defac9d authored over 3 years ago
Merge remote-tracking branch 'origin/master'

843273a6e8f1e882a654f3b5487c9958c37ade5d authored over 3 years ago
add ignored test

0bab0f88c88a6dfbcdee4a8146a597f59f958f69 authored over 3 years ago
Upgrading back to dataloader 3.2 (#2507)

* Upgrading back to dataloader 3.x

* Upgrading back to dataloader 3.1.0-beta1

* Upgrading ...

452abc9ab3bb143b6dfa364a7a775ebc40dfe0e8 authored over 3 years ago
add test for overlapping field validation

0ea59075842e064887d00915ad1bedfe44342644 authored over 3 years ago
groups together fields into the one object type during AST compilation (#2501)

dfc3a926f2fed61ba0f9a844989f4dd0a7c9c53d authored over 3 years ago
Allow getting a field in the schema by FieldCoordinates (#2490)

fd861816bcb118cf8d4b3ef92f388dd142f5b713 authored over 3 years ago
Fixes #2068 - Silent thread leak on exception in completeValueForList (#2359)

* fix for #2068

* Adjusted test as per comment

a75b54a797e0f9a9c69a166b32eb32e6b98135cc authored over 3 years ago
Merge pull request #2495 from graphql-java/overlapping-fields-performance

improve overlapping fields performance

c7154f80e171e4961468a88eccfb74c52ea1e354 authored over 3 years ago
PR feedback

30f78ad5af7a30af0de42bc0379fb90a21e7e5ca authored over 3 years ago
doc reference to the source of the algorithm

acd6d1ce487e29bff60a0b4e05cdd43237778900 authored over 3 years ago
doc reference to the source of the algorithm

fdc3be2ebe19df3a090fdce70732785bc265ec43 authored over 3 years ago
cleanup

c7b12f5c58534d7366add96c15776512a4316287 authored over 3 years ago
Merge branch 'master' into overlapping-fields-performance

370f1cceb0b38659136b50b30782b5f9626a3f9c authored over 3 years ago
fix units tests by adjusting error strings

05f3766c5e6d5341af36fb246c5338023e946ade authored over 3 years ago
Merge pull request #2499 from graphql-java/overlapping-field-benchmark

add benchmark for OverlappingFieldsCanBeMerged validation

8e0b50911e0771cb18e3719e245ae1ddfc06905e authored over 3 years ago
add benchmark for OverlappingFieldsCanBeMerged validation

ac4d715e2e6d8c39f1d05490a551bc0984e9cbea authored over 3 years ago
Merge pull request #2498 from graphql-java/add-large-schema-example

Add another large schema example + query

3632859c512838df9fff753ac179e971e6d4f52e authored over 3 years ago
Add another large schema example + query

70acb6cd1da81e7fdead317123c2dd4dd2461407 authored over 3 years ago
This has annoyed me forever, and I want to fix it (#2491)

077e94fcfe6762ddfcbd169af6f9f9cc479c1514 authored over 3 years ago
Reverting DataLoader to 2.x version for graphql-java 17 (#2496)

6660395c9f93f2b4403e6ca501dd983010650d41 authored over 3 years ago
Merge pull request #2494 from graphql-java/query-anonymizer-directives

Anonymizer: handle queries with directives and argument values

35768a0e4323c5d2d81dffd50c0b0b94c8437780 authored over 3 years ago
use correct method to replace query values

a1c016d4482ca1ad45104c53a46288fa5040b700 authored over 3 years ago
handle queries with directives

451feb7d111de4cbdcb02848dcb546ccefffc6f0 authored over 3 years ago
rewrote overlapping fields, tests not fixed up

202ef3efd7041d8646c0548af2952bc61d118797 authored over 3 years ago
benchmark tuning

b7c6d4b53383bbe24e5e38854e1f95f8e0f0d568 authored over 3 years ago
Merge pull request #2487 from graphql-java/schema-transformer-perf

improve schema transformer performance

f1f55ba4446a50343a6ac4633bc8ad23a543c700 authored over 3 years ago
improve schema transformer performance by precalculating zippers for a parent and therefore avoiding iterating all the zippers every time in zippersWithSameParent

928f0e2d133205c8589e5d19e3ad0d360ccc17f9 authored over 3 years ago
Merge pull request #2486 from graphql-java/schema-transformer-changed-scc

bugfix SchemaTransformer: a single changed element inside a scc

dd5a82e66414c830b43827b417fc8317a324e435 authored over 3 years ago
bugfix SchemaTransformer: a single changed element inside a scc caused a bug. Example test is changing __Field

0406c23398d30275e8d2e7207cd882d3bfc354df authored over 3 years ago
Options to control whether AST definitions are captured or not (#2480)

4a29a2c955b44d61491e18a2fce06e5ebbec73f1 authored over 3 years ago
Merge pull request #2484 from graphql-java/schema-transformer-scc-one

performance SchemaTransformer: avoid calling zipperWithSameParent twice

c776dff285ff2d9dbb3b7e14f9329b0dcd037fcc authored over 3 years ago
performance improvement for SchemaTransformer:

avoid calling SCC twice

e9139403909bbfd5d9eab8c29a56cd1fd6f45b40 authored over 3 years ago
Merge pull request #2483 from graphql-java/schema-transformer-zipper-with-same-parent

SchemaTransformer performance improvements

0c435bc9dde9d65736adfad5d363e54687c97130 authored over 3 years ago
performance improvement for SchemaTransformer:

curZippers was never cleaned up before, now the zippers
get removed when no longer needed

f865a33c78078beb503c85fcdde797c2a54af0b0 authored over 3 years ago
Simple builder for graphql schema (#2479)

* Cheap schema rebuilding of simple properties

* Added a specific constructor since the rules...

713bb637de85283b77a5afacb5c85204c363b281 authored over 3 years ago
Merge pull request #2478 from graphql-java/remove-unused-param

remove not used constructor param

b1913fce52e35129ca75e4a274c6d2339c518943 authored over 3 years ago
remove not used constructor param

8ac73a6de2f4551f3aaf44993077e10d9d2b0bee authored over 3 years ago
Initial work on Traversal Improvements in GraphqlSchema builds (#2463)

* Initial work on Traversal Improvements in GraphqlSchema builds

* More work on refactoring o...

128e3d51cb7ad06635cf27cb8aed0f25d0a422a8 authored over 3 years ago
Add an API class that is returned by the subscriptions (#2474)

* Add an API class that is returned by the subscriptions

* composition - not inheritance

5f69ce6b4d4152b7cbd0c6edc73a8912c161262c authored over 3 years ago
CodeRegistry can be used to provide the default data fetcher as intended (#2457)

* CodeRegistry can be used to provide the default data fetcher as intended

* spelling

18c56d403d0fc6b2e6d3eb910b22ff9350356add authored over 3 years ago
Some benchmarking and improvements to schema creation times and object allocations (#2453)

* Some benchmarking and improvements to schema creation times and object allocations

* format...

1007fca6e718d472e31d9dc810f36efcba94f120 authored over 3 years ago
Merge pull request #2476 from graphql-java/backref-deleted-node

SchemaTransformer bugfix: handle a deleted node visited again via backref

ae7131efb9fa3b51fd17b64d3b7b28af10227a4b authored over 3 years ago
handle a deleted node visited again via backref

a1e02f31bec9063c68a0e67e98d47939f7d12f4e authored over 3 years ago
Merge pull request #2475 from graphql-java/union-schema-diff

SchemaDiff bugfix: check types only referenced by a Union too

4df40f1d54fc27ab17d29a113d0e7db01659022d authored over 3 years ago
check types only referenced by a Union too

4f93d5fa6dfca58881a273e59513f7b801d9a415 authored over 3 years ago
Merge pull request #2472 from graphql-java/test-for-directive-printing

Test for directive printing

c3f0310171e4b8581eaf25b96d0e26bc34deadcb authored over 3 years ago
Merge pull request #2471 from graphql-java/escape-multiline-triple-quotes

Escape triple quotes in multiline descriptions correctly

b525ada641bade0ea509669b28cb1920b33a2709 authored over 3 years ago
Allow access to upstream/downstream implementations of reactive package (#2470)

6d74414646ab42ef400e856c5092157ba6ea2a41 authored over 3 years ago
Updated to 3.0.1 of DataLoader for a bug fix (#2473)

a31c8171bbd72f7f69ba73fce09df02a662a7240 authored over 3 years ago
add test for directive printing

33955c3295b9d712fec73f53066b23ee3762642c authored over 3 years ago
Merge branch 'master' into escape-multiline-triple-quotes

58a6519aeb519b654d439a8d35e536b9adc1e3d1 authored over 3 years ago
Escape triple quotes in multiline descriptions correctly

2e5179b26afe07e57b342add0922d5375c81e39b authored over 3 years ago
Privacy safe support logging versus signatures (#2467)

ae2d51a38d709d5ae0b82f527de8937c177e990a authored over 3 years ago
This tracks whether SchemaDirectiveWiring is required and hence allows us to short cut things if not (#2455)

It also removes FetchSchemaDirectiveWiring.java from automatically being used

83721e797e68e96fda7603bc5770fb5ee4269560 authored over 3 years ago
A schema creation benchmark (#2464)

* A schema creation benchmark

* A schema creation benchmark - without main

e0a2faa5671e3b4f806871f23175d38e457124f6 authored over 3 years ago
SourceLocations can be turned off (#2439)

* Made a ParserOptions class so we can have more options later

* SourceLocations can be turne...

632876d9348d55a1add4173be1bd2564aaeea7b0 authored over 3 years ago
Make TypeDefinitionRegistry serializable (#2454)

97efeb3329d545a3c9bcb2c8c1f2b887a86bf014 authored over 3 years ago
proves selection sets work in mutations (#2456)

492e318ddf0e390255fe7989324a5d09745ac9fa authored over 3 years ago
Merge pull request #2404 from dondonz/unicode-full-range

Support full unicode in parser

357c9bb04c4852a76a9192e2120b41b8eb3329a8 authored over 3 years ago
Add full invalid Unicode surrogate test

b60d28ab8963286758547c3fedacb9874814841f authored over 3 years ago
Add Parser tests with SourceLocation in exception message

85a5234698469ead601cda52e0344b4d2d2fc99d authored over 3 years ago
Add String parser overload when SourceLocation is not available

66c0f975f5820cc6f76151c5036a720ce4a89a2e authored over 3 years ago
Add source location to Unicode error messages

c93fd5a0d25e8952a68674a8413377a7a139fc7b authored over 3 years ago
Merge pull request #2378 from tinnou/perf-benchmark

Early Perf benchmark for SchemaTransformer

35e99298868d498305ace5b7418cbefa4b6da85b authored over 3 years ago
Tidy test name and location

2287201f77044cdc425b303f13a0219c903f88c1 authored over 3 years ago
Update ANTLR grammar with new SourceCharacter definition

dd290eabdc219ba5e725e0364cddcd2210fa169b authored over 3 years ago
Handle arrays in the value resolver (#2433)

* Handle arrays in the value resolver

* PR feedback - moved to a common FpKit method

* PR ...

4ae14fa33d8c6a686027f5d404215a7be2be6504 authored over 3 years ago
add option to disable comments as descriptions (#2449)

Co-authored-by: Brad Baker <[email protected]>

1a071d64e5bed6643978b747425c36b950b04853 authored over 3 years ago
allow printing of just directives (#2448)

2f680086670e15f62de068789c45c1341669d9b2 authored over 3 years ago
Made a ParserOptions class so we can have more options later (#2438)

1bdbb8fa2d0367a93c9ca2a35b1af9325755547c authored over 3 years ago
Fixed the SDL type checker so that order of arguments (#2446)

68c6db2d0c549c119f47f3fcfc66aaef53a8dfba authored over 3 years ago
getter support for GraphQL class (#2426)

9289f25e31540b910769b0ab905906a603c22c1b authored over 3 years ago
Unwrap certain exceptions in the SimpleDataFetcherExceptionHandler (#2435)

* Unwrap certain exceptions in the SimpleDataFetcherExceptionHandler

* Handle null underlying...

deb56b6584e65a528b2fb880f7134addad16cfc2 authored over 3 years ago
Fixes scalars being able to accept any literal in SDL (#2429)

See #2239

98920d4d6918958a140e4a058390620e1ac97817 authored over 3 years ago
Upgrade to 3.0.0 of data loader (#2430)

6e7dec3c086148a88ad73389ab8cb452c903c9a1 authored over 3 years ago
Merge pull request #2441 from graphql-java/remove-deprecated-es

Removed BatchedExecutionStrategy.java and ExecutorServiceExecutionStrategy

6515fa6a6bc3820879a9b886017a632e0bc93a8b authored over 3 years ago
Merge pull request #2445 from graphql-java/percent_s_fix

%s fix

2b651a9cf1ce152f98e474014269e426f5afb5c9 authored over 3 years ago
%s fix

93d514ceff42403f2c5c989ff834f713fd412804 authored over 3 years ago
Fix interfaces implementing interfaces sub-type validation (#2434)

This commit fixes `TypeDefinitionRegistry.isPossibleType` and
`isSubType` to consider an _inter...

0d451ba818adb541b83c51597470fe79b903a30e authored over 3 years ago
Removed BatchedExecutionStrategy.java and ExecutorServiceExecutionStrategy.java

28479d4c0227fd28608f822e8d662c7d2f9927c2 authored over 3 years ago
Raise InvalidSyntaxException for invalid Unicode

5e788a420915176a787f34b16faeb84855d26be7 authored over 3 years ago
Merge branch 'master' into unicode-full-range

a907a49914f1a1fdbddc4681f198a6e06cf0428a authored over 3 years ago