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

fix merge errors

e7a553989a0b18bce3b86cacb7b8282d62329b45 authored over 7 years ago by andimarek <[email protected]>
improve javadoc

1399e499eede2020015a7258091fa86b76f74cb4 authored over 7 years ago by andimarek <[email protected]>
rename Parameters classes to Instance*

cde5b986e452bbd576189b081807b60652255464 authored over 7 years ago by andimarek <[email protected]>
add explicit root object

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

b9ccbeae35972ac56bfd3fb71bcefa725d658960 authored over 7 years ago by andimarek <[email protected]>
use Groovy for ExecutionParameters' test

a4367c6b9cc5a198d077a0cf55c1a38c63040a8a authored over 7 years ago by bsideup <[email protected]>
Provide ExecutionParameters::transform method to allow partial cloning of ExecutionParameters instance

79d1b9031e677bf9cc8a8214958c940edf35857d authored over 7 years ago by bsideup <[email protected]>
#438 - unit test for NonNullableFieldValidator

0be159f4a3e200d0d2153cf4ee509ce2be55d3db authored over 7 years ago by Brad Baker <[email protected]>
#438 now with double checks in null values that might come out of coercion

42dc83feb50ab54d2f464a247a1fa885b5fa7729 authored over 7 years ago by Brad Baker <[email protected]>
#457 - support for implicit schema when types are named `Query`

a0096cb2f95e3d471d3922de9d9389c56c518c54 authored over 7 years ago by Brad Baker <[email protected]>
#427 TDD driven null support (#452)

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

* #427 added spec tests a...

fcbce542e2bb9604aa75e6eb4fc07ea4b2a347b6 authored over 7 years ago by bbakerman <[email protected]>
refactoring

add some comments

b8fdebb605903df21d9907efd2c0a0f85ccf216d authored over 7 years ago by andimarek <[email protected]>
fix javadoc

2288eb64c80684968a33a2f61bab1e6990aac413 authored over 7 years ago by andimarek <[email protected]>
tweak build

ab21e61aaeed77d5022fd69c2ad2220f5253cb30 authored over 7 years ago by andimarek <[email protected]>
update jdk version for travis build

cleanup

1c7690b27b3c53bcb797a268a39c61482c4f8a61 authored over 7 years ago by andimarek <[email protected]>
build javadoc too to ensure that it is all valid javadoc

11b53dd6cd55274b7daff96b5f0f908743289c1b authored over 7 years ago by andimarek <[email protected]>
fix javadoc

972083b680cb92d67b7ba66c48109500e2620a1f authored over 7 years ago by andimarek <[email protected]>
mark as internal

24aa408fc2a2d7c7936af5e803559b582b954a96 authored over 7 years ago by andimarek <[email protected]>
cleanup

0e1481b18431efc8f6af1d8a371c8a661b7ba046 authored over 7 years ago by andimarek <[email protected]>
mark internal validation classes as @Internal

a bit refactoring

0f26b7ad9bf56ca5129fd6da0098a3d191afa7b6 authored over 7 years ago by andimarek <[email protected]>
Added antlr parsing tests as outlined in https://github.com/graphql-java/graphql-java/pull/200

986ece3fbb300e000c4b6e52568f1d6f5c7e2d90 authored over 7 years ago by Brad Baker <[email protected]>
#448 parse null pointer

2c172a4c348c0b093e295365d7bc9c58ccc7b50d authored over 7 years ago by Brad Baker <[email protected]>
make buildRegistry public

8f48d802f9f8e833bacfd960baeaa23b80e31424 authored over 7 years ago by andimarek <[email protected]>
Introspection parser (#463)

This adds the ability to convert an Introspection result (json) to a IDL.

This completes the ...

06add2551ce395510461b3a50e073c09323b764d authored over 7 years ago by Andreas Marek <[email protected]>
fix test

0faa9f77973d466975e034203bcf160f887dd8fa authored over 7 years ago by andimarek <[email protected]>
improve assertion error

4177289c49480a7c84054d347715e7b4ec1d0db7 authored over 7 years ago by andimarek <[email protected]>
document current behaviour of failed serialization with test

66c9a5c614fbc07c6b6a4aa8d32c756f8568f29c authored over 7 years ago by andimarek <[email protected]>
rename test classes to *Test (before it was *Spec)

e183ae3e6f0dd58c2452a8e3ed01b1e9cde2a8fa authored over 7 years ago by andimarek <[email protected]>
update javadoc for serialize/parseValue

0779d314c6de75a8e5ee3bb126a058ab41b41e25 authored over 7 years ago by andimarek <[email protected]>
fix test

add MapEnumValuesProvider for simple map based mappings

69ae51da047009985731a9cc97da8f9b215c8f39 authored over 7 years ago by andimarek <[email protected]>
rename StaticEnumValuesProvider to NaturalEnumProvider

4007e99b288152ec964eb5b0e1bc4a6f0ce51ade authored over 7 years ago by andimarek <[email protected]>
enum values provider

Introducing the possibility to define a Java value for each graphql enum value,
when defining a ...

5672d820eeec00aad9425813f3cb60b220166f85 authored over 7 years ago by andimarek <[email protected]>
Scalar changes (#455)

improves and fixes coercion of scalars and GraphQLEnumType.

c583601ff521a47d5d2c2db776ead2d0885826f3 authored over 7 years ago by Andreas Marek <[email protected]>
cleanup: combine catch block

7e20e1cdda9a937f6ab4c12f6742c615c7eb8aa1 authored over 7 years ago by andimarek <[email protected]>
Make NoOpInstrumentation.INSTANCE final

c49ff1ae32e67fc75514297da46341c772e486b8 authored over 7 years ago by Andrew Potter <[email protected]>
don't trim comment lines for description

f03f600e1eba63eb547595f02734c8097aff7eef authored over 7 years ago by andimarek <[email protected]>
bugfix: comments as descriptions

this is a small bugfix for enum field descriptions and a change so that
an empty line in an comme...

ea5f9594d5e4d4a67bded1da975c0ab758ef7c06 authored over 7 years ago by andimarek <[email protected]>
adding tests for missing arguments to document the current behaviour

d8bfa00494548e2259a2851cd21a70a3519bf962 authored over 7 years ago by andimarek <[email protected]>
add test for too large int literal, which is failing currently

be44723b8e5fb1201a0bf9adc2ad575d372307fc authored over 7 years ago by andimarek <[email protected]>
docs: fix styling issues

6353aa00f2e0b7044dc68e193aaed40e3d44f8e8 authored over 7 years ago by andimarek <[email protected]>
docs

d1b393d8ffb1650bc62131c3ef3ec1a5044133ec authored over 7 years ago by andimarek <[email protected]>
docs

9cc70dca3f18240e910e9c44e1ac7f5169026af4 authored over 7 years ago by andimarek <[email protected]>
docs

4b1a49343bcce7ae13bfc5d14d4e993089d36eec authored over 7 years ago by andimarek <[email protected]>
doc: add relay info

330025c0010c2e62485410331d518f173521a20d authored over 7 years ago by andimarek <[email protected]>
cleanup: remove assert statements and author comments

4c13a610aa2926c946712c552d8df637acc91e82 authored over 7 years ago by andimarek <[email protected]>
Merge branch 'dalenavi-master'

da59262fd258fd68d305bd81e82805486cc68d41 authored over 7 years ago by andimarek <[email protected]>
merge PR #112

b5bb6230223d96b0af5b33ee3d6cbc467fafec78 authored over 7 years ago by andimarek <[email protected]>
remove jacoco: not working currently

9f1efa1eae614394c48e32c83d78673c5f3125c7 authored over 7 years ago by andimarek <[email protected]>
improve javadoc, mark as public spi

088dfa5aa404003f9802ce039b6660cbc811d31e authored over 7 years ago by andimarek <[email protected]>
docs: typo

751c367ae644ba41ed82a8c7b53f0a3e9fad5d42 authored over 7 years ago by andimarek <[email protected]>
update version

23087ec71ca2b225c73b4cf9a716d4f18fa3a46c authored over 7 years ago by andimarek <[email protected]>
updated readme, delete readme.next

71da4aa8a13d209944cb9d4d3bc76401f12a0686 authored over 7 years ago by andimarek <[email protected]>
initial version of new documentation

e3331cac930f95d20350492ab1e2d168eba6f30f authored over 7 years ago by andimarek <[email protected]>
Merge pull request #420 from bbakerman/419-dynamic-runtime-wiring-factory

#419 - dynamic runtime wiring factory support

2a162381920a4078891190069631d2278a311490 authored over 7 years ago by bbakerman <[email protected]>
improve assertion method

422d6b42512e31dc09a2af2f056f0a11447f1987 authored over 7 years ago by andimarek <[email protected]>
Merge pull request #437 from dh94/425-add-lincol

425 add lincol

62bac4029239769ee812e1eb1b5d0537f29f6add authored over 7 years ago by bbakerman <[email protected]>
#419 - dynamic runtime wiring factory support

1394cf28c90bf87217dfd3d5de57a16b13c78299 authored over 7 years ago by Brad Baker <[email protected]>
refactoring: removed `ResolvedTypeInterface`

4c1196ba021457cbb55fd23b5f1763703efb5711 authored over 7 years ago by andimarek <[email protected]>
add index.rst

5d2571f650ade8edd484204b6c0166bf496c245b authored over 7 years ago by andimarek <[email protected]>
add docs folder

844c888b42c1ab324267fba7922b6220c5951210 authored over 7 years ago by andimarek <[email protected]>
Add environment to field instrumentation.

a3a36a59bf5343076c8cbbc0d792d7d0e97ca2bf authored over 7 years ago by Andrew Potter <[email protected]>
Update README.next.md

91040e3fc981ed0cb728ee9159dd15c94143ee99 authored over 7 years ago by Andrew Potter <[email protected]>
Move related projects to top of readme

22a35ea8b78e484df465010b8c68f7669129018e authored over 7 years ago by Andrew Potter <[email protected]>
fix merge

ccecbef2c158ada8af28ec8c3e38dfb40699799b authored over 7 years ago by Daniel Jakobsen <[email protected]>
fix merge

3063d3b54dbfa6bd6d4dc4fb4809b876dc6b62ce authored over 7 years ago by Daniel Jakobsen <[email protected]>
Merge remote-tracking branch 'origin/master'

# Conflicts:
# src/main/java/graphql/schema/idl/errors/NotAnInputTypeError.java
# src/main/java/...

a58d6af728bc20684fa667b80a1319b5cb463992 authored over 7 years ago by Daniel Jakobsen <[email protected]>
Merge pull request #1 from graphql-java/master

sync

3e63dc101de2f63c7e2027a8163bfc735cf87fdd authored over 7 years ago by daniel hallel <[email protected]>
add lincol to exception

0072285940210f7d9873b2ba49be01cbd72e908d authored over 7 years ago by Daniel Jakobsen <[email protected]>
Merge pull request #435 from benmccann/patch-1

Download gradle over https

cb7da2c525ace9d9a67cdc2240f03ebe65a9a462 authored over 7 years ago by bbakerman <[email protected]>
Download gradle over https

It's always safest to download software over https

c33a6c1b5a1b205b19d708c40f0f506312708416 authored over 7 years ago by Ben McCann <[email protected]>
add public annotation

07fa5a9a1eb5f400772e061821ddee0eca91fe15 authored over 7 years ago by andimarek <[email protected]>
add public annotation

cab36d880e167e3124c0f5342eb6e3287afdaf43 authored over 7 years ago by andimarek <[email protected]>
renames SchemaCompiler -> SchemaParser and SchemaDecompiler -> SchemaPrinter

dc7a6b14df1aa748b3fb415101f3517385a5c0bc authored over 7 years ago by andimarek <[email protected]>
IDL: fix subscription support

07e139732e70e680461fe425b79ae0306b72011e authored over 7 years ago by andimarek <[email protected]>
IDL: fix missing subscription support

f237b93ccbf9ffaf90b17830f0026247a8fc331b authored over 7 years ago by andimarek <[email protected]>
add public/internal annotations

64cc32e88fa3d591b6b3f460e050a573e817f9d2 authored over 7 years ago by andimarek <[email protected]>
fix IDL example

126873af40ab39dc4af7fa941445ec4818e11dc6 authored over 7 years ago by andimarek <[email protected]>
add test for SchemaValidator

08882b0740477b0e4d13eb9ca99a1e5bbe2ee4bc authored over 7 years ago by andimarek <[email protected]>
#414 added schema validation in subscriptions

959174e32b61f472a44fb3604f90d2992d055f53 authored over 7 years ago by Brad Baker <[email protected]>
remove link to google group: ask to open a new issue instead

5b892a67bae53e7e74f1f35d252c75d60182f981 authored over 7 years ago by andimarek <[email protected]>
remove javadoc link

c3fc1570a5801788ba1c03c8a02bfad04f5bd8de authored over 7 years ago by andimarek <[email protected]>
425 improve wrong type exceptions (#429)

better exceptions for incorrect types in IDL

7e02a966b131e535387a9ffba36a9a19a2dd5faf authored over 7 years ago by daniel hallel <[email protected]>
phrase better exception messages

41519ef43dd86269ab422f3e60d8434bbc2b3689 authored over 7 years ago by Daniel Jakobsen <[email protected]>
fix union IDL parsing and add tests for it

5eae29a4ee9aee316930b14b3acd10d5d2a9232a authored over 7 years ago by andimarek <[email protected]>
rebase from master

d7dada8314889845ce0ab4b67687109895229088 authored over 7 years ago by Daniel Jakobsen <[email protected]>
better exceptions for incorrect types

5f62bf0916fad2efba1927e0b88be6440c630dac authored over 7 years ago by Daniel Jakobsen <[email protected]>
fix union type generation (test missing)

96578f42a2592415d132caaf59e784a8e5d1f9ce authored over 7 years ago by andimarek <[email protected]>
Merge pull request #401 from bbakerman/377-field-selection-in-data-fetchers

#377 - have the ability to know and capture all fields in a data fetcher

c7fee85e161b38388a063e48f7f6b816a63299dc authored over 7 years ago by bbakerman <[email protected]>
Merge remote-tracking branch 'upstream/master' into 377-field-selection-in-data-fetchers

# Conflicts:
# src/main/java/graphql/execution/FieldCollector.java

11abe76270bbdf4e26f113f52c255e31e334ac13 authored over 7 years ago by Brad Baker <[email protected]>
Merge pull request #413 from bbakerman/410-validate-interfaces-are-implemented-in-idl

#410 - Added interface checking on types at IDL level

7681aa7689f9bc5fee7bf018dc7daf08738e4158 authored over 7 years ago by bbakerman <[email protected]>
Merge pull request #415 from bbakerman/arguments-are-checked-on-interfaces

Arguments are checked on interfaces

ab7200063f5560451bb3df85183ef3d2cacaa1b8 authored over 7 years ago by bbakerman <[email protected]>
Merge pull request #418 from kaseyreed/do-not-overwrite-top-level-schema-def

#417 do not overwrite top level schema definition during type registry merge

663c3de635a7efebb8d408f6bcf01192ec6fb8d8 authored over 7 years ago by Andreas Marek <[email protected]>
Merge pull request #411 from graphql-java/public-internal-api

add public/internal/spi annotations

7242973697777db9905171de9d58c0e36c0f0f35 authored over 7 years ago by Andreas Marek <[email protected]>
do not overwrite top level schema definition during type registry merge

37ab74b6ddeda48b7afcf1b7ab60367b4d3f1ff7 authored over 7 years ago by Kasey Reed <[email protected]>
Fixed tests

0c4a4550fc52c29294d01177e0da5ca1807de1b7 authored over 7 years ago by Brad Baker <[email protected]>
Merge remote-tracking branch 'upstream/master' into 410-validate-interfaces-are-implemented-in-idl

c788bfadc566bd2064307108e755bcae2ae05126 authored over 7 years ago by Brad Baker <[email protected]>
Test class that had an invalid schema in place

5d88f556ce99c40afd57374ec90bdaf6983b73b2 authored over 7 years ago by Brad Baker <[email protected]>
object interface is now validated

2296cbac8d45eb6a1ae86e8ed1d68a19de3a3a3a authored over 7 years ago by Brad Baker <[email protected]>
added argument support to graphql schema checking on interfaces - with default value checks

872ff2af8e0bc3d5398a0dd12565df1415fafd52 authored over 7 years ago by Brad Baker <[email protected]>
added argument support to graphql schema checking on interfaces

dd4289757fe3dadfaa40204700383baa9423186a authored over 7 years ago by Brad Baker <[email protected]>
remove list of related projects in favour of the awesome list

3ffe2fb5c0869e30227784f08f12c4fe14a3159a authored over 7 years ago by andimarek <[email protected]>