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

adding a cycle schema analyzer

andimarek opened this pull request 9 months ago
19.x Backport #3526 and PR #3527

dondonz opened this pull request 9 months ago
Ignore: 19.x backport PR 3526: disable introspection

dondonz opened this pull request 9 months ago
20.x Backport of PR 3526 and PR 3527

dondonz opened this pull request 9 months ago
21.x Backport PR 3526 and PR 3527

dondonz opened this pull request 9 months ago
21.x backport 3525 max result nodes

dondonz opened this pull request 9 months ago
This provides GoodFaithIntrospection

bbakerman opened this pull request 9 months ago
This provides and ability to disable Introspection

bbakerman opened this pull request 9 months ago
allow for a max result nodes limit for execution

andimarek opened this pull request 9 months ago
Bump org.junit.jupiter:junit-jupiter from 5.7.1 to 5.10.2

dependabot[bot] opened this pull request 10 months ago
Bump net.bytebuddy:byte-buddy from 1.14.11 to 1.14.12

dependabot[bot] opened this pull request 10 months ago
Bump org.assertj:assertj-core from 3.25.1 to 3.25.3

dependabot[bot] opened this pull request 10 months ago
Bump net.bytebuddy:byte-buddy-agent from 1.14.11 to 1.14.12

dependabot[bot] opened this pull request 10 months ago
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.16.2

dependabot[bot] opened this pull request 10 months ago
Return empty singleton DirectivesHolder if directives are empty

gnawf opened this pull request 10 months ago
Removed deprecated methods in ValidationError

bbakerman opened this pull request 10 months ago
Removed deprecated methods and SchemaGeneratorPostProcessing

bbakerman opened this pull request 10 months ago
Removed deprecated methods in GraphQLSchema

bbakerman opened this pull request 10 months ago
Removed deprecated methods in code registry

bbakerman opened this pull request 10 months ago
Removed deprecated methods from fields / unions and interfaces

bbakerman opened this pull request 10 months ago
Removed deprecated methods in ExecutionContext

bbakerman opened this pull request 10 months ago
Removed deprecated methods in ExecutionInput

bbakerman opened this pull request 10 months ago
Removed deprecated methods in doc providers

bbakerman opened this pull request 10 months ago
Removed deprecated methods in parsing

bbakerman opened this pull request 10 months ago
Small tweaks to not allocate objects for lambda closures

bbakerman opened this pull request 10 months ago
Cheaper assertions with constant strings

bbakerman opened this pull request 10 months ago
Fix printing of union types

bhabegger opened this pull request 10 months ago
Interning fieldnames (from netflix)

bbakerman opened this pull request 10 months ago
recreating the netflix Intern field names PR

bbakerman opened this pull request 10 months ago
Revert "Intern field names"

bbakerman opened this pull request 10 months ago
Methods in coercing can throw RunTimeExceptions

lenin-jaganathan opened this issue 10 months ago
Get fieldDef improvements from Netflix

bbakerman opened this pull request 10 months ago
Don't forget to merge the performance-branch from Netflix

bbakerman opened this issue 10 months ago
Bump org.codehaus.groovy:groovy from 3.0.20 to 3.0.21

dependabot[bot] opened this pull request 10 months ago
Bump org.codehaus.groovy:groovy-json from 3.0.20 to 3.0.21

dependabot[bot] opened this pull request 10 months ago
Made the field definition lookup more optimised

bbakerman opened this pull request 10 months ago
Combined benchmark runner

bbakerman opened this pull request 10 months ago
A CompleteableFuture benchmark

bbakerman opened this pull request 10 months ago
Updated helper code for profiler attachment

bbakerman opened this pull request 10 months ago
Reduce the usage of CompletableFutures in graphql-java - now with objects

bbakerman opened this pull request 10 months ago
Intern field names

DanielThomas opened this pull request 10 months ago
Map benchmarks

bbakerman opened this pull request 10 months ago
WIP : Planned batching strategy

andimarek opened this pull request 10 months ago
Now allows the benchmark to go into profiling mode - 2

bbakerman opened this pull request 10 months ago
Now allows the benchmark to go into profiling mode

bbakerman opened this pull request 10 months ago
DeferredContext is allocated and then thrown away in the builder

bbakerman opened this issue 10 months ago
Using object instead of CF in DispatcherStrategy interface

bbakerman opened this pull request 10 months ago
Added a more complex query benchmark

bbakerman opened this pull request 10 months ago
Alternative batching strategy

andimarek opened this pull request 10 months ago
Tweaked id generator name

bbakerman opened this pull request 10 months ago
Bump google-github-actions/auth from 2.1.1 to 2.1.2

dependabot[bot] opened this pull request 10 months ago
andis suggestions on batch size

bbakerman opened this pull request 10 months ago
Add extend schema (AST print) to SchemaPrinter

dondonz opened this pull request 10 months ago
Fix schema builder to copy extensionDefinitions

dondonz opened this pull request 10 months ago
fixed async benchmark - it was nonsensical before

bbakerman opened this pull request 10 months ago
cleaning up the jhm benchmarks

andimarek opened this pull request 10 months ago
Added Async benchmark for future changes

bbakerman opened this pull request 10 months ago
Added an id generator that's more performant

bbakerman opened this pull request 10 months ago
Don't build a builder object and then turn it into the actual object

bbakerman opened this pull request 10 months ago
Use String concatenation instead of StringBuilder

kilink opened this pull request 10 months ago
Small code tweaks on recent PR

bbakerman opened this pull request 10 months ago
Async can now wait on materialized objects

bbakerman opened this pull request 10 months ago
Avoid repeated Map lookups in SimpleFieldValidation

kilink opened this pull request 10 months ago
Removed the deprecated Instrumentation methods and removes ER wrapping

bbakerman opened this pull request 10 months ago
Avoid Map for instrumentation state

DanielThomas opened this pull request 10 months ago
ExecutionResult are still being created per field

bbakerman opened this issue 10 months ago
This removes the CompletableFuture signature from InstrumentationContext

bbakerman opened this pull request 10 months ago
Allow empty DataLoader list in defer execution

felipe-gdr opened this pull request 10 months ago
Fix flaky defer test

felipe-gdr opened this pull request 10 months ago
Add directive redefinition test

dondonz opened this pull request 10 months ago
Schema Diffing doesn't handle repeatable directives

andimarek opened this issue 10 months ago
handle more Schema diff applied directives cases

andimarek opened this pull request 10 months ago
Defer execution refactoring after first merge

felipe-gdr opened this pull request 10 months ago
Fix bug where deferred payloads were not using field aliases

felipe-gdr opened this pull request 10 months ago
ensure that instrumentations get an executionid

jbellenger opened this pull request 10 months ago
Native DataLoader dispatch strategy without Instrumentation

andimarek opened this pull request 10 months ago
Bump google-github-actions/auth from 2.1.0 to 2.1.1

dependabot[bot] opened this pull request 10 months ago
Bump org.eclipse.jetty:jetty-server from 11.0.15 to 11.0.20

dependabot[bot] opened this pull request 10 months ago
Skip signing for local and upgrade to Gradle 8.6

dondonz opened this pull request 11 months ago
Fix local maven publish & Upgrade to Gradle 8.6

dondonz opened this pull request 11 months ago
Defer validation

Juliano-Prado opened this pull request 11 months ago
Bump org.eclipse.jetty:jetty-server from 11.0.15 to 12.0.6

dependabot[bot] opened this pull request 11 months ago
Bump gradle/wrapper-validation-action from 1 to 2

dependabot[bot] opened this pull request 11 months ago
Some CPU overhead from ChainedInstrumentation

DanielThomas opened this issue 11 months ago
Avoid UUID in default ExecutionId implementation

DanielThomas opened this issue 11 months ago
SchemaPrinter cannot print union containing GraphQLTypeReference

twinprime opened this issue 11 months ago
adding a tracking agent

andimarek opened this pull request 11 months ago
Cannot set ID of graphql.scalar to null

AlexandreMaul opened this issue 11 months ago
Fix oneOf bug when variables is empty

felipe-gdr opened this pull request 11 months ago
Copying of extensionDefinitions when generating a new builder

RoKKim opened this issue 11 months ago