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

Avoids allocating a copy of the field names set inside the ES (#2981)

066c751e01120a9b29531a698769e72fb99bcb67 authored over 2 years ago by Brad Baker <[email protected]>
Avoid allocating a type resolve env if the type is already an object type (#2980)

* Avoid allocating a type resolve env if the type is already an object type

* Avoid allocatin...

5643c463f88ce0e92bf40c0aa903e16650b29052 authored over 2 years ago by Brad Baker <[email protected]>
save all edit operations

3704492c3cdc7dabbbc1906b74e2823ac1a17685 authored over 2 years ago by Andreas Marek <[email protected]>
refactoring

389eeb99c927072ca04a990847c3dc813c678632 authored over 2 years ago by Andreas Marek <[email protected]>
refactoring

fa4624bc3c7f14ad292153e41ba2f33e96267e4e authored over 2 years ago by Andreas Marek <[email protected]>
cleanup

e7152973492a435a7fa18b5656c2046652107435 authored over 2 years ago by Andreas Marek <[email protected]>
Merge pull request #2974 from graphql-java/deprecation-drive-programmatic-schema

Deprecation cleanout - programmatic schemas

b74c564890a86b4fd7eb6364cd86d009724beb8f authored over 2 years ago by dondonz <[email protected]>
cleanup

785ff9ed9ffa69858df27b6c56779b65803ffc2f authored over 2 years ago by Andreas Marek <[email protected]>
sort source element

e3ea10f62732113d850cab77c9ef2cf93f348dbc authored over 2 years ago by Andreas Marek <[email protected]>
consider impossible mappings

9d9afd8c89e6eb1589c61ed814ddff5c2db834f5 authored over 2 years ago by Andreas Marek <[email protected]>
test green

73be22a59178145305407f86eb2ad224c4bc57bc authored over 2 years ago by Andreas Marek <[email protected]>
Update GraphQL Instrospection Spec Link (#2977)

27264320c07a39eb00fcd6f4addac339e82641e5 authored over 2 years ago by Davé <[email protected]>
Update deprecated methods in SpecValidationSchema

8fbdcf27ca51ebcf4abaa74b3686712473bbbb0f authored over 2 years ago by dondonz <[email protected]>
Update deprecated typeresolvers in Garfield schema

b7d22961157a6d59e1fb5cf03a733c28e2175096 authored over 2 years ago by dondonz <[email protected]>
Replace deprecated builders

8efeedef85193e11ad9c6eaab15ece5ecc9524c5 authored over 2 years ago by dondonz <[email protected]>
cleanup

c91e79b66db31db2fc6c989675ea88d8e0c7a1d9 authored over 2 years ago by Andreas Marek <[email protected]>
cleanup

a06a5bcf41219f6023cda2abf6b6c1327b41a3b0 authored over 2 years ago by Andreas Marek <[email protected]>
cleanup

374d962ce0efc450fa36ccc0e26773e9d93ff6b6 authored over 2 years ago by Andreas Marek <[email protected]>
cleanup

6278fa9c129b70c83539ab0c629579ad82df35f4 authored over 2 years ago by Andreas Marek <[email protected]>
Fix typeResolver in StarWars and TypeReference schemas and fix tests

575946bfbc403ad2e90ad1a8f783a676ee2a45c8 authored over 2 years ago by dondonz <[email protected]>
Fix up Java deprecations in tests

4854ab5bf20dfafe8903e10b4931bd15ad53452b authored over 2 years ago by dondonz <[email protected]>
Merge pull request #2954 from graphql-java/deprecation-drive-5

Test cleanup: typeResolver builder on unions and interfaces, applied directive tests, and more

113db6b09097f64383bfc9a9d5c745b011774e81 authored over 2 years ago by dondonz <[email protected]>
Added new builder to ExecutionResult (#2939)

* Added new builder to ExecutionResult.java

* Removed usages of the impl

d0d06b7f91b2684f3054b2f4a97ee11fbda28bda authored over 2 years ago by Brad Baker <[email protected]>
Fix more applied directive deprecations, instrumentation deprecations

cf0abe987305bdb9e2d63b21cc2b991fd6a049c3 authored over 2 years ago by dondonz <[email protected]>
Update directive tests

f5f6b48b1f3f67c564d58f8f3b1c0aa6dd0dd539 authored over 2 years ago by dondonz <[email protected]>
Move deprecated argument test

0a2f2952cdc1c2ac7c7202b51ca6a35692fcfe3b authored over 2 years ago by dondonz <[email protected]>
Update tests to use correct directive methods

bf628cad9ba7c924a97ea1c9b9c8e04a4a426feb authored over 2 years ago by dondonz <[email protected]>
Update directive tests to use applied directives

54f7f13e9d579e9af613b1448939f6428dd433ff authored over 2 years ago by dondonz <[email protected]>
Replace staticValue with datafetcher

a40eab566be7fda7773dd765f5060aeea1ca208f authored over 2 years ago by dondonz <[email protected]>
Use DataLoaderFactory builder instead

75f78dc8ec9a79bf4d1f4127e042bca3fe30375a authored over 2 years ago by dondonz <[email protected]>
Update tests to remove deprecated typeResolver builder for unions and interfaces

6af2ecd6f0928a0cc2dfa5299ad4e08583d4681e authored over 2 years ago by dondonz <[email protected]>
Fix bug where parsing a sdl with @skip definition would result in 2 directive definitions on the GraphQLSchema (#2940)

be2de8807b83efd9526a2a811ad2bb360cf94882 authored over 2 years ago by Antoine Boyer <[email protected]>
Merge pull request #2942 from graphql-java/deprecation-drive-3

Deprecation test cleanup: GraphQLFieldDefinition datafetcher builder

4de3f3b88e6db213de9cf9582c970a3242be1229 authored over 2 years ago by dondonz <[email protected]>
Moved package json to workflows folder and removed unused dependencies

03776d73d3448f5464daab0a848fb78cce641c1a authored over 2 years ago by Diego Manzanarez <[email protected]>
Fix GraphQLTest deprecated field definition datafetcher usage

214aa2ce308adeac6318865e2a3798e908b12b72 authored over 2 years ago by dondonz <[email protected]>
Fixing more deprecated field definition data fetcher builders

dc41d6ae9a26470bf1a6a104d94f6dfa365577b0 authored over 2 years ago by dondonz <[email protected]>
Fix field definition data fetcher tests

a32eb24b69d3a3e02b28972c55ed631dd7919de2 authored over 2 years ago by dondonz <[email protected]>
Cleaning up tests with deprecated usage: Part 2 (#2941)

* Fix first wave of applied argument tests

* Fix up deprecated coercing tests

* Fix applie...

96f5bf7932cd42408f8940b3b0309c5cd782af23 authored over 2 years ago by dondonz <[email protected]>
Add German translations for parsing and scalar messages

453255fa13b50d7896fef78fe7a1274b6053865c authored over 2 years ago by dondonz <[email protected]>
Make English messages consistent, no full stop at end of message

c01fc2795a4d29840db2f2206386c66d3331ac42 authored over 2 years ago by dondonz <[email protected]>
Merge branch 'master' into auf-deutsch

74e44401ea0178439199c60e358db8aaac86454c authored over 2 years ago by dondonz <[email protected]>
Make parseValue nullable and update Coercing javadoc (#2938)

* Make parseValue nullable and update doco

* Add DeprecatedAt

93d7f5df0db26f4e55506a97d69c7ce537e8638e authored over 2 years ago by dondonz <[email protected]>
Merge pull request #2931 from graphql-java/remove_deprecated_instrumentation_methods_usages

Change Instrumentation production implementations to use non deprecated methods

68a8698ade0d947c51093109dc4412fec50f6920 authored over 2 years ago by Andreas Marek <[email protected]>
Merge pull request #2935 from graphql-java/diff-counts-are-the-same

Diff counts are the same

7d20b2549603bbf108deb64bc01c05357bceb029 authored over 2 years ago by Andreas Marek <[email protected]>
Merge pull request #2936 from graphql-java/fix-nan-check

Remove redundant NaN check, already handled in GraphqlFloatCoercing

0576774efdddbc7a21c525ec7f3dfe1c161add66 authored over 2 years ago by Andreas Marek <[email protected]>
Tidy up todos

b4b51749227b2e118450cfcfc365218c7ebafe8f authored over 2 years ago by dondonz <[email protected]>
Remove redundant NaN check, already handled in GraphqlFloatCoercing

f9b878b60170e948f52f280d3e60a0818ca26a50 authored over 2 years ago by dondonz <[email protected]>
Diff counts are the same

See https://github.com/graphql-java/graphql-java/issues/2877

cb57c0e5fdf164a7ad20832662f0a45c3e5f2c40 authored over 2 years ago by Brad Baker <[email protected]>
Merge pull request #2934 from graphql-java/Renamed_scalar_still_present_in_the_schema_if_used_as_directive_argument

Reproduction of renaming scalars and applied directives bug

2ec521a669609d3a28b3827b1d141af7e5a7ab98 authored over 2 years ago by Andreas Marek <[email protected]>
fix missing GraphQLAppliedDirectiveArgument: type child was not considered

431affc8aae4e3d105feda2e98fb99cd8fe5c8da authored over 2 years ago by Andreas Marek <[email protected]>
Reproduction of https://github.com/graphql-java/graphql-java/issues/2933

Better toString on Breadcrumbs

d9c13996b05a184f53f62d68fb5b1cd343c5dc1b authored over 2 years ago by Brad Baker <[email protected]>
Reproduction of https://github.com/graphql-java/graphql-java/issues/2933

It seems to only be on applied directives

0cf5ed94fec03586a7b2f1eafcd54b53bc902086 authored over 2 years ago by Brad Baker <[email protected]>
Reproduction of https://github.com/graphql-java/graphql-java/issues/2933

Old directive mechanism works as does field arguments

6509a388c36bb5d4b049b836cf290002af2f7b35 authored over 2 years ago by Brad Baker <[email protected]>
Reproduction of https://github.com/graphql-java/graphql-java/issues/2933

Old directive mechanism works

63b36b3f10747e9d32dcd12f98fbe147f955d97e authored over 2 years ago by Brad Baker <[email protected]>
Reproduction of https://github.com/graphql-java/graphql-java/issues/2933

309e66e9d875ea63b8521d553c50075d039a295b authored over 2 years ago by Brad Baker <[email protected]>
Merge pull request #2930 from graphql-java/tests-deprecation-cleanout

Removing deprecated methods from tests - part 1

622ed4d31823f22027041ee9f8154ca3506f9cec authored over 2 years ago by dondonz <[email protected]>
Remove test after method removed

a79d6f744a67faa960ed72ca8e4329f32a430eb3 authored over 2 years ago by dondonz <[email protected]>
Merge branch 'master' into tests-deprecation-cleanout

# Conflicts:
# src/test/groovy/graphql/MutationTest.groovy
# src/test/groovy/graphql/StarWarsQue...

a12abba390b2d8f4de487866a75a75c9b47c83f2 authored over 2 years ago by dondonz <[email protected]>
Removes the deprecated execute methods from GraphQL (#2932)

f5b123fb35952ebdb9375ce1d0624f3b49e91a6c authored over 2 years ago by Brad Baker <[email protected]>
Fix test after update from master

b1239701dc6ade48b4034d28829f8b3e5a2baa11 authored over 2 years ago by dondonz <[email protected]>
Merge branch 'master' into tests-deprecation-cleanout

af6dfd0d019aea4388d7f9b87ce2dbf7598ace92 authored over 2 years ago by dondonz <[email protected]>
Deprecate the context builder in ExecutionContextBuilder

8c28102e318a7d3c2e9774c6b0df8b94f36803e2 authored over 2 years ago by dondonz <[email protected]>
Move DataFetchingEnvironment test to home file

7e6bdd3b7bd47df71614bbac232367f15aec6e2c authored over 2 years ago by dondonz <[email protected]>
Adding Locale to Coercing and hence ValueResolver (#2912)

* A propose shape change on Coercing

* deprecation

* Added parser new signature

* Chang...

e7409ac5263d451417f5651ad5b1dd891440ca29 authored over 2 years ago by Brad Baker <[email protected]>
Change Instrumentation production implementations to use non deprecated methods. Cleaned up SimpleInstrumentation

dbc9896b1bebd2caf9df00599c1ed4fed3a8949b authored over 2 years ago by Brad Baker <[email protected]>
Move InputObject test to a better home

06543ba09d453187b36a42b1b1e3f71f9eef4558 authored over 2 years ago by dondonz <[email protected]>
Fix up home location of GraphQL.execute tests

817a3b72cbe0acb1a3b2af5b867bfb658482c17a authored over 2 years ago by dondonz <[email protected]>
Clean up CacheControl tests

04230fb013ddc4aa19d45eca212f7afd6035033f authored over 2 years ago by dondonz <[email protected]>
Fix up DataLoader test

9329d2f903abad29d3958bdb407ae07a946d1b88 authored over 2 years ago by dondonz <[email protected]>
Merge branch 'master' into tests-deprecation-cleanout

dea19e862f69a81e64152e2f42398e578101d2e0 authored over 2 years ago by dondonz <[email protected]>
Fix field visibility bug with enum with enum args (#2926)

Fixes a bug that happened when the field visibility transformation
was applied to a schema that...

4652d3db016885d6ce690946c7c5ae3ba912ac1c authored over 2 years ago by Felipe Reis <[email protected]>
Merge pull request #2929 from graphql-java/deprecation-time

Add deprecation date to all deprecated methods and fields

d77ec6425846da00f83a8b9de02b9171313fe697 authored over 2 years ago by dondonz <[email protected]>
Change Instrumentation production implementations to use non deprecated methods.

5fa0962949d120bfb13241b8e73539bbe15314c8 authored over 2 years ago by Brad Baker <[email protected]>
Fix tests to remove deprecated methods for schema visibility, environment context, execute

53b9d58aa7d74258a43114d4b9eccef2b8f1a48b authored over 2 years ago by dondonz <[email protected]>
Fix field visibility

6bde5e2ae5b5e109af5be87acba8a276dbfc9974 authored over 2 years ago by dondonz <[email protected]>
Fix InputObject tests

ea6abca089d4ea7e683a85a432745f4e0ad2305c authored over 2 years ago by dondonz <[email protected]>
Fix up ExecutionInput tests

102bdb72914cff984955295b1c5c8d018a98aad0 authored over 2 years ago by dondonz <[email protected]>
Fix ExecutionContextBuilder tests

9a2418e0c3dcbc1842d6271b00821f6bd8d5f8e9 authored over 2 years ago by dondonz <[email protected]>
Fix DataFetchingEnvironment context tests

51a4524c1452d22dac0b6012b93451d4f9e5bf29 authored over 2 years ago by dondonz <[email protected]>
Even more dates

e146d35b9d590d5193ce605fe2ba3d1d1e40c741 authored over 2 years ago by dondonz <[email protected]>
More dates

fdaeff57134169b054b9f23fcc42690ce943df80 authored over 2 years ago by dondonz <[email protected]>
Add more deprecation dates

03560080c678b87555e2460c012c38ac64ab3d59 authored over 2 years ago by dondonz <[email protected]>
Add deprecated at dates

47b64a18afc4786a951230764b75d6ea7cc44468 authored over 2 years ago by dondonz <[email protected]>
Add @DeprecatedAt annotation

f1cf7193f5ffba7fce57ff41bcd2c8be6b161720 authored over 2 years ago by dondonz <[email protected]>
We can rename scalar types (#2928)

f3fde0e46391112293c282b2343480a0970b7394 authored over 2 years ago by Brad Baker <[email protected]>
Merge pull request #2927 from graphql-java/deprecation-doco-fix

Fix up field visibility doco example

cb57fa577ce1b83de2adf65590a04ac7c7a058f1 authored over 2 years ago by dondonz <[email protected]>
Fix up doco

0c9a19e505943954feb9749e027fcfb023cba337 authored over 2 years ago by dondonz <[email protected]>
Merge pull request #2923 from graphql-java/deprecation-drive-part-1

Remove @fetch and nextgen engine

44dcf62795b59d4de2d31354299784a4982d22d5 authored over 2 years ago by dondonz <[email protected]>
Merge pull request #2924 from graphql-java/fix-snapshot-badge

Fix snapshot badge

7a56f709903692c55ece060ae93ff0256ff1d1d9 authored over 2 years ago by dondonz <[email protected]>
Fix snapshot badge

1de20aea3304ed3ff8b276ce1a86d9fe81b67ad0 authored over 2 years ago by dondonz <[email protected]>
Remove reference to nextgen Common util

05f4105fe5c4e652d5f1d3c973032acc267a1267 authored over 2 years ago by dondonz <[email protected]>
Delete nextgen engine and instrumentation

202d443f49bcaa0bfad6278fc62563d15fe94dd1 authored over 2 years ago by dondonz <[email protected]>
Merge branch 'master' into deprecation-drive-part-1

a2e70af4c78d78ba87b371fec8470dcf3157842a authored over 2 years ago by dondonz <[email protected]>
Merge pull request #2894 from felipe-gdr/pretty-printer

Implement pretty printer

aeae3dc30308f904a92bc38fb4c278ca9a920c07 authored over 2 years ago by Andreas Marek <[email protected]>
restrict access more and declare it experimental

6ab2c9db40f5b339dcfa65b1fe35303ae9fab6c0 authored over 2 years ago by Andreas Marek <[email protected]>
Fix printing directives when they contain something like a formatting specifier (#2919) (#2920)

086aa1b9dc660ab6663abc748219eb1811b981fb authored over 2 years ago by Jan Martiska <[email protected]>
docs: update latest release badge to 19 (#2918)

36c76c5c7514b8fff9c42ae04cde979521c48af1 authored over 2 years ago by Adam Setch <[email protected]>
Better words

3d8c552deadff45242f79ab9b48e13804d7b96bd authored over 2 years ago by dondonz <[email protected]>
Fix word

7abed8c585802e82ab162052f63389be4bdef0f2 authored over 2 years ago by dondonz <[email protected]>
Tidy up

e5f8367dff3cdb31796fe4042df0eb9df0e81881 authored over 2 years ago by dondonz <[email protected]>