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

parallel transforming

8178b0f35f944b9ad3c94a31488ee078b7d5e25b authored over 5 years ago
add parallel traverser

1fa2bd74f229bf6aa0fddfd202fa4f9f0fd09d05 authored over 5 years ago
Merge pull request #1616 from graphql-java/transform-performance

handle transformations with large zippers better/more performant

6063e7e4a43641b9df5446441e0aafe80b3c0552 authored over 5 years ago
allow deactivation of cycle detection

bcb805bef7185d7b199092a93b8e3331ada8f8c4 authored over 5 years ago
format lazy

cf18adc16122de95616ce9f1a9f6a6993ddb6886 authored over 5 years ago
don't need a full HashMap

6eb49bd2039a9c288c424a8725ceefe4a5a4cb6b authored over 5 years ago
handle transformations with large zippers better/more performant

c9db7a11c4f703a7d268c87ffac2f8b28b63e3a6 authored over 5 years ago
improve performance for multizipper with large zippers

e9b53f6cc585f6ce09a22c838d52eaaf9b270567 authored over 5 years ago
Merge pull request #1613 from graphql-java/unmodified-type-is-named

every unmodified type has a name

755f53467fbfb230c99434763f3e20736e0f841c authored over 5 years ago
every unmodified type has a name

770a9833ea8ec382213dcef9c7100e4b7aa4252a authored over 5 years ago
Merge pull request #1612 from graphql-java/optimize-collections

optimize collections usage by only creating new lists/map when needed

4cadb8856dce5b30183015857044fb3116a8bac5 authored over 5 years ago
use HashMap instead of LinkedHashMap

4b8bb9dcd6f0577a54c08b31abfb150d151af0b3 authored over 5 years ago
optimize collections usage by only creating new lists/map when needed

31f2851e12886c709f39c163977da4607ff29e66 authored over 5 years ago
Merge pull request #1605 from graphql-java/schema-graph-refactor

Schema graph refactor and schema transformation

2e1e9897030f61a6e9a2c2eba358fd87da1d20d0 authored over 5 years ago
make simplePrint more clear

6f0e94c474bc81dd927019ebdb07e899cd8e6c87 authored over 5 years ago
add convenient static method for transforming

4d4556e3cb91d284aa853b17dae25c1be1778259 authored over 5 years ago
javadoc

54cb22c25e3551bdb70e2a9b546b16a5a119b49c authored over 5 years ago
PR feedback: javadoc, naming, details

f491d93b75e9434e75105de85d1046107631457f authored over 5 years ago
add test to ensure fields are returned in pre-order

527c587598e66a3b0669584efe441cfd8340dfca authored over 5 years ago
add unique fragment names validation

f8658f21dac8de021063ffd7ae8a50e6e1553f53 authored over 5 years ago
comments are source characters without line feed and also allow emoji

a7fbf74c8432965f6e52b244159bef9ce19c1b4e authored over 5 years ago
allow full range of unicode characters

eb2f08ea12f0cabab806f906bc5f742b51ed2b53 authored over 5 years ago
schema transformation with cycles

9405a8af860d1aa01c1b7e5af7f5548edf0b3d32 authored over 5 years ago
schema transformer

433872eabeed22f4271eb817787157fa5428cf15 authored over 5 years ago
schema transformer

5df6bb2bac5a031f727608d5cd790f35c1c34081 authored over 5 years ago
schema transformer wip

831360b32e4b11f32887b9b59b25fc996f7b512b authored over 5 years ago
cleanup builder method names

d3db26b98715b531e5280d4cba58a9c204b930df authored over 5 years ago
fix tests

cb1904245f0d895016bdeedfe40d71842eedb7dc authored over 5 years ago
with new child implementation

29903ab69689118ab2399163ea1faaedef3cd9fc authored over 5 years ago
add getChildren method to schema elements

4dfa7ec7b1853e66e017d469341708e1b818b076 authored over 5 years ago
move IDL schema transformer into idl package

6d301c67f181f8d74793038ae660535267b88a4a authored over 5 years ago
keep type references when replaced

173ddf5987ee3840b0a217aa36ef0c4adea3e78b authored over 5 years ago
fix tests

bf47c9358e1844ddbeb768b414b8474e520861a2 authored over 5 years ago
wip

5d3cca9cabf1a90d1de3b1cfa17f3201266501e9 authored over 5 years ago
Merge pull request #1602 from graphql-java/lexer-error-improvements

improve lexer error with correct source locations and preview

3cbc1adfcf919970cb02fa8eb9a0cbc7fe1c3fab authored over 5 years ago
improve lexer error with correct source locations and preview

19d003ecc856d829b922c631a1122fc7cce809d9 authored over 5 years ago
Merge pull request #1601 from graphql-java/syntax-error

handle lexer errors by throwing exception instead of ignoring

5761d246649a5019e00da080ad29fe16d8efeef8 authored over 5 years ago
handle lexer errors by throwing exception instead of ignoring

370ee738bdbe4f2cf17a2c4e0807b2000737d485 authored over 5 years ago
Merge pull request #1599 from graphql-java/fix-special-names

allow special names to be uses as field name

505aa81bac12ab88a0e89f9c1f41c0a00db9548f authored over 5 years ago
add nice static method to parser

895804a909e5fd04e691b77cf7f067a316ebb081 authored over 5 years ago
allow special names to be uses as field name

fixes also enum value names and fragment names

ff142bde701afddcd7ee203b2c0ca8f85b925cc7 authored over 5 years ago
Merge pull request #1596 from graphql-java/non-null-variables

make sure variables map and query can't be null

8c71e18791c5e2965b186370c12456a1d342451e authored over 5 years ago
fix test

661d579dec89dbc2134a948ed6e5f7a17ee61756 authored over 5 years ago
cleanup

064526206be3a60367db372b62d20246b47c0f98 authored over 5 years ago
remove not usable public constructor

fc2ec3eb0f3128c97ceacf965c77eec5b280265a authored over 5 years ago
query can't be null

ac322736dc0c417b25560ff73528862e5cf3433d authored over 5 years ago
make sure variables map can't be null

f156a589d72ee4956b0fb9790a2484677fb5e978 authored over 5 years ago
Merge pull request #1584 from graphql-java/simpler-result-nodes

simplifying ResultNodes

7d393f2b1b0208d8e85554cce579f887e732f7b5 authored over 5 years ago
Make SchemaGeneratorDirectiveHelper public (#1580)

* Upgrade graphql-java to 11.0

* Make SchemaGeneratorDirectiveHelper public fix #1579

d76231096c0b56081b58d2be8799c9f17d00651f authored over 5 years ago
main change: simplifying ResultNodes by putting ESI directly into

the result node and introducing
a new ResolvedValue which contains only the needed information

a...

7cde2fb7e144951cc2adc917e03bd49910431c2d authored over 5 years ago
Allow and process DataFetcherResult as an item for GraphQL List fields.

e994f419f32f6817f65a0868c7ef0b6b0326d650 authored over 5 years ago
Samkline fix performance regressions - with tweaks (#1569)

* Allow disabling the DataLoader instrumentation, and avoid copying lists in a few places

* T...

821241de8ee055d6d254a9d95ef5143f9e540826 authored over 5 years ago
Directives from a data fetcher (#1393)

* added the ability to get directives on a field

* post merge

* JavaDoc fix up

* This t...

19c6d0e1ccf9a79ee47601cbfd7d20e8e647ae3c authored over 5 years ago
1210 deferred aligned with apollo (#1221)

* Added @Override as part of errorprone code health check

* Revert "Added @Override as part o...

0fec4be9fd3974adef781352e0840e3bd01b9401 authored over 5 years ago
The types now have the ability to be sorted via a pluggable Comparators (#1546)

* The types now have the ability to be sorted via a pluggable Comparator and now present themsel...

6020f87e41dcfe4461817b7244fc51264690f799 authored over 5 years ago
bug fix for handling string default values for ENUMS

e0829421553fa7cead41639d17a72ba0d06fad97 authored over 5 years ago
Oops - bad splitting

a79e385e23eb4f4879ed22ea3e7a356581221e47 authored over 5 years ago
More tests from customer provided data. This time it fixes a bug where comments are not split into multiple lines

and the parse will barf on the generated text

21cbf1d5e04a871a9a0cbfc234bf8b34c9480cf6 authored over 5 years ago
Addtional data on all nodes

0691def94c0713dc97b1265dc6d365a9fd22abc3 authored over 5 years ago
Now using unmodifiedable collections

8b078c6edc184dbebd7e7091e3e40aff9fec3672 authored over 5 years ago
Put addtional data on the Node interface

e96550845a8f374f2fbe5b342ea393eb471e0337 authored over 5 years ago
Adds toSpecification support to ErrorClassification

b63be7364edf701b0e4b7fb5af0c62b95ec15f53 authored over 5 years ago
Adding extra tests for df in onArg and onObject

812b16c7fc25fac8ee520ff611098fc03518ac70 authored over 5 years ago
Moar tests on direct access from child parent contexts

6b9ee3e4a9cc3ad7c95ff3be574cfcdc332e03aa authored over 5 years ago
This changes directive wiring so that all directives are available AND that wiring callbacks will be made

for generally registered ones while the old behavior is preserved

277fefabda4b391451edd22763c55f9307bb8344 authored over 5 years ago
Made DirectivesContainer NOT implement NamedNode and hence InlineFragment can be a directives container

293509d95e32d8855695685ee4f8195caf8eeae8 authored over 5 years ago
OpDef now is not a named node

0682c6c04e3ac9991cdd5249dadaf80a77d78f7a authored over 5 years ago
Merge pull request #1571 from graphql-java/query-traverser-rename

rename QueryTraversal to QueryTraverser

e00b023a556ad0c88bc69041a0cbbeb1f7ff5917 authored over 5 years ago
rename QueryTraversal to QueryTraverser

228d4bc1414ba397fb778aa501150c8527d4db00 authored over 5 years ago
more rename

c8a052b9bba42eb8f96e2d93a08af3bb9c265b31 authored over 5 years ago
Merge pull request #1570 from graphql-java/add-phase-traverser-context

add phase to general traverser context

6446c1bbaaed34525c0c1371ba9a3d440236f4ba authored over 5 years ago
add phase to general traverser context

737719b65c9f3147c63232cdec4da83859291874 authored over 5 years ago
Ability to merge GraphQLCodeRegistries

Closes #1542

0a2bd30cdb62e6a3ee3362ecf0c6c2221ea7e16b authored over 5 years ago
Merge pull request #1564 from graphql-java/fix-multi-zipper

Fix multi zipper replace and insert for the same index

dbd4e5c18350fbd818b56c3e9dad257b0dbac058 authored over 5 years ago
simplify and add test

e02873c16e086402d1e49e1d4044e8a76eccc27d authored over 5 years ago
fix multi zipper when nodes are replaced and inserted after at the same index

4084b912055608ef74fa3e6ffb1533ea325bc812 authored over 5 years ago
Merge pull request #1562 from graphql-java/schema-generator-error

improve error message when the type could not be found

dca93a9b5f601dc1effa8d3c814945037a390360 authored over 5 years ago
improve error message when the type could not be found

d9984c3ba5ad56c1e90154ad7afd318ab81cebf1 authored over 5 years ago
Fixes #1558, propagate LocalContext on non-DataFetcherResult

c73f438a5df8a9fd5e823e4f6604144f5f29fdf5 authored over 5 years ago
added the ability to set execution id within ExecutionInput

9a61bfe98dde6767e1b16acfbc8c6f59724c6aaf authored over 5 years ago
Retrieve DataFetcher from CodeRegistry using FieldCoordinates

Currently GraphQLCodeRegistry allows registering DataFetchers using either FieldCoordinates or b...

ca06d0e2f45ec268b516f555605126969258b44b authored over 5 years ago
TypeDefinitionRegistry: Fix usage of assertNotNull (#1556)

fcf767d08d9f46d8e715ce7d8a4405f52102828d authored over 5 years ago
javadoc

87e19af6652ad721e227f3968a0ffda83d761b95 authored over 5 years ago
Merge pull request #1554 from graphql-java/delete-root-node

handle deleting root node

5373f9607cc4703c87324da3b2d724e503adca6f authored over 5 years ago
handle deleting root node

f9e24300f9d305f42603d4be34b41122e327771c authored over 5 years ago
Merge pull request #1551 from graphql-java/node-zipper-modifications

add modificationType for NodeZipper to handle delete and insert

3a76c4a6da580e33d14808e415ecf2551b876d52 authored over 5 years ago
handle multiple change calls

7d60466cb110e9c704c1ff4387868880bc14ce7f authored over 5 years ago
copy modification type correctly

4b9d3b8b833dc5ce8ed7e8f441d65aba3d6094dd authored over 5 years ago
cleanup

81a1bfe82db691aef1166f5dd097c250fc137837 authored over 5 years ago
fix insertBefore/insertAfter order, more tests

59c1f6d62e6e8617e7e3f57630e6af355c9a81f0 authored over 5 years ago
more complex changing

3fd3841f84931f3e1d0dc15786980d657d297dc5 authored over 5 years ago
add modificationType for NodeZipper to handle delete and insert

remove changeParent util method

69c3a8234e90d0667d15bfe83bc2c5f5db270652 authored over 5 years ago
Merge pull request #1544 from graphql-java/visitWithControl

add visitFieldWithControl to be able to influence the traversal control

6211b411f375b03c094b7333fed9a2308e4b6c23 authored almost 6 years ago
add visitFieldWithControl to be able to influence the traversal control

ee866de13b052323d84e2aea11e757647476c7fb authored almost 6 years ago
Adds the ability to rename via the TypeInfo object (#1538)

f21015476e229325c3f931d0d9ddab06f5902efc authored almost 6 years ago
The CacheControl instance is now defaulted to non null (#1493)

400d008dbbd315c8a48814a31b79c10169a6f8f3 authored almost 6 years ago
Make InlineFragment implement DirectivesContainer (as it was missed) (#1519)

4fd3721ae519c29b86ade2166e1ca3451376ec9b authored almost 6 years ago
update path to not be null and test to match (#1526)

f0d288cf4e34ee1950aae97d081ad59d1b0e8a45 authored almost 6 years ago
fixes #1524 (#1525)

* fixes #1524

* fixes #1524

961613261849316c04ec5958b1b26ee85a857548 authored almost 6 years ago
make SourceLocationHelper public

cca4316e24e31e9cba2887c311608eb7b99ca5bc authored almost 6 years ago