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: description for arg directives are captured correctly from SDL

52db7734fb8d68b98ed1210bd198e8d28948700a authored about 5 years ago
Update signature of VisibleFieldPredicate to just take environment param

5a21f5473a3c728364a7a7b747f8e03e4fb41d8b authored about 5 years ago
Add public annotations and provide a context arg for visibility

predicate

1bd577ae6c7fd9ee5998d28800b7ab0590f60a67 authored about 5 years ago
Add FieldVisibilitySchemaTransformation

4d87dbc48c22c06809868a579105b100b2a065c8 authored about 5 years ago
Reduce whitespace deltas for easier review

63a0601e999cf64e15724ccd89ceb7d2ed687450 authored about 5 years ago
Retract TraversalType change as schemas should always be traversed in

totality

6c17f8c04088e66a651da0e9d7f01478901382be authored about 5 years ago
Expose code registry builder so that renamed types use correct data

fetcher

f404d5260ac1d84b0f0f2e33ca95c22c129392b9 authored about 5 years ago
Fix small grammatical error

74aed1ac1344659d32aa63c12d2d76976a85860f authored about 5 years ago
Fix small grammatical errors

bd4328d727451bfc81a536a3a29084b3d9823be1 authored about 5 years ago
Added DataFetcherResult#transform

Closes #1699

1b7962866b71ec9e7520b06155fa34e1673b1b6a authored about 5 years ago
Extend test to include subscription and mutation types

7b146f84f1b51ce88cfc6447d4ddfe18eb9802a8 authored about 5 years ago
Update `QUERY_ONLY` traversal type to include all operation types

Also add test case for executing a query against a transformed schema.

1631961ae14d624d575cf6b6643de9ce8e048772 authored about 5 years ago
Expose static `transformSchema` that accepts a traversal type

440ced7cc61f97ac7acd91990fb702a7a60dbb0d authored about 5 years ago
Add traversal options and configuration for DummyRoot

This allows the client to specify which top level child should be
included in the traversal duri...

0050505bbabb5f917a6351b5a008ac70f7b0315e authored about 5 years ago
Add test for transforming a schema with an interface

988bbfef8b7b392629122e272c179dda62d64d87 authored about 5 years ago
Fix schema field deletion

Refer to original node after deletion rather than deleted node, which
was throwing an assertion ...

03d186eff836e17ec2e9d7987b66e5814f83fdf1 authored about 5 years ago
add github action

b46beb9e84d9c781820adb1c1161414b912c1421 authored about 5 years ago
Delete DataFetchingEnvironmentBuilder.java (#1687)

This files does not appear in working copy nor it appears to have any content.

70d9412374f9b8e74855419110386ea0cc3ba430 authored over 5 years ago
Merge pull request #1692 from graphql-java/introspection-performance

improve introspection performance

81c2a0f1f4fc35b688083c5cd3375f6152730174 authored over 5 years ago
naming and make DF private

2f3e0612866e7e171de14e5323297812fc61fc53 authored over 5 years ago
improve introspection performance by using explicit DataFetcher

for name and description.

Introduce GraphQLNamedDescriptionType for types with name and descript...

2700e589e8062217e90f18910f9af73f98c10f18 authored over 5 years ago
Changes in schema directive printing AND the comment formats (#1609)

* #1587 - changed in schema directive printing AND the comment formats used

* Update src/main...

0919e71c1d04b982426f651821c6ee52437b5b84 authored over 5 years ago
Merge pull request #1685 from bbakerman/1681-local-context-no-longer-defaults-to-global

local context is now null by default on top level fields

619b6c57f1fc80a49847856fabca190d5e916834 authored over 5 years ago
Added locale to execution input and then finally to DataFetcherEnv (#1576)

* Added locale to execution input and then finally to DataFetcherEnv

* Make is pass unit test...

0886c26d4caa2628938ba1d843085379eb6ce31c authored over 5 years ago
local context is now null by default on top level fields

48087585d5cd5cf0e25b0be499a09d42a9caa3b1 authored over 5 years ago
#1650 - upgrades the dataloader version AND fixes lazy data loader support (#1651)

* #1650 - upgrades the dataloader version AND fixes lazy data loader support

* #1650 - wont a...

a634053e595d1dcfa0054b5a967768d84234d79c authored over 5 years ago
Merge pull request #1655 from graphql-java/schema-transformer-bug

Improve/fix schema transformation

40db9deee0f5f0851bcd1e011ea9b480fe362c02 authored over 5 years ago
Merge pull request #1645 from bbakerman/capture-type-extensions

This will capture `extend type` AST and put them into the runtime types

97bffda7cce721ae0f7dce7956c9a304a9555923 authored over 5 years ago
improve immutability

9a2e02ddac0b810115de3afba23fedfe6adfbab5 authored over 5 years ago
Merge pull request #1679 from graphql-java/fix-parallel-traverser-test

fix parallel traverser test: the parallel test fails on travis,

a74776cbd28fac568b18c9007f2ca8a1c7cb3322 authored over 5 years ago
fix parallel traverser test: the parallel test fails on travis,

added a second one which doesn't rely on threads

4f686b4b9404f0219b53f630a395097a08e4bc32 authored over 5 years ago
Allow type inference for the context

Allow type inference for the context, similar `DataFetchingEnvironment#getContext`

d6296e053879f5fd11256d6ff9d03fd9f707f3bf authored over 5 years ago
Will not override extensions if they are already present

a0a5d639ae5d09a9c5f27248b2150e1811a7025e authored over 5 years ago
A DelegatingDataFetcherEnvironment which makes it easier to wrap a DFE

2ac757775437247584f62a509a758fe43800ff2d authored over 5 years ago
A DelegatingDataFetcherEnvironment which makes it easier to wrap a DFE - now with documented constructor

24f5233313a5cb9dff0529f750aba1a87c5d8e00 authored over 5 years ago
Fixed build break when the project directory path contains spaces

7a21ba040ec36bb8b156b0ab48cbde8b868b75dc authored over 5 years ago
Extra functions to manipulate paths

041e393187796501af33ef0a53a02cb64708c539 authored over 5 years ago
active waiting

73496296c871259da40ffd609665223bf26b2915 authored over 5 years ago
set explicit pool size

8394cd209b161f9b53f1fa5c94aff7be0ac0e910 authored over 5 years ago
more logging

96ac8c7289f93ec144c80964a240ff0065c59276 authored over 5 years ago
logging

e256fbfc06f5541364d29b01bc6f232c69da1a18 authored over 5 years ago
logging

e9b94944b29375ddc083d8e5ce6f4be6685ac5bf authored over 5 years ago
logging and make data loader test more robust

c263a5c69674c02a832abf24e6a46cabe54b8633 authored over 5 years ago
increase timeout

e3d8c75d6759a761147c4749b540a5047e8a32a9 authored over 5 years ago
logging

24cb2f80876858fed59dadcf5d11aa13661e0735 authored over 5 years ago
logging

90101a94e76831610f853ecdca6c07a1eb311e07 authored over 5 years ago
refactor to use CountDownLatch

3f87685aa05c1c1c0b0a86fef9c7c9be177c90fd authored over 5 years ago
assert condition

10dac8ca064c938515388e700c673996c08d912f authored over 5 years ago
logging

e938ab4daeaf454470beb2e57b63de377c9d9264 authored over 5 years ago
make test stable

09c6e425397e1bd263dfce604f5bed0adde7760c authored over 5 years ago
Update jackson-databind due to security vulnerabilities

4d54c63aa725115678700750f2ed00522e5f738c authored over 5 years ago
get or default support in DFE

9e833202b8dec147b37ba128ff3e3e3b37df26e3 authored over 5 years ago
#1650 - fixing annoying async test

5c242a1a660218519d96353d2e1334e65434f747 authored over 5 years ago
Merge pull request #1657 from graphql-java/transform-additional-data-fix

additionalData needs to be copied when a node is transformed

1ea2ed2ccd2285f16f5a8b2108f73873e8acaab7 authored over 5 years ago
additionalData needs to be copied when a node is transformed

6307ece962980f00e8c7a26d837679aa6b4964ba authored over 5 years ago
Fix if strategy is updated during instrumenting execution context, it will not take effect

b5781e3bbaeababe4bb916cf6acba6763fd7c875 authored over 5 years ago
Tests are cool! and they find bugs... sometimes!

bc6bb8ee24f2d3a5537aeed6d76bb6c2be5ec632 authored over 5 years ago
Update src/main/java/graphql/schema/idl/SchemaPrinter.java

Co-Authored-By: Jaiden Ashmore <[email protected]>

8ebff9848e38b8be740e82a8703db57bf69f86eb authored over 5 years ago
Now with SchemaPrinting via AST

d23371afd965339cd34ef262715fc5e1a4d3525d authored over 5 years ago
Started work on printing the AST from within the SchemaPrinter

1d64431a5c165e81181dc6e47bac2a739b3d32f5 authored over 5 years ago
refs #1635: Create a test for making sure that local context can be

consumed by grandchildren

173312ed9a2ba988f7ba2b736bb50f9bb78d95ff authored over 5 years ago
Non-null input object fields with default values should be valid

ac5bc70d9d6d460861a9b8b557829981b6b60635 authored over 5 years ago
updated to put the not privacy safe marker first

7e63b013cab36a34cccab1403b74b76c025b9dc9 authored over 5 years ago
PR feedback

735ce0626e608ad1c6530924f8076851aa18f70b authored over 5 years ago
#1585 logging now has not privacy safe suffix

02aeaebed28ebab2c74c1303661b82b5d2428a5f authored over 5 years ago
Print directive argument only when it has a value

e5a610f77d9e8cf8e2113b5c19dc03d205386b3b authored over 5 years ago
This will capture `extend type` AST and put them into the runtime types

47d3cf7d81554bd16843786a870269c01c755b65 authored over 5 years ago
Support coercing a BigInteger into an ID Scalar

bfb284b993c741d8720a248a918ac8f9ff138183 authored over 5 years ago
Parse a inputStream of schema definitions and create a TypeDefinitionRegistry

6c01c80f0c8be7513f4a6dc589e95accdda5f611 authored over 5 years ago
Friendlier toString

85b72a85d7443fa582419690c7a50ef201885530 authored over 5 years ago
Make toString prettier

fd76adae720101d6b60e16ac43d1662ce31398a7 authored over 5 years ago
Friendlier toString

b9487a944e80cdad62324b5987709e93d11ad601 authored over 5 years ago
Friendlier toString

34358162a5b130cdc0aa2392a5f9453692f4bd1f authored over 5 years ago
Bug where scalar args cant be visited when the AST is an object

a897adcfca6cd0c4f1284135ca5bb4891cd8749f authored over 5 years ago
Ignore DataLoader test moar

a6c4461f82a21ba66470640516c67d64ce29c80d authored over 5 years ago
Ignore DataLoader test

35f3198a2d9d7fef7413e261dd3c62b4ee3ad630 authored over 5 years ago
Correct exception class name in documentation

37f3ae05c8404d0d105a51afd9077d667b8a1c11 authored over 5 years ago
Invented a new interface type

8c5fc53e9794f73f289d21c8edd25708922150c3 authored over 5 years ago
Renamed to GraphqlInputValueDefinition

45288f7a9dcff68ce891c974d322373b70da182c authored over 5 years ago
Java doc tweak

7ab93b98304cd3e814ea58da0a020e86190af442 authored over 5 years ago
Missing directives container

376b03f518bd29fc67ea6843a001140658a34cb3 authored over 5 years ago
This allows arguments to be visited and hence modified (#1626)

* This allows arguments to be visited and hence modified

* Better mocking

* Now with argum...

2e990d1ecc630da2651ac4dae329947ba2673867 authored over 5 years ago
Add 'Byte' to standard scalar definitions (#1629)

018b57cbe80c7e58763914ee3285e00732159c52 authored over 5 years ago
Merge pull request #1625 from graphql-java/coerce-variable-values-rename

rename method to match spec and make it more clear

346d65ae0f47d0e0e7ab784a0aca78eaa357a02f authored over 5 years ago
improve javadoc

3faa666522c51aca923b46a13af267a85a9122c3 authored over 5 years ago
improve javadoc

33c4db884072acc2a5115e72d945699fb5dc3287 authored over 5 years ago
rename method to match spec and make it more clear

70f56ecac1ad31f37b145f7d1e21691fd76e559d authored over 5 years ago
add tree parallel transformer (#1619)

getBreadcrumbs optimization
renames

bf793cdcba19ce181aeeb0cbc3ee72f2cf091b1c authored over 5 years ago
cleanup

bf8698f043c244a1f06d478cad869047f6ef0faf authored over 5 years ago
wip to fix it: more complex example works

b2f93bbd6dd00ddbee9aa9a5e2cad5a5778b6e1f authored over 5 years ago
wip to fix it

5d8e525da3a85b96efee369a2e4282c2ede704ba authored over 5 years ago
problem with transforming schema which are not a tree, but a graph

0fdbf90afcdbb701a756108f5492aca59522d09e authored over 5 years ago
Merge pull request #1618 from graphql-java/paralle-traverser

Parallel traverser

c454ba295f27de6e814c3a5c1af0e2b2d83cd699 authored over 5 years ago
more tests, allow for multiple changeNode calls in parallel mode

3bc29a30f4e6ebe3418a255579fc57499f974a01 authored over 5 years ago
more tests

cee1d047a2ebca07a8bd57d987bd06d2eefda3dc authored over 5 years ago
Some minor minor perf tweaks on result node creation

1a9005b9f2ad27620ab2929f37b8ceef615a78cb authored over 5 years ago
allow specifying the ForkJoinPool

c07849fa3a9f2edc877451d2f40e1d51e76dd769 authored over 5 years ago
allow to define the ForkJoinPool, better error message

09779c34ae6b48b291b014de386b8df7d2f2843a authored over 5 years ago
improve parallel traverser by using CountedCompleter

688ac70080a8d84f4e2081cd85c5b340f67ae8db authored over 5 years ago
simplify

0f46a67c00912e2d3276a0ffe6eaf6d88b6e135b authored over 5 years ago