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

mark internal validation classes as @Internal

a bit refactoring

github.com/graphql-java/graphql-java - 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

github.com/graphql-java/graphql-java - 986ece3fbb300e000c4b6e52568f1d6f5c7e2d90 authored over 7 years ago by Brad Baker <[email protected]>
#448 parse null pointer

github.com/graphql-java/graphql-java - 2c172a4c348c0b093e295365d7bc9c58ccc7b50d authored over 7 years ago by Brad Baker <[email protected]>
make buildRegistry public

github.com/graphql-java/graphql-java - 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 ...

github.com/graphql-java/graphql-java - 06add2551ce395510461b3a50e073c09323b764d authored over 7 years ago by Andreas Marek <[email protected]>
improve assertion error

github.com/graphql-java/graphql-java - 4177289c49480a7c84054d347715e7b4ec1d0db7 authored over 7 years ago by andimarek <[email protected]>
document current behaviour of failed serialization with test

github.com/graphql-java/graphql-java - 66c9a5c614fbc07c6b6a4aa8d32c756f8568f29c authored over 7 years ago by andimarek <[email protected]>
rename test classes to *Test (before it was *Spec)

github.com/graphql-java/graphql-java - e183ae3e6f0dd58c2452a8e3ed01b1e9cde2a8fa authored over 7 years ago by andimarek <[email protected]>
update javadoc for serialize/parseValue

github.com/graphql-java/graphql-java - 0779d314c6de75a8e5ee3bb126a058ab41b41e25 authored over 7 years ago by andimarek <[email protected]>
fix test

add MapEnumValuesProvider for simple map based mappings

github.com/graphql-java/graphql-java - 69ae51da047009985731a9cc97da8f9b215c8f39 authored over 7 years ago by andimarek <[email protected]>
rename StaticEnumValuesProvider to NaturalEnumProvider

github.com/graphql-java/graphql-java - 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 ...

github.com/graphql-java/graphql-java - 5672d820eeec00aad9425813f3cb60b220166f85 authored over 7 years ago by andimarek <[email protected]>
Scalar changes (#455)

improves and fixes coercion of scalars and GraphQLEnumType.

github.com/graphql-java/graphql-java - c583601ff521a47d5d2c2db776ead2d0885826f3 authored over 7 years ago by Andreas Marek <[email protected]>
cleanup: combine catch block

github.com/graphql-java/graphql-java - 7e20e1cdda9a937f6ab4c12f6742c615c7eb8aa1 authored over 7 years ago by andimarek <[email protected]>
Make NoOpInstrumentation.INSTANCE final

github.com/graphql-java/graphql-java - c49ff1ae32e67fc75514297da46341c772e486b8 authored over 7 years ago by Andrew Potter <[email protected]>
Upgrade graphql-java version

github.com/graphql-java/graphql-java-type-generator - d042c8e3509809790580bcba6acc3f2bee88ade0 authored over 7 years ago by Ruben Oostinga <[email protected]>
don't trim comment lines for description

github.com/graphql-java/graphql-java - 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...

github.com/graphql-java/graphql-java - ea5f9594d5e4d4a67bded1da975c0ab758ef7c06 authored over 7 years ago by andimarek <[email protected]>
adding tests for missing arguments to document the current behaviour

github.com/graphql-java/graphql-java - d8bfa00494548e2259a2851cd21a70a3519bf962 authored over 7 years ago by andimarek <[email protected]>
add test for too large int literal, which is failing currently

github.com/graphql-java/graphql-java - be44723b8e5fb1201a0bf9adc2ad575d372307fc authored over 7 years ago by andimarek <[email protected]>
docs: fix styling issues

github.com/graphql-java/graphql-java - 6353aa00f2e0b7044dc68e193aaed40e3d44f8e8 authored over 7 years ago by andimarek <[email protected]>
doc: add relay info

github.com/graphql-java/graphql-java - 330025c0010c2e62485410331d518f173521a20d authored over 7 years ago by andimarek <[email protected]>
cleanup: remove assert statements and author comments

github.com/graphql-java/graphql-java - 4c13a610aa2926c946712c552d8df637acc91e82 authored over 7 years ago by andimarek <[email protected]>
Merge branch 'dalenavi-master'

github.com/graphql-java/graphql-java - da59262fd258fd68d305bd81e82805486cc68d41 authored over 7 years ago by andimarek <[email protected]>
remove jacoco: not working currently

github.com/graphql-java/graphql-java - 9f1efa1eae614394c48e32c83d78673c5f3125c7 authored over 7 years ago by andimarek <[email protected]>
improve javadoc, mark as public spi

github.com/graphql-java/graphql-java - 088dfa5aa404003f9802ce039b6660cbc811d31e authored over 7 years ago by andimarek <[email protected]>
updated readme, delete readme.next

github.com/graphql-java/graphql-java - 71da4aa8a13d209944cb9d4d3bc76401f12a0686 authored over 7 years ago by andimarek <[email protected]>
initial version of new documentation

github.com/graphql-java/graphql-java - 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

github.com/graphql-java/graphql-java - 2a162381920a4078891190069631d2278a311490 authored over 7 years ago by bbakerman <[email protected]>
improve assertion method

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

425 add lincol

github.com/graphql-java/graphql-java - 62bac4029239769ee812e1eb1b5d0537f29f6add authored over 7 years ago by bbakerman <[email protected]>
#419 - dynamic runtime wiring factory support

github.com/graphql-java/graphql-java - 1394cf28c90bf87217dfd3d5de57a16b13c78299 authored over 7 years ago by Brad Baker <[email protected]>
refactoring: removed `ResolvedTypeInterface`

github.com/graphql-java/graphql-java - 4c1196ba021457cbb55fd23b5f1763703efb5711 authored over 7 years ago by andimarek <[email protected]>
add docs folder

github.com/graphql-java/graphql-java - 844c888b42c1ab324267fba7922b6220c5951210 authored over 7 years ago by andimarek <[email protected]>
Add environment to field instrumentation.

github.com/graphql-java/graphql-java - a3a36a59bf5343076c8cbbc0d792d7d0e97ca2bf authored over 7 years ago by Andrew Potter <[email protected]>
Update README.md

github.com/graphql-java/awesome-graphql-java - eb79e9603e1b1cac9e3ca5d90880c3fca4ce3bf2 authored over 7 years ago by Andrew Potter <[email protected]>
Update README.next.md

github.com/graphql-java/graphql-java - 91040e3fc981ed0cb728ee9159dd15c94143ee99 authored over 7 years ago by Andrew Potter <[email protected]>
Move related projects to top of readme

github.com/graphql-java/graphql-java - 22a35ea8b78e484df465010b8c68f7669129018e authored over 7 years ago by Andrew Potter <[email protected]>
fix merge

github.com/graphql-java/graphql-java - ccecbef2c158ada8af28ec8c3e38dfb40699799b authored over 7 years ago by Daniel Jakobsen <[email protected]>
fix merge

github.com/graphql-java/graphql-java - 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/...

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

sync

github.com/graphql-java/graphql-java - 3e63dc101de2f63c7e2027a8163bfc735cf87fdd authored over 7 years ago by daniel hallel <[email protected]>
add lincol to exception

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

Download gradle over https

github.com/graphql-java/graphql-java - cb7da2c525ace9d9a67cdc2240f03ebe65a9a462 authored over 7 years ago by bbakerman <[email protected]>
Download gradle over https

It's always safest to download software over https

github.com/graphql-java/graphql-java - c33a6c1b5a1b205b19d708c40f0f506312708416 authored over 7 years ago by Ben McCann <[email protected]>
add public annotation

github.com/graphql-java/graphql-java - 07fa5a9a1eb5f400772e061821ddee0eca91fe15 authored over 7 years ago by andimarek <[email protected]>
add public annotation

github.com/graphql-java/graphql-java - cab36d880e167e3124c0f5342eb6e3287afdaf43 authored over 7 years ago by andimarek <[email protected]>
renames SchemaCompiler -> SchemaParser and SchemaDecompiler -> SchemaPrinter

github.com/graphql-java/graphql-java - dc7a6b14df1aa748b3fb415101f3517385a5c0bc authored over 7 years ago by andimarek <[email protected]>
IDL: fix subscription support

github.com/graphql-java/graphql-java - 07e139732e70e680461fe425b79ae0306b72011e authored over 7 years ago by andimarek <[email protected]>
IDL: fix missing subscription support

github.com/graphql-java/graphql-java - f237b93ccbf9ffaf90b17830f0026247a8fc331b authored over 7 years ago by andimarek <[email protected]>
add public/internal annotations

github.com/graphql-java/graphql-java - 64cc32e88fa3d591b6b3f460e050a573e817f9d2 authored over 7 years ago by andimarek <[email protected]>
fix IDL example

github.com/graphql-java/graphql-java - 126873af40ab39dc4af7fa941445ec4818e11dc6 authored over 7 years ago by andimarek <[email protected]>
add test for SchemaValidator

github.com/graphql-java/graphql-java - 08882b0740477b0e4d13eb9ca99a1e5bbe2ee4bc authored over 7 years ago by andimarek <[email protected]>
#414 added schema validation in subscriptions

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

github.com/graphql-java/graphql-java - 5b892a67bae53e7e74f1f35d252c75d60182f981 authored over 7 years ago by andimarek <[email protected]>
remove javadoc link

github.com/graphql-java/graphql-java - c3fc1570a5801788ba1c03c8a02bfad04f5bd8de authored over 7 years ago by andimarek <[email protected]>
425 improve wrong type exceptions (#429)

better exceptions for incorrect types in IDL

github.com/graphql-java/graphql-java - 7e02a966b131e535387a9ffba36a9a19a2dd5faf authored over 7 years ago by daniel hallel <[email protected]>
phrase better exception messages

github.com/graphql-java/graphql-java - 41519ef43dd86269ab422f3e60d8434bbc2b3689 authored over 7 years ago by Daniel Jakobsen <[email protected]>
fix union IDL parsing and add tests for it

github.com/graphql-java/graphql-java - 5eae29a4ee9aee316930b14b3acd10d5d2a9232a authored over 7 years ago by andimarek <[email protected]>
rebase from master

github.com/graphql-java/graphql-java - d7dada8314889845ce0ab4b67687109895229088 authored over 7 years ago by Daniel Jakobsen <[email protected]>
better exceptions for incorrect types

github.com/graphql-java/graphql-java - 5f62bf0916fad2efba1927e0b88be6440c630dac authored over 7 years ago by Daniel Jakobsen <[email protected]>
fix union type generation (test missing)

github.com/graphql-java/graphql-java - 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

github.com/graphql-java/graphql-java - 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

github.com/graphql-java/graphql-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

github.com/graphql-java/graphql-java - 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

github.com/graphql-java/graphql-java - 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

github.com/graphql-java/graphql-java - 663c3de635a7efebb8d408f6bcf01192ec6fb8d8 authored over 7 years ago by Andreas Marek <[email protected]>
Merge pull request #1 from apottere/patch-1

Organize readme into logical sections

github.com/graphql-java/awesome-graphql-java - 89a6ac0a85b5540e5c438795f2191b5ad8fb2f0c 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

github.com/graphql-java/graphql-java - 7242973697777db9905171de9d58c0e36c0f0f35 authored over 7 years ago by Andreas Marek <[email protected]>
do not overwrite top level schema definition during type registry merge

github.com/graphql-java/graphql-java - 37ab74b6ddeda48b7afcf1b7ab60367b4d3f1ff7 authored over 7 years ago by Kasey Reed <[email protected]>
Fix misplaced item

github.com/graphql-java/awesome-graphql-java - 0417a5340b60edaf4cbdca69ce142cb935a17000 authored over 7 years ago by Andrew Potter <[email protected]>
Organize readme into logical sections

github.com/graphql-java/awesome-graphql-java - d8ae03dcbe9417769c657134b42c289df51ae9c3 authored over 7 years ago by Andrew Potter <[email protected]>
Merge remote-tracking branch 'upstream/master' into 410-validate-interfaces-are-implemented-in-idl

github.com/graphql-java/graphql-java - c788bfadc566bd2064307108e755bcae2ae05126 authored over 7 years ago by Brad Baker <[email protected]>
Test class that had an invalid schema in place

github.com/graphql-java/graphql-java - 5d88f556ce99c40afd57374ec90bdaf6983b73b2 authored over 7 years ago by Brad Baker <[email protected]>
object interface is now validated

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

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

github.com/graphql-java/graphql-java - dd4289757fe3dadfaa40204700383baa9423186a authored over 7 years ago by Brad Baker <[email protected]>
remove list of related projects in favour of the awesome list

github.com/graphql-java/graphql-java - 3ffe2fb5c0869e30227784f08f12c4fe14a3159a authored over 7 years ago by andimarek <[email protected]>
add contribution info

github.com/graphql-java/awesome-graphql-java - 293d38388a0c17676080c0bbe20283e430a61221 authored over 7 years ago by andimarek <[email protected]>
add @Documented

github.com/graphql-java/graphql-java - 7b4e2c412f262de97a7595fbedee2d477712e35c authored over 7 years ago by andimarek <[email protected]>
add public/internal/spi annotations

github.com/graphql-java/graphql-java - e700c9cb03162bc55c1726d96d2d2b258226fca8 authored over 7 years ago by andimarek <[email protected]>
Merge pull request #412 from bbakerman/409-validate-interfaces-are-implemented

#409 - Added interface checking on object types

github.com/graphql-java/graphql-java - 630a410bec0667543f979a83e2694f116649bcbf authored over 7 years ago by bbakerman <[email protected]>
#409 - renamed schema validator code to exactly that

github.com/graphql-java/graphql-java - 4229d49f72ade7ad222a181bc9fe0977652c55f1 authored over 7 years ago by Brad Baker <[email protected]>
#410 - Added interface checking on types at IDL level

github.com/graphql-java/graphql-java - bdb35681dc40b57363497e1949c82ba5bd6e88b9 authored over 7 years ago by Brad Baker <[email protected]>
#409 - Added interface checking on object types

github.com/graphql-java/graphql-java - 0d9bd876d49803387fd9439792dfd824931601e3 authored over 7 years ago by Brad Baker <[email protected]>
Merge pull request #408 from bbakerman/406-extend-type-support-in-idl

#406 added extend type XXX {} support

github.com/graphql-java/graphql-java - a62601f02ac6b06d9b7f76b1c8e5482cd55017d1 authored over 7 years ago by bbakerman <[email protected]>
#406 - PR clean code fix ups

github.com/graphql-java/graphql-java - 2afaad64c111c1df1005e750d1e22815fa3f5790 authored over 7 years ago by Brad Baker <[email protected]>
Merge remote-tracking branch 'upstream/master' into 406-extend-type-support-in-idl

# Conflicts:
# src/main/java/graphql/schema/idl/SchemaGenerator.java
# src/test/groovy/readme/RE...

github.com/graphql-java/graphql-java - 2c88f59425ffead0b56fd9604afd8e56ac8408c1 authored over 7 years ago by Brad Baker <[email protected]>
Made DataFetchingFieldSelectionSet a supplier since it really is

github.com/graphql-java/graphql-java - a75cdea6172c5096a49e34874a22592cb61f18eb authored over 7 years ago by Brad Baker <[email protected]>
Added a selection set interface instead as suggested. This means field collector doesnt NOT have to be API

github.com/graphql-java/graphql-java - 158762f815ab4ca687aa0ce1b9bc84d9cd5a3dfc authored over 7 years ago by Brad Baker <[email protected]>