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 #5 from ntkoopman/master

Fix typo in method name

github.com/graphql-java/graphql-java - a8ca9e0954273bf7194e5b4c279a6cd0bb46a323 authored over 9 years ago by Andreas Marek <[email protected]>
Fix typo in method name

github.com/graphql-java/graphql-java - a7def19e566f0bcd45ee5f3a5d960500402a96a5 authored over 9 years ago by Tim Koopman <[email protected]>
cleanup: removed dead code

github.com/graphql-java/graphql-java - 46ec7b551eb2d42ec473815eda890912bc600a84 authored over 9 years ago by andimarek <[email protected]>
removed deprecated nonNull annotation

github.com/graphql-java/graphql-java - 7d4450ed35865b9405bdc26d400d7e75e520a22b authored over 9 years ago by andimarek <[email protected]>
doc: mavenCentral() is also needed for the development build

github.com/graphql-java/graphql-java - 265c9e143ceb88ec1a4e1db477a0a4a5b365b36b authored over 9 years ago by andimarek <[email protected]>
update to antlr runtime 4.5.1

github.com/graphql-java/graphql-java - 5a10dfaa4acf5db0d4ae2dc6bfa3eceb83d9318e authored over 9 years ago by andimarek <[email protected]>
replace antlr default error listener (which prints to console) with error listener which uses our logger

github.com/graphql-java/graphql-java - d817b1bf949adf7c93944bad91b61bfa6737563f authored over 9 years ago by andimarek <[email protected]>
working on badges

github.com/graphql-java/graphql-java - bc24b6235c4d368c9650cd6c08eaab5e3c59082e authored over 9 years ago by andimarek <[email protected]>
add maven central badge

github.com/graphql-java/graphql-java - 5142c1942b6b943e7c9911b8630a0fed98a05a49 authored over 9 years ago by andimarek <[email protected]>
removed not needed email info in pom.xml

github.com/graphql-java/graphql-java - 3aa5514561f1de4a9cfcbbcad06c52a25238b8b3 authored over 9 years ago by andimarek <[email protected]>
renamed private variable result into data

github.com/graphql-java/graphql-java - 2a85f7683624b2a776263b2612360f5d353330dc authored over 9 years ago by andimarek <[email protected]>
add log for executing query

github.com/graphql-java/graphql-java - 45116ae7851e88641077136fca2ecfd36e4eff51 authored over 9 years ago by andimarek <[email protected]>
missing semicolon

github.com/graphql-java/graphql-java - f11a3ce5481e3d3a780d1676f3f8a77397606649 authored over 9 years ago by andimarek <[email protected]>
section about lists and nonNull

github.com/graphql-java/graphql-java - 05149490bd4c1ad2bb6280fe93b5e75f781e58d6 authored over 9 years ago by andimarek <[email protected]>
update doc, because 1.2 is now available in maven central

github.com/graphql-java/graphql-java - 65da1805f6668effeed00d3ec5429540cfefd492 authored over 9 years ago by andimarek <[email protected]>
groupId for 1.2 is now com.graphql-java

github.com/graphql-java/graphql-java - 1202f3c97f62463b69f5eebd959b6f82ee71b317 authored over 9 years ago by andimarek <[email protected]>
update hello word example for v1.2

github.com/graphql-java/graphql-java - 8a4641778c872f38cdf8bb7fa2609a2a8a3f2585 authored over 9 years ago by andimarek <[email protected]>
update readme for 1.2

github.com/graphql-java/graphql-java - 280edb9d2880986cad93fba79efa195906d99b66 authored over 9 years ago by andimarek <[email protected]>
add source location and message to all validation errors

github.com/graphql-java/graphql-java - 97f638d0826fe471721012e1508af4f78d6dcb31 authored over 9 years ago by andimarek <[email protected]>
Ast nodes shouldn't override equals/hashCode

Node are are only equal by reference. To compare Nodes use AstComparator

github.com/graphql-java/graphql-java - b3122b49bac09d2bc8759a1320471c59e891594b authored over 9 years ago by andimarek <[email protected]>
add section about Recursive Type References

github.com/graphql-java/graphql-java - 0e3c7c9f6fc82021f3cdc468e07a423882e52a29 authored over 9 years ago by andimarek <[email protected]>
add info about latest dev build

github.com/graphql-java/graphql-java - 55ecd91cd100900e9eac9845dec09e015e989d27 authored over 9 years ago by andimarek <[email protected]>
automatic publish on bintray

github.com/graphql-java/graphql-java - 9a0cb716c391c13909168c3db9c9d103adfb6a05 authored over 9 years ago by andimarek <[email protected]>
automatic bintray upload via travis

github.com/graphql-java/graphql-java - 05b3762c3a23e80fec2def00f9cc4c23e2832890 authored over 9 years ago by andimarek <[email protected]>
add folders to ignore

github.com/graphql-java/graphql-java - fc931ee5fd8c9c65a4fb8e0bb744fb7f81ed9d40 authored over 9 years ago by andimarek <[email protected]>
possible fragment spreads validation ...done

github.com/graphql-java/graphql-java - 6fe8a34253c2fc9aa4b13dd9f564e7a9c55ab16e authored over 9 years ago by andimarek <[email protected]>
possible fragment spreads validation (wip)

github.com/graphql-java/graphql-java - 3ac34ab6f5f956db57488898b20ec31683db0e65 authored over 9 years ago by andimarek <[email protected]>
refactoring: schema itself knows all types instead of recalculate every time via SchemaUtil

github.com/graphql-java/graphql-java - aa38b06bf137503a63b585cecd0e74f8f16adf5a authored over 9 years ago by andimarek <[email protected]>
possible fragment spreads validation (wip)

github.com/graphql-java/graphql-java - 7b436226c6d66719aee1c2689e154d0ddee9b301 authored over 9 years ago by andimarek <[email protected]>
star wars validation tests

github.com/graphql-java/graphql-java - e977534d7a8cd784ea8429a44a85800a7aa4040f authored over 9 years ago by andimarek <[email protected]>
Possible fragment spreads validation

github.com/graphql-java/graphql-java - 01dccac01204188bba6bed68aded7fec0b3c1291 authored over 9 years ago by andimarek <[email protected]>
Possible fragment spreads (wip)

github.com/graphql-java/graphql-java - cfb4f7426ca66817cb95a9f7c5d6c151f8b829cf authored over 9 years ago by andimarek <[email protected]>
finish OverlappingFieldsCanBeMerged validation

github.com/graphql-java/graphql-java - 022fbd38fd95b74fd5110635b458b18f03d11b60 authored over 9 years ago by andimarek <[email protected]>
field validation: deep errors

github.com/graphql-java/graphql-java - 1eff80d2e918bdbdb2520668147925e5bfe44758 authored over 9 years ago by andimarek <[email protected]>
field validation: deep errors

github.com/graphql-java/graphql-java - 945a53ab0c01863308b799045f8eb3f701604181 authored over 9 years ago by andimarek <[email protected]>
field validation: unique errors

github.com/graphql-java/graphql-java - ef8f0f0ddc0ac4c4831bb71e474225cc88a933b6 authored over 9 years ago by andimarek <[email protected]>
field validation (wip)

github.com/graphql-java/graphql-java - f7d9f5cdcf003d1fb5e57e1d2a8bf46ddd8642b7 authored over 9 years ago by andimarek <[email protected]>
field validation

github.com/graphql-java/graphql-java - 690358baa37c5cb60a96a7cfba99cd7fe29159ce authored over 9 years ago by andimarek <[email protected]>
field validation

github.com/graphql-java/graphql-java - 0356653e8ba29c3e95b014c037ae8aa6d16579f9 authored over 9 years ago by andimarek <[email protected]>
change executionResult to conform to graphql spec

github.com/graphql-java/graphql-java - 237399b9c86f9ab1329ac8f9e8a8cd98cddb9b06 authored over 9 years ago by andimarek <[email protected]>
changed errors conform to specification

github.com/graphql-java/graphql-java - a81d63c06b8269c9139e8c94e6cbd7561764a4bc authored over 9 years ago by andimarek <[email protected]>
field validation (wip)

github.com/graphql-java/graphql-java - 82e37dcbad203ed442bf1ec992c8408b6e79fd62 authored over 9 years ago by andimarek <[email protected]>
No fragment Cycles Validation

github.com/graphql-java/graphql-java - b969ede94861879ea3ff2055f28f2435db260b0b authored over 9 years ago by andimarek <[email protected]>
set visitSpreadFragments to true

github.com/graphql-java/graphql-java - 956ddd8270764d2f2e2f0b8aabc04667e182629a authored over 9 years ago by andimarek <[email protected]>
No unused variables validation

github.com/graphql-java/graphql-java - 880eb091449d6a079a6dbfdfce00740b5de32878 authored over 9 years ago by andimarek <[email protected]>
setVisitFragmentSpreads flag for rules

github.com/graphql-java/graphql-java - 6566a5af45253a9117a122028308b8a649d6a3c0 authored over 9 years ago by andimarek <[email protected]>
NoUndefinedVariables validation

github.com/graphql-java/graphql-java - 4b0f54323a7a3bbd8f7529ff3854bf98dc58f397 authored over 9 years ago by andimarek <[email protected]>
known directive test

github.com/graphql-java/graphql-java - 4c0c3e3dffacdfeae87aba796562a391b7ce0bc3 authored over 9 years ago by andimarek <[email protected]>
add list of ancestors

github.com/graphql-java/graphql-java - a2a49f27ffb3397ba86054ac73988592083ffc51 authored over 9 years ago by andimarek <[email protected]>
add source location to invalid syntax errors

github.com/graphql-java/graphql-java - f0464d256ceda2e57a4d6286565cdee1603d2953 authored over 9 years ago by andimarek <[email protected]>
improving errors

github.com/graphql-java/graphql-java - d194776d537905f1883cd674dc52e5689d94c867 authored over 9 years ago by andimarek <[email protected]>
introspection test

github.com/graphql-java/graphql-java - e2ffea6b24fbc6fac9bfb3a9c38389bd453b82e9 authored over 9 years ago by andimarek <[email protected]>
introspection test

github.com/graphql-java/graphql-java - 710f816bf8d75f49291b287ca940eac2e9bbedd6 authored over 9 years ago by andimarek <[email protected]>
ofType property of __Type was missing, introspection test

github.com/graphql-java/graphql-java - 81987e5ec5e38a23476618799d8ceeba82c8c008 authored over 9 years ago by andimarek <[email protected]>
introspection test and wrapper types don't have a name

github.com/graphql-java/graphql-java - f4c84fb145cd1762ca608ac36e009f3f4091359b authored over 9 years ago by andimarek <[email protected]>
set parser prediction mode to SLL

github.com/graphql-java/graphql-java - bc9971820c2aa1aece39b92117dae9838374e365 authored over 9 years ago by andimarek <[email protected]>
star wars introspection test

github.com/graphql-java/graphql-java - 30a1ad3602da91b21fc4a69ccc8c54edd780b3c3 authored over 9 years ago by andimarek <[email protected]>
star wars introspection test

github.com/graphql-java/graphql-java - 614c377bbe0d2d07517dc9e4ff4cf3958134d95c authored over 9 years ago by andimarek <[email protected]>
bugfix getAllTypes and star wars introspection test

github.com/graphql-java/graphql-java - 87ea6842cf78bcc9da4ea544c9cdff33b65aa532 authored over 9 years ago by andimarek <[email protected]>
add method for list of fields

github.com/graphql-java/graphql-java - c5e95f42a94f6a3ff3247e995a9e0e2aa2c04e9b authored over 9 years ago by andimarek <[email protected]>
changed group-id to com.graphql-java

github.com/graphql-java/graphql-java - b12fdc3ae8429b69b1a35f2d376d95bc5267b73d authored over 9 years ago by andimarek <[email protected]>
bugfix introspection: wrong name for InputType

github.com/graphql-java/graphql-java - 687c98773c42904d01f58af7e035da557c07fbcd authored over 9 years ago by andimarek <[email protected]>
fixed duplicate artifact

github.com/graphql-java/graphql-java - e69e1417b12cd5f586cc963c937ad656d8902ac5 authored over 9 years ago by andimarek <[email protected]>
fix license anchor

github.com/graphql-java/graphql-java - 2df90e8539a596c4109645a5e3cb6b0a84f4e0f4 authored over 9 years ago by andimarek <[email protected]>
bugfix mutation execution, exception while data fetching are reported

github.com/graphql-java/graphql-java - 66d26404e824f98301ab3b0e8f22f4949d985732 authored over 9 years ago by andimarek <[email protected]>
fixed hello world example

github.com/graphql-java/graphql-java - 7edd9056c66cd74510cc8c7a7637ee938de6a059 authored over 9 years ago by andimarek <[email protected]>
helloWorld test

github.com/graphql-java/graphql-java - c63ae029f0626205034f28d84581dd861d6eaca8 authored over 9 years ago by andimarek <[email protected]>
add input object type example

github.com/graphql-java/graphql-java - 6ff7468e5b216ff82c478bc4a61e93cb7a7cf19e authored over 9 years ago by andimarek <[email protected]>
breaking changes: ExecutionResult is now an interface and contains generic GraphQLError's

github.com/graphql-java/graphql-java - 44b3e797d417f5935ddb627886af4b618f126407 authored over 9 years ago by andimarek <[email protected]>
save source location for evert ast node

github.com/graphql-java/graphql-java - 1939a418ff6ba9ca1f5cf197e5882abae9677abf authored over 9 years ago by andimarek <[email protected]>
add maven pom infos

github.com/graphql-java/graphql-java - b593aab0df26f828e3e1bc54bd2593d0aeff2662 authored over 9 years ago by andimarek <[email protected]>
add slf4j logging

github.com/graphql-java/graphql-java - f161e85221e83f6c0b380ece09afe4b7797d7ef2 authored over 9 years ago by andimarek <[email protected]>
readme formatting

github.com/graphql-java/graphql-java - d558b146ee0e1fa7b1e526c47829c6369be51f38 authored over 9 years ago by andimarek <[email protected]>
readme formatting

github.com/graphql-java/graphql-java - 348814912d59be4a243eb1d83090a5b96209cc15 authored over 9 years ago by andimarek <[email protected]>
add travis build status

github.com/graphql-java/graphql-java - 8529aec0922020d59af5408cd75ae7fd859e530f authored over 9 years ago by andimarek <[email protected]>
add travis config

github.com/graphql-java/graphql-java - f96d7efb359c0ce54fda3bf7a063a02ad2d819bf authored over 9 years ago by andimarek <[email protected]>
catching exceptions from data fetcher

github.com/graphql-java/graphql-java - 26684cca08fa216f56e2924f1025537b5b9af2cc authored over 9 years ago by andimarek <[email protected]>
variable type match validation

github.com/graphql-java/graphql-java - 3fb24c6fc8a160bba69bec3a9c314cc2505a6f8e authored over 9 years ago by andimarek <[email protected]>
remove dead code

github.com/graphql-java/graphql-java - 9d5fef97638565f0cd0b3cc75dc9a56f955439c8 authored over 9 years ago by andimarek <[email protected]>
ProvidedNonNullArguments validation

github.com/graphql-java/graphql-java - 5f41faa6ce1cd7265228bb1ccf74251c5fa3083f authored over 9 years ago by andimarek <[email protected]>
changed license from bsd-3 to MIT

github.com/graphql-java/graphql-java - 3e5ee14d8f2b3f6e4a9d0701e008ce2b8ab7980d authored over 9 years ago by andimarek <[email protected]>
changed license from bsd-3 to MIT

github.com/graphql-java/graphql-java - 56c48eb2574a3fc219229599da3034e67e3ef034 authored over 9 years ago by andimarek <[email protected]>
readme formatting

github.com/graphql-java/graphql-java - 6b7c1ede3eab11fe7a58ec1c8bf6da49ab9762d0 authored over 9 years ago by andimarek <[email protected]>
add link to graphql license

github.com/graphql-java/graphql-java - 0a0fe4cdeba3cc2ee052738eab262e6d17130449 authored over 9 years ago by andimarek <[email protected]>
add "non unused fragment" validation

github.com/graphql-java/graphql-java - e0486319fa4e7531478853c435c347c34c1619cc authored over 9 years ago by andimarek <[email protected]>
validation: calling the rule functions on Enter/Leave

github.com/graphql-java/graphql-java - e589ae336a8118763546fdee7721040f27a48466 authored over 9 years ago by andimarek <[email protected]>