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

#523 #525 - PR feedback

github.com/graphql-java/graphql-java - 1e49769c0c1599e8cc9a42d22b7a5854ff6a5c5e authored over 7 years ago
Better error handling via composition

#523 - this addresses the ability to compose execution strategies better
#525 - this also addres...

github.com/graphql-java/graphql-java - a4c073c45958830cef63844cbb17d4101e38c820 authored over 7 years ago
Lambda extracted to function

github.com/graphql-java/graphql-java - 3c6e9cbcc0005b02090817d26e06f94771c8be1f authored over 7 years ago
Avoid using deprecated GraphQL.execute

github.com/graphql-java/graphql-java - 4ef5e0c94022dbcf05a01fb86de5d31d2afc3f45 authored over 7 years ago
ParsedDocumentEntry's fields are made final and added some guards to prevent null inputs.

Added unit test for ParsedDocumentEntry as well.

github.com/graphql-java/graphql-java - bc388c48972b4e90e86d1bb6540efbf93d1bc0a9 authored over 7 years ago
Only minor document formatting.

github.com/graphql-java/graphql-java - f679f966b975df8ba1583b717f9ca9f08eaa9001 authored over 7 years ago
Added documentation on how to used the PreparsedDocumentProvider.

github.com/graphql-java/graphql-java - f1e41b143aa97ad83eb2ce64755d5f0115512f2e authored over 7 years ago
Renamed test PreparsedTest -> PreparsedDocumentProviderTest and removed some comments.

Implemented unit test on NoOpPreparsedDocumentProvider

github.com/graphql-java/graphql-java - feb5b152f14248f878cc74df69589595f8fd62d3 authored over 7 years ago
Refactored the ParseDocumentProvider:get to take a compute function as argument, makes it more natural to plug in into popular caches such as caffeine or guava.

github.com/graphql-java/graphql-java - 1d0f3b4c7cc797ce8eb0b909b92f203375396924 authored over 7 years ago
Preparsed document provider/cache to avoid costly parse and validation

github.com/graphql-java/graphql-java - ab894db70c22f1830e3ab6bb1d6d8a5cdb19829a authored over 7 years ago
Keep only OSGI plugin

github.com/graphql-java/graphql-java - 7740ebec7808ab91789fd40e0f760c5bde23b8a4 authored over 7 years ago
Use bnd plugin to add OSGi manifest info

github.com/graphql-java/graphql-java - 0da49db82d7d254db9f73a20ae7db433bffc38fc authored over 7 years ago
#534 added variables on debug log

github.com/graphql-java/graphql-java - 193d81cce1d440bdbe7210917ecb1585e66d0970 authored over 7 years ago
better support for Java enums

#526 better support for Java enums by using a serialisation strategy that knows about how Java E...

github.com/graphql-java/graphql-java - e0fa7f85bbb7236872daaad2fb6c8e98980e88fa authored over 7 years ago
Extended PromisesValues with more tests and handling more edge cases

Expanded the read me text a lot

github.com/graphql-java/java-dataloader - 5d81d9fc631c32c380fd5071306afc24f39f7d55 authored over 7 years ago
Made the LinkedHashMap loader queue thread safe

github.com/graphql-java/java-dataloader - 3df56db0d66a1042f4ad4e8cc97c1003341eb6e0 authored over 7 years ago
Removed the dispatcher queue (wasnt needed) and made it a smidge more thread safe

github.com/graphql-java/java-dataloader - b11316ec73d31c25681b9a447abb1a1b29dc58b2 authored over 7 years ago
More refactoring of code. Re-naming to more meaningful names

github.com/graphql-java/java-dataloader - 43cca0c55c67d598ae73456533b668a0649cea55 authored over 7 years ago
fix and test ExecutionContextBuilder: root and context was mixed up

github.com/graphql-java/graphql-java - 4beb6d6174f0ccd9f7af451e127ea3e13ad2c4bf authored over 7 years ago
Run the tests - it might show compile errors :)

github.com/graphql-java/graphql-java - 8f122f9250314e6ef96b1c20d8101d8dea5bf295 authored over 7 years ago
PR feedback on arg name

github.com/graphql-java/graphql-java - 8f2caa80ddc7978d7ab4b613c815c34c7cd1f27c authored over 7 years ago
Improved directive handling for places that use them

#518 Improved directive handling for places that use them

github.com/graphql-java/graphql-java - 0cf6283791a2077a37403c05a1d52e49a805a1f0 authored over 7 years ago
Tklovett builder consistency (#524)

* Use chaining for all Builder parameters

* Fixed return statements

Merge branch 'builder-...

github.com/graphql-java/graphql-java - fe422eae6d500daf42c9ff97ac36835907fa2e87 authored over 7 years ago
Add javadoc to GraphQLError based on GraphQL Spec

github.com/graphql-java/graphql-java - 3a7cf5b90a13b00fa8da04fba52b069ac7f3ea8b authored over 7 years ago
Refactor GraphQL#execute for better encapsulation and clearer instrumentation lifecycles

github.com/graphql-java/graphql-java - a71d072151e304cdaf740798c4d4148bd6282931 authored over 7 years ago
Updated to gradle 4 and started the transformation into its own project

github.com/graphql-java/java-dataloader - 04df769c953a862abfce829a80ebc314998cc620 authored over 7 years ago
add test for DataFetchingEnvironment

github.com/graphql-java/graphql-java - 2772310828f1dee3a8e0ef442760fee764f748a2 authored over 7 years ago
Renamed it to getFieldDefinition

github.com/graphql-java/graphql-java - 9f0876f2bf1c3e91f7bdce471b9ea91e198e2b26 authored over 7 years ago
Added FieldDefinition to the DataFetchingEnvironment

#421 Added FieldDefinition to the DataFetchingEnvironment

github.com/graphql-java/graphql-java - a996a4d4a1fe0340824e30b0ed73ea38d48f0968 authored over 7 years ago
Include field name in error description

github.com/graphql-java/graphql-java - e520be38bdade50c63a9ff04e60accd09a88867e authored over 7 years ago
correct execution example

github.com/graphql-java/graphql-java - ca040876493a76848c4afaf5d024e398ceecb3cc authored over 7 years ago
Made it compile with home grown CompositeFuture

github.com/graphql-java/java-dataloader - fd653d0a78c1817e9df404e0ddae6a67d7e60723 authored over 7 years ago
Path support when traversing graph (#499)

* Path support when traversing graph

#498 - now follows spec in regards to data fetcher error...

github.com/graphql-java/graphql-java - 06a202c732457e65bf88929cfc1e99f653a8a79b authored over 7 years ago
Update execution.rst

github.com/graphql-java/graphql-java - 304fab330e7ef3667414308fb40e3a9f57304fec authored over 7 years ago
#492 - builder for DataEnvironmentImpl - now in its own class

github.com/graphql-java/graphql-java - 1618e5324c873de94dca636b284d7f8bd0b89ae0 authored over 7 years ago
removed transform method on interface

github.com/graphql-java/graphql-java - c002698f92339a297fa04c6115c868034c9f3713 authored over 7 years ago
#492 - builder for DataEnvironmentImpl

github.com/graphql-java/graphql-java - cfd1fe0b03d4c7c8abd4a0ff7a98b7ac6b225596 authored over 7 years ago
#468 - deprecation is now supported in IDL and hence Introspection (#470)

* #468 - deprecation is now supported in IDL and hence Introspection (and reverse Introspection)...

github.com/graphql-java/graphql-java - 0ea9d3cae254512b30966ac88b36effc200309d0 authored over 7 years ago
use WiringContext in TestUtil.groovy

github.com/graphql-java/graphql-java - 962fecc2981c687dbe9533a1c967f37f11848cd0 authored over 7 years ago
Pass parentType to DataFetcher-related methods in WiringFactory. Closes #476

github.com/graphql-java/graphql-java - 311ac49c7c022b4c7777fae9f0dab0a8bd28e3de authored over 7 years ago
Replace providesDataFetcher/getDataFetcher's arguments with WiringContext object

github.com/graphql-java/graphql-java - 09f8873635ca61c59bf1e144fdf9d6b032adeddc authored over 7 years ago
#476 - use of environment pattern in Wiring Factory

github.com/graphql-java/graphql-java - ef1d168d85504258bcb0d20a3bb126f185686e5f authored over 7 years ago
Renamed ExeputionInput in terms of spec

@503 spec naming change

github.com/graphql-java/graphql-java - 135677eefb999ace1a9cdfc5b5c20218126b84ce authored over 7 years ago
Missing test fix ups

github.com/graphql-java/graphql-java - 2e88153848b5b02ab2c61aaaa56be6b8b7a695d2 authored over 7 years ago
Gradle caching in CI

github.com/graphql-java/graphql-java - 7c758a1279780c297d42b0ec6b2ab340dfbe9324 authored over 7 years ago
Better Gradle Settings

github.com/graphql-java/graphql-java - f4b916b25c61bc73c0c9c7cad08910bb2f809ca0 authored over 7 years ago
Update Gradle Version to 4.0

github.com/graphql-java/graphql-java - 403ed922b3b437d2cf2162ae0fffd9714ef04035 authored over 7 years ago
Reduce code duplication in NoOpInstrumentation

github.com/graphql-java/graphql-java - e65e4ff667a1f47961f00da62dcc09c9d17ca53c authored over 7 years ago
nitpick on method parameter ordering

github.com/graphql-java/graphql-java - 90aca985a2fbb7db8b2e597bb883bf77bad4dcf3 authored over 7 years ago
enum coercing throws correct exception

enum serialization exceptions are handled correctly

github.com/graphql-java/graphql-java - deedb889e3f0e7be6acca50feb4774fd0f455311 authored over 7 years ago
throw dedicated exceptions for serialize and parseValue

handle serialize exception in ExecutionStrategy

github.com/graphql-java/graphql-java - b205cd87ef64bce76c409e9203882d8a9dae7981 authored over 7 years ago
#489 schema problem has message now

github.com/graphql-java/graphql-java - 7675da70b184d308ae305472fc99369edfa007a7 authored over 7 years ago
#490 type info build is public

github.com/graphql-java/graphql-java - 55c5723752045b5a2011bcb42ad8e9071fed3153 authored over 7 years ago
aligns schema printer and AstPrinter regarding indention and new lines

adds test which completes a full round trip with SchemaPrinter,
Introspection and AstPrinter

ch...

github.com/graphql-java/graphql-java - 3489abddf73eee1fe0257840774413892ad069c8 authored over 7 years ago
remove unused `extensions` field from ExecutionResult(Impl)

github.com/graphql-java/graphql-java - e284b7e8cafb4313766bafbde2a5aa59bc3b3dd5 authored over 7 years ago
print enum descriptions

github.com/graphql-java/graphql-java - 0f006c488c8881be645e06a5613d8ddc6293a486 authored over 7 years ago
print object descriptions

github.com/graphql-java/graphql-java - d21239907849f25c9c31ce0030177046e5ede6b0 authored over 7 years ago
print scalar descriptions

github.com/graphql-java/graphql-java - 270ffb4f5db6110e2850776e4246f7e6bc728404 authored over 7 years ago
test for special argument comments handling

github.com/graphql-java/graphql-java - 0922a874bfe1e880a69c39e5d63ab88fb55e78bf authored over 7 years ago
print interface descriptions

github.com/graphql-java/graphql-java - 4541d9ea83383eb7967e02f86abc80478eb8670c authored over 7 years ago
handle special formatting for arguments descriptions

also fix general formatting: no space before colon

github.com/graphql-java/graphql-java - 220b6b48df34cfe3e4bbd7335738b729bca01ee2 authored over 7 years ago
print union descriptions

github.com/graphql-java/graphql-java - 2fd253d7645e1fab9f39eb152b25af5703700021 authored over 7 years ago
print input descriptions

github.com/graphql-java/graphql-java - cf10927acc6dc0efe09aaaca380dd7b3c843f7b9 authored over 7 years ago
print object descriptions

github.com/graphql-java/graphql-java - 17b8f5628e4499a5f3637199e65db00a62ea4e51 authored over 7 years ago
print field descriptions

github.com/graphql-java/graphql-java - dcaa9994f8e135a30b3693b4b284b79c34567c12 authored over 7 years ago
Used ExecutionInput

github.com/graphql-java/graphql-java - 9537aa07f244f81ae851da094b27772144f6b136 authored over 7 years ago
a simple example of using http with graphql-java

github.com/graphql-java/graphql-java - f15b1747ee8ddbb2d2463e90136fa6ef9dcc37aa authored over 7 years ago
Removed HttpKit malarky

github.com/graphql-java/graphql-java - 982a19ec0e138d8a0e07ab00a1727a0c917e2bb8 authored over 7 years ago
#467 generate additional types into schema

github.com/graphql-java/graphql-java - 9addb0219831a39c9ffc3cc96ab445c4e15b700f authored over 7 years ago
Merge pull request #9 from 0xR/master

Upgrade graphql-java version to 2.4.0

github.com/graphql-java/graphql-java-type-generator - 927194f0e1b4d6351f307b1fb326c67d74311b17 authored over 7 years ago
rename test class to match impl class

github.com/graphql-java/graphql-java - f33a2790c1cf2f491e03c01a019e87da4fccf161 authored over 7 years ago
Merge branch 'bsideup-transformable_execution_parameters'

github.com/graphql-java/graphql-java - c801689e83438ea19e8c114bf92bc216922bbfe9 authored over 7 years ago
Merge branch 'transformable_execution_parameters' of https://github.com/bsideup/graphql-java into bsideup-transformable_execution_parameters

github.com/graphql-java/graphql-java - a3e61eb2da86c58ea30566bd12e374e82de368b7 authored over 7 years ago
rename Parameters classes to Instance*

github.com/graphql-java/graphql-java - cde5b986e452bbd576189b081807b60652255464 authored over 7 years ago
add explicit root object

This adds a explicit root object, which is used as the source object
for the root query instead o...

github.com/graphql-java/graphql-java - b9ccbeae35972ac56bfd3fb71bcefa725d658960 authored over 7 years ago
don't force arguments to be non null: just use empty map instead

github.com/graphql-java/graphql-java - 22483e9feff9dff68467246eabff304557ec1ad9 authored over 7 years ago
graphql-java-type-generator is a code first lib

github.com/graphql-java/awesome-graphql-java - 4b549970e5041f1d47d2a72f32fd629087cb6f52 authored over 7 years ago
use Groovy for ExecutionParameters' test

github.com/graphql-java/graphql-java - a4367c6b9cc5a198d077a0cf55c1a38c63040a8a authored over 7 years ago
Provide ExecutionParameters::transform method to allow partial cloning of ExecutionParameters instance

github.com/graphql-java/graphql-java - 79d1b9031e677bf9cc8a8214958c940edf35857d authored over 7 years ago
#438 now with double checks in null values that might come out of coercion

github.com/graphql-java/graphql-java - 42dc83feb50ab54d2f464a247a1fa885b5fa7729 authored over 7 years ago
#438 - unit test for NonNullableFieldValidator

github.com/graphql-java/graphql-java - 0be159f4a3e200d0d2153cf4ee509ce2be55d3db authored over 7 years ago
#457 - support for implicit schema when types are named `Query`

github.com/graphql-java/graphql-java - a0096cb2f95e3d471d3922de9d9389c56c518c54 authored over 7 years ago
#427 TDD driven null support (#452)

* #427 added null support but have not added optional arguments yet

* #427 added spec tests a...

github.com/graphql-java/graphql-java - fcbce542e2bb9604aa75e6eb4fc07ea4b2a347b6 authored over 7 years ago
refactoring

add some comments

github.com/graphql-java/graphql-java - b8fdebb605903df21d9907efd2c0a0f85ccf216d authored over 7 years ago
update jdk version for travis build

cleanup

github.com/graphql-java/graphql-java - 1c7690b27b3c53bcb797a268a39c61482c4f8a61 authored over 7 years ago
build javadoc too to ensure that it is all valid javadoc

github.com/graphql-java/graphql-java - 11b53dd6cd55274b7daff96b5f0f908743289c1b authored over 7 years ago