-
Notifications
You must be signed in to change notification settings - Fork 112
Configurable per query or per request context/dataloader batching #192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
oliemansm
merged 18 commits into
graphql-java-kickstart:master
from
jmccaull:query_invoker_refactor
Jun 27, 2019
Merged
Changes from 16 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
bbc3e43
initial work up of per query/per request scoped context and dispatchi…
jmccaull eda1e89
refactor of Abstract classes, context and packages with a little clea…
jmccaull bf6bca8
some javadoc
jmccaull 3f47a79
simple code analysis
jmccaull 6499056
Merge branch 'master' into query_invoker_refactor
jmccaull 83384ec
readme update for settings
jmccaull 894476f
Added a web context interface, removed optional
jmccaull e60bc5d
Merge branch 'master' into query_invoker_refactor
jmccaull a2eb676
merge conflicts
jmccaull 8ed10e0
Refactored contexts specifically for servlet and websocket
oliemansm d186d8f
Initial work up of fix for dispatching instrumentation
jmccaull 8f5dad2
removed selection set tracking
jmccaull 0678722
added two new context settings that do not add dispatching instrument…
jmccaull a23067a
Renamed some static methods, removed file parts from context builder
jmccaull 4e20b75
renamed test class
jmccaull b855d63
moved supplier get call into PerRequestBatchedInvocationInput, added …
jmccaull c5f7792
made deafult contexts public classes, simplified stream logic in requ…
jmccaull e2d590e
Bumped version number to 6.0.0 prior to release
oliemansm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
version = 7.5.1-SNAPSHOT | ||
group = com.graphql-java-kickstart | ||
|
||
LIB_GRAPHQL_JAVA_VER = 12.0 | ||
LIB_GRAPHQL_JAVA_VER = 13.0 | ||
LIB_JACKSON_VER = 2.9.8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 2 additions & 0 deletions
2
src/main/java/graphql/servlet/ConfiguredGraphQLHttpServlet.java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
src/main/java/graphql/servlet/DefaultBatchExecutionHandler.java
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 0 additions & 30 deletions
30
src/main/java/graphql/servlet/GraphQLBatchedInvocationInput.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.