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

Add surrogate pair validation

06d334f320314a10fa822471c6eb27e7b1ae766a authored over 3 years ago
Add more end of string edge cases

7f75c6c869fe7bd3410644347391518a38ed97cb authored over 3 years ago
Add tests

ecfffc4a4009774a4e9a6082822c9771a37266d9 authored over 3 years ago
Revert "Handle GraphQLError exceptions and unwrapping of CompletionExceptions"

This reverts commit 57b6d1ab

e6367faada5da8b098125bd3f055abd40697b21f authored over 3 years ago
Handle GraphQLError exceptions and unwrapping of CompletionExceptions

57b6d1abe5e3acab6a42d259c2ee7827a118930f authored over 3 years ago
More permissive fix for #1099. (#2431)

* Introduce ExecutionContext.getStrategy.

* Allow batching for mutations with AsyncExecutionS...

087dc842dd8500d48e03cce19034f5b8f1d6b6dc authored over 3 years ago
Merge pull request #2323 from kai-baumann/master

Updated antlr to version 4.9.2

02444b78f7eac5967b7a6568515d6af134914087 authored over 3 years ago
Merge pull request #2428 from graphql-java/experimental_annotation

@ExperimentalApi support

efe422426e22aa37dcb4595659fddcbfa3d77ae2 authored over 3 years ago
Merge pull request #2417 from gnawf/fwang/fix-nq-to-ast-compiler

Support mutations & subscriptions in NQ -> AST compiler

573087f7586e014bbbd8068943fbd12dd45bf598 authored over 3 years ago
Pass in operation kind instead of inferring

f4a89ee6dada251cd27656c733f6b1b99283eaf2 authored over 3 years ago
ExperimentalApi support

d1cecea5113935a974b512131fdf7c0155f67c36 authored over 3 years ago
Apollo Persisted Query check hash & In Mem cache use Execution Input Query (#2418)

* Persisted query id validity

- Added PersistedQueryIdInvalid error and interface for Persist...

5eb2c477027b552425d2e2def06816f1c8c18fca authored over 3 years ago
Adding GraphQlContext in preference to the legacy context (#2368)

* Adding GraphQlContext in preference to the legacy context

* made the GraphQLContext not be ...

97855c67f6dfb465172e3e701dd450272ae077fe authored over 3 years ago
has directive support plus examples (#2420)

38fee78e34293568b5da1ab839b1df6d5e1d670a authored over 3 years ago
Merge pull request #2424 from graphql-java/clean_up_doc_directory

cleaning up old doc directory

53fd88955db66aa24541aa96da483b7caa0da9e2 authored over 3 years ago
Update Gradle, Spock, and Groovy (#2416)

* Upgrade Gradle to 7.1

* Upgrade Spock and Groovy

* Remove groovy-json

e65342c808e01723b36faf8d92288f5a94986233 authored over 3 years ago
Strict boolean support for Strings in and out (#2419)

966882f85c39f438ff7699d39b7d320d222e7bc4 authored over 3 years ago
Fix for duplicate selected fields in the selection set (#2425)

* Fix for duplicate selected fields in the selection set

* test running properly and javadoc ...

d5cc61c8da5c1ce7bd2b1163d457f5167c99798a authored over 3 years ago
cleaning up old doc directory -

e409bd41a65d7dda2a0695d2369218aa22dd0420 authored over 3 years ago
Module name is now consistent and valid (#2423)

2d15b5f94e475264a5af19f95fa05a9f4f11126b authored over 3 years ago
Shows that certain issues are fixed (#2422)

86c0611af15206fc4e635468a39c4ecbe8142de7 authored over 3 years ago
Scalars can get descriptions from DSL (#2421)

011ea70065095ed85c296d81892b8eff1037cdf9 authored over 3 years ago
Support mutations & subscriptions

75f0474ddc7679b42bd6fc0eca0e3421768174ba authored over 3 years ago
Merge pull request #2409 from graphql-java/bugifx-and-rename-NQ

rename NQ into ExecutableNormalizedOperation

5396ab20f6aae315327c14a77ff2f66c8fd403c7 authored over 3 years ago
rename NQ into ExecutableNormalizedOperation and fix a bug when an argument was missing

56da11b2617a74d9fe6efd40731e59d9ed0f8c92 authored over 3 years ago
Fix typo

c719779320b03beb86fd03696bd647ed3ac0a79b authored over 3 years ago
Add maximum unicode value check

dc349a0b7f75061680a626d6ea29f69c5a3e6501 authored over 3 years ago
Add full Unicode to parser, the happy path

5b12cbeff757c7280177375814b92a4387db152f authored over 3 years ago
Fix Groovy Unicode parser issue

5594036820d34413d204631c336ba4c4e4b8b4f9 authored over 3 years ago
Add tests to support full Unicode parser

a0785c6ffadb847eef7f271c9a43ff9e4068e1b2 authored over 3 years ago
Remove references to bintray (#2402)

cd2bab76108740d8b51dd57d9cff60d7ecd7f0b2 authored over 3 years ago
Fix extend type parsing issue (#2393)

* Add test to replicate problem described in issue 2274

* Fix parser with current spec

* U...

f6460192969fdd87d3dcc12c3801e095ca58e90c authored over 3 years ago
Merge pull request #2376 from tinnou/schema-transformer-perf

Anonymizer default values fixes

344cb8a75f6f82562f7f634412cea477ba7fa7eb authored over 3 years ago
Do not capture Ignored characters by default (#2394)

* Ignored character support

* Javadoc - its important

* Javadoc - its important thats it w...

d5e4ea5e80d214cf6f45744deb167af24e5581b2 authored over 3 years ago
Adding support for making the exception handlers async (#2371)

* Adding support for making the exception handlers async

* Better function naming here

* M...

89f328c03bab48c7b23ff3f5545ba77b441fd173 authored over 3 years ago
better test name

93e07663627c9198401f0c7b60fe9c6d8f524c68 authored over 3 years ago
Merge pull request #2392 from gnawf/fwang/fix-absent-variables

Fix absent and null variable values

ead75387c34a4b4244e09df2d4ac0b4a8a24045a authored over 3 years ago
Omit variables if value was absent and use LinkedHashMap for null values

c0112eabd3f711058680ed59d8e8b2237bf51f15 authored over 3 years ago
Change the way throwing an exception using Optional (#2375)

f4b349526fa26daa8cbcef8049c3eea0e0043b48 authored over 3 years ago
Add failing test

50938222b7eb38d35f94e4911527c8e121684c6f authored over 3 years ago
Fix NPE on absent variable values

17b739641b5058f93c04a6dce33ea8a53634d628 authored over 3 years ago
Merge pull request #2386 from dondonz/support-non-git-download-issue-2350

Fix issue building zip and gzip downloads

2cea0afb4d010a92debcc70cf514b9c446cb32e5 authored over 3 years ago
Add git work tree check

6d51a0872bdd1099aebaf6ff7cf5e28f8ebac547 authored over 3 years ago
Cleans up JavaDoc warnings (#2379)

c5b814ca0a54bc0036338c4ffcf5d8d4c33bc7d9 authored over 3 years ago
Adjust warmup and fork for SchemaTransformerBenchmark

9d84219d373e18d389cd3532e1e0ed3e6e0deaa3 authored over 3 years ago
Fix directives in anonymizer

Directive names were being generated everytime instead of following the schema layout

ca1175e117651b859915d9da70c887dc91eec9b8 authored over 3 years ago
Perf benchmark for SchemaTransformer

0d186ed01cbc07ee1d6c17c7514d2806f8dc25a2 authored over 3 years ago
Anonymizer default values fixes

Adds support for the following:
- enum default values
- object default values
- list default val...

cbb91e1115a7bbcbd334a2e4a409471157d9e04c authored over 3 years ago
add persisted query support

8f7a80cdc7dbee5269f5880e94133a7ae6fd899b authored over 3 years ago
port over 150x150 resolver benchmark from sangria

9511913191bf97ad0df9d9ee0233c79fe5a12946 authored over 3 years ago
Remove deprecated public constructors (#2279)

public constructors on the main graphql objects have been deprecated in favour of builders since...

ba39be3b89d568ddd85997089b1c3dd423b4e52a authored over 3 years ago
Applied Directives now only show argument values IF there is a value set. This is a better reflection of the type intentions (#2367)

```
_DirectiveArgument {
name : String!
value : String!
}
```

1a1070872d67febfb3591aca5ac2ac1476d050f1 authored over 3 years ago
Support for a more powerful way to get argument and input field values (#2363)

* Support for a more powerful way to get argument and input field values

* PR feedback on mam...

3dff821c216dd857bcb0707cb34df811ae295e65 authored over 3 years ago
add NF test

9808fa38195da7e2c02ef6b792641f3389e53405 authored over 3 years ago
improve NF builder

ee8078a335e7d297b7287216bccdd288ef2ed63d authored over 3 years ago
Merge pull request #2360 from graphql-java/naming-nf

cleanup NF/NQ naming

f2c5f5f6c1a554d5bd3473ae142525072b51b049 authored over 3 years ago
cleanup NF/NQ naming

d9b7a5be5ae8206ccdc83adf91b03ff4d46243c9 authored over 3 years ago
Merge pull request #2338 from graphql-java/normalized-input

refactor the normalized input to contain literals and add AST Compiler

5060b63cf2a040a8d9a26d6ed94859003a31baf2 authored over 3 years ago
Merge pull request #2325 from graphql-java/literal-to-value-coercing

implement default value coercion and validation

3139ccbb8a2313704518f39150223bda550d0500 authored over 3 years ago
PR feedback

a72796d04ac7f112a2698997adb8192237a39ac1 authored over 3 years ago
PR feedback

2d4a94e8fa08688a461ad9f736b897c25456eab5 authored over 3 years ago
add NF to ast compiler

412574c8bb2e3b08947bdc02e1dea9dda8e611ca authored over 3 years ago
cleanup

40fd3105c5b6a49b8ba3565aeabe10a557f32bf5 authored over 3 years ago
cleanup

d178baadea89cb295f86260e6cc1518a8686564c authored over 3 years ago
make NF more mutable, because it is easier this way

a099b4c72de5209153dde9cececca32aaf2f91fe authored over 3 years ago
resolve merge conflicts

659ec8f5b5e57ed47aef8adccf991cceba6a264a authored over 3 years ago
Merge branch 'literal-to-value-coercing' into normalized-input

# Conflicts:
# src/main/java/graphql/normalized/FieldCollectorNormalizedQuery.java

d86e61803b345b8ed3114599e4352ad3525651d5 authored over 3 years ago
Merge branch 'master' into literal-to-value-coercing

1797510c198d5a62a9daa3e5f0aa1af6db967331 authored over 3 years ago
cleanup

8a80ab1a5e48571027e650ff8349c3f1231a68a1 authored over 3 years ago
resolve merge conflicts

b86fa43c76ea2f2bc684c05f22e60f21f40d6987 authored over 3 years ago
Merge branch 'literal-to-value-coercing' into normalized-input

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

867e64987ddcd39bf8e68646c5cb115f97daa09b authored over 3 years ago
fix tests

c0e83b7257424da57863d930c1a303b3adc7d7a0 authored over 3 years ago
refactor to use InputValueWithState instead of just Enum + Object

7b684e7f3a2cdd683434e5489b90ae3bef797083 authored over 3 years ago
applied directive values are validated

5d3d775abe29fbcb27030d29c20da66fc0b80fe6 authored over 3 years ago
validate programmatic applied directive values

c4a05f1a6005109f732129b00f83436230687a4d authored over 3 years ago
Merge pull request #2345 from graphql-java/nf-work

Rework NormalizedField to reference multiple objects

fdd8d1a7f5c899a9c04fc8371f18ea7032c2ebb1 authored over 3 years ago
PR feedback

cd8d105bb54be6f2ba2793846360eab15b850d77 authored over 3 years ago
PR feedback

753014e9b1125e0aadaf73b7273f2818d7a69556 authored over 3 years ago
PR feedback

149bcf312cff571e15e71071ad2deaddd83190a1 authored over 3 years ago
PR feedback

204125307a11c3230f2c60b40393f4ab31df72a8 authored over 3 years ago
PR feedback

9c3ecadb21bf3ccd8333135deae950f07eeff4d7 authored over 3 years ago
cleanup, refactoring

e1be14ae382c91fd790c0d09cd9bcc06a6e24272 authored over 3 years ago
cleanup, refactoring

0836ebe32407b273861018e6280b6907f8c340fc authored over 3 years ago
cleanup

d31a2f361e3cf1e488d7409df220b088a871e424 authored over 3 years ago
cleanup

84e93499c0153bf840e94be96a2e1a40efd2d136 authored over 3 years ago
all tests green

b67078e1fd9d65fa55d2cdf3ac08ff2d20ffcfbe authored over 3 years ago
refactored NF to reference a list of objects

6690312a21ff44517ee37364f67f6271bbf52c5a authored over 3 years ago
use guava collections, move code, fixed up NQF tests

a040715861db16a6e6fdd27ba9d79097876d5df3 authored over 3 years ago
add NQ benchmarks

83942204ba697cbed4d1252c10ff44e66b1e007c authored over 3 years ago
Merge pull request #2337 from temaEmelyan/fix-npe-in-query-traverser-when-default-variable-value-is-a-list

fix npe in query traverser when default variable value is a list

5ec03a8b05f961bcecd9aafb2ec8c97ebdc6ab4a authored over 3 years ago
visitVariableDefinition before aborting

478a25df00092522a7b9c532621b38ada05e08d7 authored over 3 years ago
javadoc

77512e1c9d40c3700b6d037f65b3a9e2eba09069 authored over 3 years ago
abort traversal on a VariableReference

b8c39e1d6aa28ecf8cb97f06960b92a84a5bff9d authored over 3 years ago
javadoc

549d79784083cd1b4a90c00c7890d1ea8cd8c242 authored over 3 years ago
javadoc

16dfa583a38d8a86d8408d266826e3fc0b19acd1 authored over 3 years ago
refactor the normalized input to contain literals

4e019793590e3fe02ddda36b1e7bf75f0442b3ae authored over 3 years ago
fix npe in query traverser when default variable value is a list

ac61bfaea43a9a99aeb832d777a47678304c699f authored over 3 years ago
cleanup

86b2e23b8372d4892a454ed6ebfddb88655778b8 authored over 3 years ago
add validation of default values

54025edc9769472cce1efab24d625622278c958b authored over 3 years ago
validation work

30f9c3e439054f7b2dadc89925a683d989f3fbd8 authored over 3 years ago