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

Merge pull request #365 from Jimexist/fix/exception

collapse catch

github.com/graphql-java/graphql-java - dab61fbb3d235084218a9918b0fd2d4f5f0597c4 authored over 7 years ago by Andreas Marek <[email protected]>
Merge pull request #364 from Jimexist/fix/diamont

fix with diamond operator

github.com/graphql-java/graphql-java - 5c05edc306a8549fe1f2b383b05e7b0a2a2ed061 authored over 7 years ago by Andreas Marek <[email protected]>
fix with diamond operator

github.com/graphql-java/graphql-java - 36b5d7cd756ea8ac40e384b2120f11e1f7d8c688 authored over 7 years ago by Jiayu Liu <[email protected]>
type param and misc.

github.com/graphql-java/graphql-java - 8d68ec2544d12424227fabaee43a3ac0cd3a62f4 authored over 7 years ago by Jiayu Liu <[email protected]>
switch to java 8

github.com/graphql-java/graphql-java - 3abfdd7f830e76b9a618c4bd351647b300b5dac4 authored over 7 years ago by andimarek <[email protected]>
update to version 2.4.0

github.com/graphql-java/graphql-java - 1d998e1330864a19f7625807b4fbad8940c3c0ba authored over 7 years ago by andimarek <[email protected]>
git ignore generated source folder

github.com/graphql-java/graphql-java - cbf3e1a0a9a25ee6957ee7991e009788ec0434a7 authored over 7 years ago by andimarek <[email protected]>
Adding support for subscriptions with an implemenation to enable adding a user defined subscriptionType. Subscriptions can be thought of as mutations by a different name and with a different purpose and, as such, the implementation here is the same as that of mutations.

For more see: http://graphql.org/blog/subscriptions-in-graphql-and-relay/

github.com/graphql-java/graphql-java - b197d782e0d6e12d1d956172e4d04c1243b4b1c9 authored over 7 years ago by Shokoufandeh <[email protected]>
Merge pull request #354 from guy120494/master

get message returns the error's message rather then toString()

github.com/graphql-java/graphql-java - 324ebc9ab9633ef55b3427095fddeaa4d8117876 authored over 7 years ago by bbakerman <[email protected]>
get message returns the error's message rather then toString()

github.com/graphql-java/graphql-java - 74a8afa71e058cc022ad374c8f8f23bf3bbe585c authored over 7 years ago by guy120494 <[email protected]>
Merge remote-tracking branch 'upstream/master' into 268-nonnull-error-handling

# Conflicts:
# src/main/java/graphql/ErrorType.java
# src/main/java/graphql/execution/Execution....

github.com/graphql-java/graphql-java - 18c050ee4c16a955f2a438b9aeb8c024a3590a64 authored over 7 years ago by Brad Baker <[email protected]>
#268 - now follows spec in regard to null error handling

github.com/graphql-java/graphql-java - 198b8ccce731a34b46ba2a995a6225a22409d437 authored over 7 years ago by Brad Baker <[email protected]>
Merge pull request #351 from stevehu/master

Add light-java-graphql framework

github.com/graphql-java/graphql-java - f863c8f98e43dcf514bd8ca2b6b5012783459822 authored over 7 years ago by bbakerman <[email protected]>
Merge pull request #347 from bbakerman/330-generic-data-fetchers

#330 - made property and field data fetcher generic

github.com/graphql-java/graphql-java - 028f2afef6836035f1249bbd219fdbbb96c1a042 authored over 7 years ago by bbakerman <[email protected]>
Merge pull request #349 from bbakerman/345-npe-on-missing-mutation

#345 - mutations are optional and errors should come back if they are missing

github.com/graphql-java/graphql-java - 5e711ffc72e68ffc2c116edf02300db41924fc3a authored over 7 years ago by bbakerman <[email protected]>
Add light-java-graphql framework

github.com/graphql-java/graphql-java - 2e8c2ce38e4ba385eda5a16cc2fd6ebd30cbfd79 authored over 7 years ago by Steve Hu <[email protected]>
#345 - moor spillin misteaks

github.com/graphql-java/graphql-java - f11261dc157cc909b7bed3efb8f9b88c818a1199 authored almost 8 years ago by Brad Baker <[email protected]>
#345 - spillin misteak

github.com/graphql-java/graphql-java - fe2d71a8d9d26996bf924ed2c2c172af96b6a6ad authored almost 8 years ago by Brad Baker <[email protected]>
#345 - mutations are optional and errors should come back if they are missing

github.com/graphql-java/graphql-java - 3a392cf64fde3ee58d1fe9c3c30aba3e4278f6cc authored almost 8 years ago by Brad Baker <[email protected]>
Merge pull request #7 from danielkwinsor/typevars

V0.9.0 Supporting TypeVariables in java 8

github.com/graphql-java/graphql-java-type-generator - 8c26aab2f56b5b911e3ddea122e41a48380f7a7e authored almost 8 years ago by danielkwinsor <[email protected]>
Merge pull request #6 from danielkwinsor/wildcards

V0.8.0 Supporting wildcards in generics

github.com/graphql-java/graphql-java-type-generator - 3ff1d44976ef114237c6f18308471e8af5072262 authored almost 8 years ago by danielkwinsor <[email protected]>
V0.9.0 Supporting TypeVariables in java 8

github.com/graphql-java/graphql-java-type-generator - e95295aa580d4b3820b067082618603cf6094bac authored almost 8 years ago by Daniel Winsor <[email protected]>
Merge pull request #344 from exbe/prj

Add graphql-java-reactive

github.com/graphql-java/graphql-java - 86132a70c6b8904ea670078d060eead743fb8e23 authored almost 8 years ago by bbakerman <[email protected]>
#330 - made property and field data fetcher generic

github.com/graphql-java/graphql-java - 0d3c85cf0bff2350e5be4fd407f0f3c62b2a13ec authored almost 8 years ago by Brad Baker <[email protected]>
V0.8.0 Supporting wildcards in generics

github.com/graphql-java/graphql-java-type-generator - 1f86d040ecaa70610ac7ea8c3ae26ea76e0860f7 authored almost 8 years ago by Daniel Winsor <[email protected]>
Merge pull request #346 from bbakerman/300-slf4j-update

#300 updated slf4j

github.com/graphql-java/graphql-java - e8f091bc6334da92662d4e580e9d8b5f49da1f47 authored almost 8 years ago by bbakerman <[email protected]>
#300 updated slf4j

github.com/graphql-java/graphql-java - e13809fd47ee95463f912ae9b62d228f447179cf authored almost 8 years ago by Brad Baker <[email protected]>
Merge pull request #341 from goodav/fix

PropertyDataFetcherTest throwing exception

github.com/graphql-java/graphql-java - 72a90f7d0b30095c0b875aa86020d939fd0fe55c authored almost 8 years ago by bbakerman <[email protected]>
Add graphql-java-reactive

github.com/graphql-java/graphql-java - 3ba6a6b27ecbf04d1385fe2ef79ae3675125a207 authored almost 8 years ago by Alex Matiushkin <[email protected]>
Merge pull request #3 from danielkwinsor/master

V0.7.0 Consuming newest v2.3.0 of graphql-java

github.com/graphql-java/graphql-java-type-generator - 9a3e995694cbec93ed9ea92c84121f41e7c22f29 authored almost 8 years ago by Andreas Marek <[email protected]>
V0.7.0 Consuming newest v2.3.0 of graphql-java

github.com/graphql-java/graphql-java-type-generator - 5fffb43d38e96aa833183aa2b2672a410c2f3913 authored almost 8 years ago by Daniel Winsor <[email protected]>
Bumped version to 1.0.0

github.com/graphql-java/java-dataloader - 1e28b7ad6fa29bb96057c609777b9a9b83b86d17 authored almost 8 years ago by Arnold Schrijver <[email protected]>
Upgraded vert.x to 3.4.0

github.com/graphql-java/java-dataloader - 73678d450d270a89d1e55a20ef1b8e9f7ae43c8c authored almost 8 years ago by Arnold Schrijver <[email protected]>
Updated README for 1.0.0

github.com/graphql-java/java-dataloader - 37ee06300b8c10f7f1d7563507cba9f93917462d authored almost 8 years ago by Arnold Schrijver <[email protected]>
Merge pull request #7 from bmsantos/eb_graphql

Thanks a lot, @bmsantos !

github.com/graphql-java/java-dataloader - 807a4544c3306a1d897ad7c1a803813ecf6c0bdf authored almost 8 years ago by Arnold Schrijver <[email protected]>
Added tests that ensure that only new future requests are dispatched

Issue #6

github.com/graphql-java/java-dataloader - a373ebedeccc5d88c0c141263bc23ffa9d41e43f authored almost 8 years ago by Bruno Santos <[email protected]>
Should only dispath new future requests

Introduce quick fix that allows dispath method to be called multiple times during the execution ...

github.com/graphql-java/java-dataloader - 666716b89cb707f06cf79f756469959107322e06 authored almost 8 years ago by Bruno Santos <[email protected]>
Fixing PropertyDataFetcherTest.

It was throwing an exception while trying to instantiate the interface under test and not an impl...

github.com/graphql-java/graphql-java - a1719ec3033a7719bd37ef30661303b36b2f74b3 authored almost 8 years ago by Dave Goodin <[email protected]>
Merge pull request #266 from Jimexist/feature/simple-list-connection

allow customized prefix

github.com/graphql-java/graphql-java - 8c63462bbe7ad6e27a05587ae53e1e35eb4e6f58 authored almost 8 years ago by bbakerman <[email protected]>
Merge pull request #149 from iancw/autovalue-compatible-propertyfetcher

PropertyDataFetcher supports AutoValue style classes

github.com/graphql-java/graphql-java - e108ad067912f4e2c9fc5081b16f463040ac610e authored almost 8 years ago by bbakerman <[email protected]>
Merge pull request #249 from yrashk/input-object

Problem: passing input object as a resolved class doesn't work

github.com/graphql-java/graphql-java - 4127d9b4d862b10280ee677278ef6991bd2909ff authored almost 8 years ago by bbakerman <[email protected]>
Merge pull request #323 from deruf/validation

Validate name field matches current spec's conventions

github.com/graphql-java/graphql-java - 8e4eec6d6a65ca38b0a06954744ad6cb681d88d0 authored almost 8 years ago by bbakerman <[email protected]>
Merge pull request #270 from bbakerman/269-add-instrumentation-to-execution

#269 - this adds instrumentation to the execution of the graphql query

github.com/graphql-java/graphql-java - 57742917c7a8cde3cd41b16ec5cc749dcdd44826 authored almost 8 years ago by bbakerman <[email protected]>
Bumped version to 0.9.3

github.com/graphql-java/java-dataloader - b5a15edb507dc375cf8ea8f02dc7bf154b515739 authored almost 8 years ago by Arnold Schrijver <[email protected]>
Use CompositeFuture.join() instead of CompositeFuture.all()

github.com/graphql-java/java-dataloader - bb73524feb11274f1cfdef79d56f60f7043df30d authored almost 8 years ago by Arnold Schrijver <[email protected]>
Merge pull request #331 from helfer/patch-1

Clarify supported clients in README.md

github.com/graphql-java/graphql-java - 65a26b12e8e57e2f9e1c5e13875a18f67e9e8b75 authored almost 8 years ago by bbakerman <[email protected]>
Bumped version to 0.9.2

github.com/graphql-java/java-dataloader - 01f8ef843a7e33ae35e11ee41bcc027f9222a214 authored almost 8 years ago by Arnold Schrijver <[email protected]>
Check success in batch handler (issue #5)

github.com/graphql-java/java-dataloader - 818039765a2a465d5a077f4d5b245da226493d94 authored almost 8 years ago by Arnold Schrijver <[email protected]>
Merge remote-tracking branch 'upstream/master' into 269-add-instrumentation-to-execution

github.com/graphql-java/graphql-java - cd7bb87e64d58b323cca5a5c390561aa907caad8 authored almost 8 years ago by Brad Baker <[email protected]>
Fiddle with language

github.com/graphql-java/graphql-java - 57c6ea8e0c4f8f7b846c7a8a60203bf13deff80f authored almost 8 years ago by Jonas Helfer <[email protected]>
Clarify supported clients in README.md

- Clarify that in addition to Relay Apollo is also supported.
- Add hyperlinks to Relay and Apollo

github.com/graphql-java/graphql-java - 361c57262b2b02655a329cd4e212f49b95446d15 authored almost 8 years ago by Jonas Helfer <[email protected]>
Merge pull request #327 from delki8/master

Increasing test coverage of some basic classes

github.com/graphql-java/graphql-java - cbc75cdcd064d35f9e3719e79e48430917c0af52 authored almost 8 years ago by Dmitry Minkovsky <[email protected]>
Merge pull request #322 from exbe/validation_rules

validation for lone anonymouse operation

github.com/graphql-java/graphql-java - 43abaef32ee1ff4c466cfa1846fa038ab7b39846 authored almost 8 years ago by bbakerman <[email protected]>
Increasing test coverage for FragmentsOnCompositeType

github.com/graphql-java/graphql-java - 62ab8482af2cb986a963e925fe6a65abf18a47f6 authored almost 8 years ago by Ruither Borba <[email protected]>
Increasing test coverage for FieldsOnCorrectType.java

github.com/graphql-java/graphql-java - bc1a42c015f3d5e27518815f2c27dc58404203a3 authored almost 8 years ago by Ruither Borba <[email protected]>
Merge pull request #326 from delki8/master

Increasing test coverage for ArgumentsOfCorrectType.java

github.com/graphql-java/graphql-java - aa3dbba834a82067e3c7acd7e24a292c24113568 authored almost 8 years ago by Dmitry Minkovsky <[email protected]>
Merge branch 'master' of git://github.com/graphql-java/graphql-java

github.com/graphql-java/graphql-java - 2d840b1651c83a7e266bdd24bab5a76431c16c84 authored almost 8 years ago by Ruither Borba <[email protected]>
Increasing test coverage for ArgumentsOfCorrectType.java

github.com/graphql-java/graphql-java - 2b58c49b291445870287c6d1d306b461b9e98a1a authored almost 8 years ago by Ruither Borba <[email protected]>
Merge pull request #315 from bbakerman/105-default-lenient-scalars

105 - lenient numerical scalars

github.com/graphql-java/graphql-java - ec399372416d560ac3b122d3a60f722366c5df2b authored almost 8 years ago by bbakerman <[email protected]>
Missing <I,O> on Coercing

github.com/graphql-java/graphql-java - 395dc680bd09b2df85123a892549208cb281b29b authored almost 8 years ago by Brad Baker <[email protected]>
Merge remote-tracking branch 'upstream/master' into 105-default-lenient-scalars

# Conflicts:
# src/main/java/graphql/Scalars.java

github.com/graphql-java/graphql-java - b9e2e6a5bcb7d4b1cddfedc92694bd8365a945de authored almost 8 years ago by Brad Baker <[email protected]>
No starts in imports

github.com/graphql-java/graphql-java - 0376b072958cdc63715ee26e3d3db9251b3b480e authored almost 8 years ago by Alex Matiushkin <[email protected]>
Spec validation for lone anonymouse operation

github.com/graphql-java/graphql-java - 4e0c24f2391fa1c80dd45d1116ce86c7d1b6e039 authored almost 8 years ago by Alex Matiushkin <[email protected]>
Merge pull request #318 from dminkovsky/gh-317-coercing

Fix #317: Coercing<T> should be Coercing<I, O> ?

github.com/graphql-java/graphql-java - f7c259f5a5b29a5369509c8f5c8840331035f76f authored almost 8 years ago by bbakerman <[email protected]>
Fix #317: Coercing<T> should be Coercing<I, O> ?

github.com/graphql-java/graphql-java - 74aaec0414fede4f634a5fd011370e0b9654c261 authored almost 8 years ago by Dmitry Minkovsky <[email protected]>
105 - lenient numerical scalars

github.com/graphql-java/graphql-java - e4004d37aa515102b075ebb88c9e11c8a710bb4e authored almost 8 years ago by Brad Baker <[email protected]>
Merge pull request #311 from bbakerman/308-factory-method-for-non-null

#308 - makes for a more fluent description of the schema

github.com/graphql-java/graphql-java - 1e815bd48ef38086bbebbb073b71b200e48a90a1 authored almost 8 years ago by bbakerman <[email protected]>
Merge pull request #309 from exbe/master

Add jacoco plugin. It generates test coverage.

github.com/graphql-java/graphql-java - aa48cd10f34da7a9cd626fe11c139053a7edf693 authored almost 8 years ago by bbakerman <[email protected]>
#308 - corrected readme

github.com/graphql-java/graphql-java - aa155b5a1dde06c33f2a0ca4c2c877cf7ee83e83 authored almost 8 years ago by Brad Baker <[email protected]>
#308 - missing readme updates

github.com/graphql-java/graphql-java - 016491321e6342d7222e82f6e79504f0936ff76c authored almost 8 years ago by Brad Baker <[email protected]>
#308 - males for a more fluent description of the schema

github.com/graphql-java/graphql-java - 5bb76aa70d0c9cdcf6789633201ac1c5a2c33a19 authored almost 8 years ago by Brad Baker <[email protected]>
Merge pull request #267 from Jimexist/feature/connection-interface

extract relay classes to interfaces and implementations

github.com/graphql-java/graphql-java - f4ebaa1d6bcad4fa4a877a4f25af71617c8e4f0d authored almost 8 years ago by bbakerman <[email protected]>
Add jacoco plugin. It generates test coverage.

github.com/graphql-java/graphql-java - aa65d8397ece6f4e775e96ba5f11c32b372e9377 authored almost 8 years ago by Alex Matiushkin <[email protected]>
import problem

github.com/graphql-java/graphql-java - ad89c94e047cda372db9f9f122dd1515daf1326a authored almost 8 years ago by Brad Baker <[email protected]>
Merge remote-tracking branch 'upstream/master' into 269-add-instrumentation-to-execution

# Conflicts:
# src/main/java/graphql/GraphQL.java

github.com/graphql-java/graphql-java - 121cd1f290ac6004b4acb2eb8c174a51186dadb8 authored almost 8 years ago by Brad Baker <[email protected]>
Merge remote-tracking branch 'upstream/master' into 269-add-instrumentation-to-execution

github.com/graphql-java/graphql-java - a48f27da2ccc8ecf4c86e9790b595f94f3e2fd58 authored almost 8 years ago by Brad Baker <[email protected]>
Merge pull request #293 from bbakerman/278-provide-your-own-id-provider

Allows a ExecutionProvider to be provided by the caller

github.com/graphql-java/graphql-java - 5e9f8990077b2c29cca285d5b8c542a0516a4f04 authored almost 8 years ago by bbakerman <[email protected]>
update related projects

github.com/graphql-java/graphql-java - d918072fdfffd44dc3a7ba4c799f6bf340c0134e authored almost 8 years ago by andimarek <[email protected]>
update related projects

github.com/graphql-java/graphql-java - a1c5a4b1a5ebdbcdf37c973074fb9968efcacc5d authored almost 8 years ago by andimarek <[email protected]>
update related projects list, update link to contributors

github.com/graphql-java/graphql-java - b56ec6198cb6b1b9d97d6bd94b0e185c568dd1bf authored almost 8 years ago by andimarek <[email protected]>
Merge pull request #301 from bbakerman/260-data-environment-as-interface

DataFetchingEnvironment as an interface.

github.com/graphql-java/graphql-java - d1af3ac677e4e85fed0e6b851088b06eb3c8d8f5 authored almost 8 years ago by bbakerman <[email protected]>
made DataFetchingEnvironment an interface. I appreciate that some one else did a PR on this but it had merge conflicts and I could not easily get the branch in play so it was easier to replicate the approach.

github.com/graphql-java/graphql-java - 11e333b3d092b44f38eb77933fe8ffda7eb9f8cc authored almost 8 years ago by Brad Baker <[email protected]>
#269 - add an instrumentation callback for all the data retrieval

github.com/graphql-java/graphql-java - 150f49aacdfd8e30417846e24a8900f34101c1a0 authored almost 8 years ago by Brad Baker <[email protected]>
Update README.md

github.com/graphql-java/graphql-java - 6f758c7b3533394d886e2a0fee4d799515b80a26 authored almost 8 years ago by Dmitry Minkovsky <[email protected]>
Merge pull request #298 from tklovett/patch-1

Add link to gitter.im chat room in README

github.com/graphql-java/graphql-java - 267a080ca2693c2db78372cfa47c02adf8666a78 authored almost 8 years ago by Dmitry Minkovsky <[email protected]>
Add link to gitter.im chat room in README

github.com/graphql-java/graphql-java - 053f7ab893fd6523b8a8b4e031f6575d5507f9e6 authored almost 8 years ago by Thomas Lovett <[email protected]>
Fix README example error reported in #295

github.com/graphql-java/graphql-java - 6b94b458f6738bde331444d307d1081aecb6ab10 authored almost 8 years ago by Dmitry Minkovsky <[email protected]>
Allows a ExecutionProvider to be provided by the caller

github.com/graphql-java/graphql-java - 46e1af8ee7ba0aa0141e028452ee0ad5dd24e03e authored almost 8 years ago by Brad Baker <[email protected]>
Now allows you to specify a new "instrumentation" implementation when building the top level GraphQL level

github.com/graphql-java/graphql-java - 9fb730499dbb6494efafe80bfa053610934827b3 authored almost 8 years ago by Brad Baker <[email protected]>
Merge remote-tracking branch 'upstream/master' into 269-add-instrumentation-to-execution

# Conflicts:
# src/main/java/graphql/GraphQL.java

github.com/graphql-java/graphql-java - 372895dd55d97f358d476f51e9e5bb3c4a68bc48 authored almost 8 years ago by Brad Baker <[email protected]>
Merge pull request #276 from bbakerman/273-builder-pattern-on-graphql-object

273 - use builder pattern in GraphQL top level object

github.com/graphql-java/graphql-java - f493a19cdd99a78b14bda976aba2e00f47881894 authored almost 8 years ago by bbakerman <[email protected]>
Renamed based on PR feedback

github.com/graphql-java/graphql-java - 27b8ba474288d8f6fd9ffbb755ae11dd9be3e7fc authored almost 8 years ago by Brad Baker <[email protected]>
Merge remote-tracking branch 'upstream/master' into 273-builder-pattern-on-graphql-object

github.com/graphql-java/graphql-java - 5b5f65c435c2543997b94d0a7880e2d888ea07ce authored almost 8 years ago by Brad Baker <[email protected]>
fixed up tests. Still needs the new builder pattern

github.com/graphql-java/graphql-java - 50fd10b743449ff1d49f4465b310ff5e681687f0 authored almost 8 years ago by Brad Baker <[email protected]>
Merged master and fixed up the new shape

github.com/graphql-java/graphql-java - 3c5412ad30959bedbc34a6724638020abf00443e authored almost 8 years ago by Brad Baker <[email protected]>
Merge pull request #279 from bbakerman/278-unique-query-idenitifer

278 unique query idenitifer

github.com/graphql-java/graphql-java - b20ae0a439210060d91c08b7d91a2c5fbbb7e2a5 authored almost 8 years ago by bbakerman <[email protected]>