Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

GraphQL Java

GraphQL Implementation for Java
Collective - Host: opensource - https://opencollective.com/graphql-java - Website: https://graphql-java.com - Code: https://github.com/graphql-java

cleanup/refactoring

github.com/graphql-java/graphql-java - 450b4affd6ad899b49e8bfbce5f2d6e6fe0b9323 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - 62c57ed0350b33f564a62fb8406545451b4c4ccd authored over 7 years ago
601 instrument exceptions better (#604)

* Fixed javadoc warning

* Made the instrumentation code handle exceptions from CFs

* Was d...

github.com/graphql-java/graphql-java - 28ab3c43205bcd29477d8cbbee32ef44400ab0fd authored over 7 years ago
better error messages (#607)

* Fixed javadoc warning

* Error message fixes

github.com/graphql-java/graphql-java - 36b0ec9214e9c40adeb6e8a52faeef0bacd71cf2 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - 3e276d46b2503650b3e497eb3f72d9205fdd90e4 authored over 7 years ago
change instrumentExecutionResult (#609)

* change instrumentExecutionResult to get an already
resolved ExecutionResult

* javadoc extr...

github.com/graphql-java/graphql-java - 07a12b0bc238e52ef5d5cbe4d721c34f97b08ed1 authored over 7 years ago
one instrustumentation callback method (#593)

* Fixed javadoc warning

* Made the instrumentation callback one method to suit lambdas and be...

github.com/graphql-java/graphql-java - a666d0d29edec7a21bf6e400bd688118eff23b26 authored over 7 years ago
Fixed NPE in fragment validation code

github.com/graphql-java/graphql-java - 1fc479a53fa7faae4970568a48c96d5da2246e33 authored over 7 years ago
Made instrumentation return CF<ExecutionResult>

github.com/graphql-java/graphql-java - 1aa5d5c093edeaf260cbc5dc6137b3fbd072bfa4 authored over 7 years ago
Fixed CF in chaining

github.com/graphql-java/graphql-java - eebc707f2948f96b04451b2ebe06fc4657973bf2 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - 00ec2e016826f7e88112981933d8510a76587183 authored over 7 years ago
Allows better field sub selection capture

github.com/graphql-java/graphql-java - 76c8dfb9663095f821c0ce3a8385e7e24f17eb2b authored over 7 years ago
mark it as internal

github.com/graphql-java/graphql-java - b2cc5d79acd6e3b7a6a8d94d5dfceaecbd47c8b2 authored over 7 years ago
add a basic test for FieldCollector

github.com/graphql-java/graphql-java - 5196d5f0aa7024fdd16068b7ad6bd666bf1ca99a authored over 7 years ago
Added inspiration comment

github.com/graphql-java/graphql-java - 6314b7ad5be89006bae9959b7f515ffa1d2a5e37 authored over 7 years ago
Added chained instrumentation

github.com/graphql-java/graphql-java - b28aeeec20bac3d172294f9a96834287d10cb9b3 authored over 7 years ago
accept `CompletionStage` to be returned from `DataFetcher`, not only

`CompletableFuture`

github.com/graphql-java/graphql-java - 95f915808b9dfa7b2a61a5468bcc4f14a4e19b45 authored over 7 years ago
add awaitility to simply async tests

github.com/graphql-java/graphql-java - bb94feb831e425296d02db3c2f9152b9617ddc46 authored over 7 years ago
extract AbstractAsyncExecutionStrategy to be DRY

github.com/graphql-java/graphql-java - 7437bcba4ece5e2869b79e9d024ead8994633d24 authored over 7 years ago
add test to ensure we always call query strategy

(if further execution is needed)

github.com/graphql-java/graphql-java - 440e5f0333591f8937e42f13defc063a82d26090 authored over 7 years ago
asyn serial is the default mutation strategy

github.com/graphql-java/graphql-java - 0126607faa6200fdd82fa31288afa93a03d9dc41 authored over 7 years ago
implement async execution support

github.com/graphql-java/graphql-java - 927b687cc4829b3bdea8bed5c9afdc22a1483a7a authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - 2b1a9376b63981246c1a8176a827b5fc74cb581a authored over 7 years ago
Optimize fields with no arguments

For the common case of fields with no arguments, we can early exit out
of getArgumentValues.

github.com/graphql-java/graphql-java - f3188a870b6b784207b30e33f96abf3a934965ae authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - 8200cdf0cf017d89fc60266d8b9754a9ad27f1fb authored over 7 years ago
Merge pull request #7 from bbakerman/master

java data loader

github.com/graphql-java/awesome-graphql-java - 65752cba98eb27ebf63b279a46af32fe1abb78fe authored over 7 years ago
Fixed a bug in multi level non null handling

This now uses a multi level exception to capture the hierarchy of type information up from paren...

github.com/graphql-java/graphql-java - 009a39cdec6e6502124f5b0a5aaff82e41edd830 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - 98542248b06d1280ec03949a404026eb6048991b authored over 7 years ago
better instrumentation context information (#575)

* Fixed javadoc warning

* Better context in instrumentation calls.

Now provides ExecutionP...

github.com/graphql-java/graphql-java - 1f26c32ede3cc27906b9627370111aa992097bc6 authored over 7 years ago
Adds Apollo tracing support into graphql-java (#577)

* Fixed javadoc warning

* Better context in instrumentation calls.

Now provides ExecutionP...

github.com/graphql-java/graphql-java - ca12e595b2d335fd57098f2aa7e6d23bcc8b2627 authored over 7 years ago
Better coercing javadoc (#585)

* Fixed javadoc warning

* Better coercing Javadoc

github.com/graphql-java/graphql-java - 4883483857227eb49eb0b4d829c105c9f92b7311 authored over 7 years ago
Now adds language definition files when building via schema generator

See #574

github.com/graphql-java/graphql-java - 7ef59a4dfc07423858270051bb3b1359bcd810ce authored over 7 years ago
Provide meaningful message and exception handling on invalid batch return instead of throwing IndexOutOfBound @ line 349 (and thus crashing whole query)

github.com/graphql-java/graphql-java - d3b44c78c7b3913ae4ec24d6af515c4d815cd489 authored over 7 years ago
Add tests for exception handling in DataFetchers

github.com/graphql-java/graphql-java - 4c26d160df74328115a1091d50ad1aac7fe02c00 authored over 7 years ago
Fix BatchedExectionStrategy - IndexOutOfBoundException @line 349

github.com/graphql-java/graphql-java - 3524096328d6907ccc242526e65fe82c91457545 authored over 7 years ago
Logging and/or processing is task of DataFetcherExceptionHandler (currently logging twice)

github.com/graphql-java/graphql-java - 5f91d8780f4febf90f5573ad240c2b580c13770f authored over 7 years ago
Optimize the case when there are no directives

directivesByName is relatively expensive - it builds a Map of all
directives and then fetches th...

github.com/graphql-java/graphql-java - 4b87c51a8a52a1c0dadea29968f5e20f140395b6 authored over 7 years ago
Avoid defensive copy in GraphQLFieldDefinition::getArguments

By making arguments an unmodifiable list, we can avoid the need for a
defensive copy.

github.com/graphql-java/graphql-java - 2099d5447bc13328c699142785df34bc8b5ce78d authored over 7 years ago
Optimization: Avoid allocation in ExecutionResultImpl

We avoid allocating an ArrayList when there are no errors (the common
case).

By making the erro...

github.com/graphql-java/graphql-java - bef96c0ed950f459a506aa342afef00d16c17424 authored over 7 years ago
Allow schemas to contain custom directives for queries.

github.com/graphql-java/graphql-java - 211fe3cb38317a00377b57a94d9c981307f4c653 authored over 7 years ago
fix bugs in idl

SchemaGenerator: parse default values
SchemaPrinter: print directives

github.com/graphql-java/graphql-java - 53b585cd6230db520c869269d19196b4f10153b6 authored over 7 years ago
reverting the SchemaPrinter changes out

github.com/graphql-java/graphql-java - 0315f60ef12c3d6e24cea5c02c581d6f5f909c13 authored over 7 years ago
check GraphQLType when build values

github.com/graphql-java/graphql-java - 03d5adf5adac539ee05513e8aefcbecb9723b6d6 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - da82c26b2072a1d4cbf1bdc6eaa5a4afa8b65e8e authored over 7 years ago
Improved object type validation with support for covariant types

github.com/graphql-java/graphql-java - 3e7ef6638d2b0e2d385cd5656a7b36d37cc9dca0 authored over 7 years ago
Added type info into the data fetching environment

#554 - this wil allow full tracing of the runtime path when a data fetcher runs

I am aiming thi...

github.com/graphql-java/graphql-java - f77b3cb6087d45bbe1b4d3533a1360ce86b13453 authored over 7 years ago
Merge branch 'master' of github.com:bbakerman/graphql-java

github.com/graphql-java/graphql-java - a24570ed55dc48d0b85e6fe0484ca3da4c75da11 authored over 7 years ago
Migrating to graphql-java as a home - now with bintray publishing and uses their signing

github.com/graphql-java/java-dataloader - ae5d3dce10776f5f6562d72ff1b9eac836a31d42 authored over 7 years ago
Merge pull request #6 from donbeave/master

Added graphql-java-datetime

github.com/graphql-java/awesome-graphql-java - 3b5ef4e9d6183e533597c4a62e70ea80cd22951f authored over 7 years ago
Merge branch 'master' into master

github.com/graphql-java/awesome-graphql-java - a796fb069f6d7658bf28bbd6e7d12b8c7ab93280 authored over 7 years ago
Added Moqui GraphQL link

github.com/graphql-java/awesome-graphql-java - 5a25fd4e4c1f0936d08d223bb49a0a7a59cf7479 authored over 7 years ago
Migrating to graphql-java as a home - now with bintray publishing

github.com/graphql-java/java-dataloader - 0d1e5b7554528f34c7e55eab9d68327109f083f6 authored over 7 years ago
Migrating to graphql-java as a home

github.com/graphql-java/java-dataloader - ee84a5976fea7a43a73095e899bf14fc4ef51491 authored over 7 years ago
Adding the ability to deeply instrument data fetchers, allowing them

to be wrapped

github.com/graphql-java/graphql-java - 791f91a3890d63abb658ff70de72787e7bb3d6c6 authored over 7 years ago
Add test for inline fragment validation

github.com/graphql-java/graphql-java - 75938098b54edfd09799a29c568cc040edc36aa9 authored over 7 years ago
Move boolean inversion to correct place

While looking around the code for hasInvalidLocation, I noticed that the inversion appeared to b...

github.com/graphql-java/graphql-java - d39469badd322a2fc69d1e0fc2dbc1210d18f055 authored over 7 years ago
update hello world example to use IDL

github.com/graphql-java/graphql-java - 6c6f479cb0725c0de647169a128618bcc7363ded authored over 7 years ago
Merge pull request #11 from blesswinsamuel/patch-1

Fix README.md headings

github.com/graphql-java/graphql-java-type-generator - 7ee86ffbd8951b22755928f4059e2335fefcc62a authored over 7 years ago
Removed legacy handleDataException method (#550)

* Removed legacy handleDataException method

543 - removes the legacy method

* javadoc fix

github.com/graphql-java/graphql-java - 1f8fa2669669a3bb4cf8a930535cb07c4bbe019b authored over 7 years ago
execution result to spec

#473 - execution result to spec

github.com/graphql-java/graphql-java - b84c1568813c7aca48638ac0c789b9ef628f9c12 authored over 7 years ago
Removed List<Field> from execution strategy signature (#542)

* Removed List<Field> from execution strategy signature

While this is a breaking change, its ...

github.com/graphql-java/graphql-java - dd739e513c64b265ae26713d3b90abfa80756d95 authored over 7 years ago
graphql.execute can accept a builder (#551)

* This allows the standard pattern of allowing a builder to be passed to the `graphql.execute()`...

github.com/graphql-java/graphql-java - 5d7d26555ff66ebcfe4f3e2ba6a7678808b84968 authored over 7 years ago
Merge remote-tracking branch 'upstream/master'

github.com/graphql-java/graphql-java - 620624c7339b7f595fcba24dcdfc9015315d5684 authored over 7 years ago
this fixes #546: GraphQLEnumType was not marked as Nullable

This caused a ClassCassException while validating.

github.com/graphql-java/graphql-java - 8fe60383f423434fd47c26756a1ae837f39089d7 authored over 7 years ago
assert dataFetcher is non null

github.com/graphql-java/graphql-java - 99921648661f955baec2982781f19beb416a7a8f authored over 7 years ago
A start to #324 that provides a promise interface to executing querie

github.com/graphql-java/graphql-java - 3bbc1551165547107a80136b658f38a87a97353f authored over 7 years ago
Fixed javadoc issue

github.com/graphql-java/graphql-java - 7906b135245bfa4d6b772ca6213891b4c74c97e1 authored over 7 years ago
Merge pull request #2 from bbakerman/ci-test

a push for CI reasons again

github.com/graphql-java/java-dataloader - 52bd96c7e2d34d1a758a3c826c008aa78b4a2416 authored over 7 years ago
possible flake on Travis CI

github.com/graphql-java/java-dataloader - d4d66db05032e3e184531e1b564af9e2f75b68f5 authored over 7 years ago
a push for CI reasons again

github.com/graphql-java/java-dataloader - 697d2e9fae5c97a8f908b5ddb4de714f6289ba53 authored over 7 years ago
a push for CI reasons

github.com/graphql-java/java-dataloader - 0745c646d6cdb8cabc1181e62eb2d74773910f56 authored over 7 years ago
getting ready for 1.0.0 release

github.com/graphql-java/java-dataloader - ff7aa1906d07fc245b81620fca170c0f45bf58b7 authored over 7 years ago
Merge pull request #1 from bbakerman/migrate-to-promise-of-list

Migrated to pure Java CompletableFuture<List<V>>

github.com/graphql-java/java-dataloader - 5e649d7ba10fb9b958de5c63a2b0b1ec4611dc38 authored over 7 years ago
Added batch max size plus exceptions in the list support

github.com/graphql-java/java-dataloader - 5f7ba3685df0f28a3e9c89c3d8f11d81407a2df5 authored over 7 years ago
improve test to handle backslash escaping

github.com/graphql-java/graphql-java - bf4d6d7169a46b32956e738f58b08769c5169578 authored over 7 years ago
Migrated to pure Java CompletableFuture<List<V>>

github.com/graphql-java/java-dataloader - 2f5ecfd3c7bcd9fabb1b1b70e2032a244a04bc3a authored over 7 years ago
Added more read me code

github.com/graphql-java/java-dataloader - c56ed849bac26cc51e59d9bb6102c959d3e72630 authored over 7 years ago
Allows the data fetcher of last resort to be specified

#536 - the data fetcher used when no other data fetcher has been provided

github.com/graphql-java/graphql-java - c34d9f6b2562d91c97a932347499e8f79be2726f authored over 7 years ago
PR feedback - renamed method from last resort. Added default to static wiring as well

github.com/graphql-java/graphql-java - 67795d3da471b262c735e1b8375b9a3b8cc43aae authored over 7 years ago
PR feedback - fixed naming of last resort

github.com/graphql-java/graphql-java - 58f22a6535eff9c884d4bccec97377ab6359e610 authored over 7 years ago
Fixed javadoc warning

github.com/graphql-java/graphql-java - fe24dfe422189c1be743fee7adabaa22381074b1 authored over 7 years ago
A refactoring and documenting of ExecutionStrategy

#539 This refactors the ExecutionStrategy so that fetching a value and completing the value is s...

github.com/graphql-java/graphql-java - 65d25068ed79b3c4cfb045f0a91c7f606426d7cf authored over 7 years ago
Renamed to make sure its a "test" strategy

github.com/graphql-java/graphql-java - abe2fe7308f2676c85a503828378f7e42aaee403 authored over 7 years ago
Renamed to make sure its a "test" strategy and annotation

github.com/graphql-java/graphql-java - 943bcfce8c5e081a2ae2ede68184222f0a5cf20e authored over 7 years ago