FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Dependency Graph based ExecutionStrategy by gkesler · Pull Request #1409 · graphql-java/graphql-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-java
/
graphql-java
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
6.2k
Code
Issues
22
Pull requests
17
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Dependency Graph based ExecutionStrategy
- #1409
#1409
Closed
gkesler
wants to merge 51 commits into
graphql-java:master
graphql-java/graphql-java:master
from
intuit:gkesler-dependency-graph
intuit/graphql-java:gkesler-dependency-graph
Copy head branch name to clipboard
Conversation
Commits
51
(51)
Checks
Files changed
Closed
Dependency Graph based ExecutionStrategy
#1409
gkesler
wants to merge 51 commits into
graphql-java:master
graphql-java/graphql-java:master
from
intuit:gkesler-dependency-graph
intuit/graphql-java:gkesler-dependency-graph
Copy head branch name to clipboard
Commits
Commits on Dec 29, 2018
- DependencyGraph initial implementation
Show description for 0ba108b
gkesler
committed
0ba108b
View commit details
Copy full SHA for 0ba108b
Browse repository at this point
- simplified Vertex definition not to rely on a DependencyGraph
Show description for 17f6a30
gkesler
committed
17f6a30
View commit details
Copy full SHA for 17f6a30
Browse repository at this point
- refactored DependencyGraph.edges set to be backed by its vertices map that improved reliability.
gkesler
committed
77a20a2
View commit details
Copy full SHA for 77a20a2
Browse repository at this point
Commits on Dec 30, 2018
- further simplified implementation, added Edge.connectEndpoints and Edge.disconnectEndpoints methods
gkesler
committed
61ae699
View commit details
Copy full SHA for 61ae699
Browse repository at this point
- some code cleanup
gkesler
committed
73cfcbc
View commit details
Copy full SHA for 73cfcbc
Browse repository at this point
- removed redundant check when calculating next closure of vertices to resolve
gkesler
committed
4a4340d
View commit details
Copy full SHA for 4a4340d
Browse repository at this point
Commits on Dec 31, 2018
- added accessor to Edge.action property
gkesler
committed
931b7fe
View commit details
Copy full SHA for 931b7fe
Browse repository at this point
Commits on Jan 9, 2019
- initial implementation of ExecuitonPlanBuilder
gkesler
committed
1788694
View commit details
Copy full SHA for 1788694
Browse repository at this point
Commits on Jan 10, 2019
- saving current state
gkesler
committed
700b2ac
View commit details
Copy full SHA for 700b2ac
Browse repository at this point
- saving current state
gkesler
committed
231d4fb
View commit details
Copy full SHA for 231d4fb
Browse repository at this point
Commits on Jan 11, 2019
- saving current state
gkesler
committed
c6d8f04
View commit details
Copy full SHA for c6d8f04
Browse repository at this point
- added computeXXXIfAbsent methods to TraverserContext to search recursively parent contexts or provide default values
Show description for 5a43f28
gkesler
committed
5a43f28
View commit details
Copy full SHA for 5a43f28
Browse repository at this point
- code cleanu
gkesler
committed
f00e617
View commit details
Copy full SHA for f00e617
Browse repository at this point
- added TriXXX functors
gkesler
committed
8a918f6
View commit details
Copy full SHA for 8a918f6
Browse repository at this point
- saving current state
gkesler
committed
9b98db9
View commit details
Copy full SHA for 9b98db9
Browse repository at this point
- updated traverse managers to allow custom implementations of TraversalContext
gkesler
committed
15a3204
View commit details
Copy full SHA for 15a3204
Browse repository at this point
- refactored traversal in ExecutionPlanBuilder to use custom TraverserContext
gkesler
committed
b26d5f4
View commit details
Copy full SHA for b26d5f4
Browse repository at this point
- saving current state
gkesler
committed
6f7cd5e
View commit details
Copy full SHA for 6f7cd5e
Browse repository at this point
- removed newly introduced unused funators
gkesler
committed
5d06db0
View commit details
Copy full SHA for 5d06db0
Browse repository at this point
eaned up ExecutionPlanBuilder implementation
gkesler
committed
48f4d5d
View commit details
Copy full SHA for 48f4d5d
Browse repository at this point
Commits on Jan 12, 2019
- saving current state
gkesler
committed
60ae13b
View commit details
Copy full SHA for 60ae13b
Browse repository at this point
- code cleanup
gkesler
committed
e74310a
View commit details
Copy full SHA for e74310a
Browse repository at this point
Commits on Jan 14, 2019
- some code/expressions simplifications
gkesler
committed
ef8d638
View commit details
Copy full SHA for ef8d638
Browse repository at this point
- saving current state
gkesler
committed
882b99d
View commit details
Copy full SHA for 882b99d
Browse repository at this point
Commits on Jan 15, 2019
- Created ExecutionPlan class as a subclass of DependencyGraph and moved ExecutionPlanBuilder inside it.
Show description for 4125068
gkesler
committed
4125068
View commit details
Copy full SHA for 4125068
Browse repository at this point
- introduced DocumentVertex that passes its [root] data to the FieldVertices when [automatically] resolved
Show description for c2a94c0
gkesler
committed
c2a94c0
View commit details
Copy full SHA for c2a94c0
Browse repository at this point
Commits on Jan 16, 2019
- added functional interfaces
Show description for 5790160
gkesler
committed
5790160
View commit details
Copy full SHA for 5790160
Browse repository at this point
- added @FunctionalInterface annotation to TernaryOPerator
gkesler
committed
d96e7f1
View commit details
Copy full SHA for d96e7f1
Browse repository at this point
Commits on Jan 17, 2019
- added DependencyGraphContext interface
Show description for 1fb8f7f
gkesler
committed
1fb8f7f
View commit details
Copy full SHA for 1fb8f7f
Browse repository at this point
- saving current state
gkesler
committed
03e052d
View commit details
Copy full SHA for 03e052d
Browse repository at this point
- modified Vertex.dependsOn signature to allow brroader range of BiConsumer functions
gkesler
committed
771dbc8
View commit details
Copy full SHA for 771dbc8
Browse repository at this point
- simplified Vertex resolution protocol. Got read of canResolve method
gkesler
committed
db43359
View commit details
Copy full SHA for db43359
Browse repository at this point
- saving current state
gkesler
committed
f7683f7
View commit details
Copy full SHA for f7683f7
Browse repository at this point
Commits on Jan 20, 2019
- saving current state
gkesler
committed
73e7611
View commit details
Copy full SHA for 73e7611
Browse repository at this point
Commits on Jan 24, 2019
- Improved Async performance
Show description for 3425c9e
gkesler
committed
3425c9e
View commit details
Copy full SHA for 3425c9e
Browse repository at this point
Commits on Jan 25, 2019
- saving current state
gkesler
committed
8ddb8fe
View commit details
Copy full SHA for 8ddb8fe
Browse repository at this point
- saving current state
gkesler
committed
23b8aeb
View commit details
Copy full SHA for 23b8aeb
Browse repository at this point
Commits on Jan 26, 2019
- saving current state
gkesler
committed
e53d011
View commit details
Copy full SHA for e53d011
Browse repository at this point
- cleaned up propagation of the result holder across non-Field vertices
gkesler
committed
40b2a80
View commit details
Copy full SHA for 40b2a80
Browse repository at this point
- implemented DAGExecutionStrategy based on DependencyGraph evaluation
gkesler
committed
2f71c45
View commit details
Copy full SHA for 2f71c45
Browse repository at this point
- code cleanup
gkesler
committed
f8c024f
View commit details
Copy full SHA for f8c024f
Browse repository at this point
- overriden ExecutionPlan.orderDependecies method to create thread-safe iterator
gkesler
committed
3fe624b
View commit details
Copy full SHA for 3fe624b
Browse repository at this point
- synchronization optimization in EntityPlan.IteratorImpl
gkesler
committed
83b9e8e
View commit details
Copy full SHA for 83b9e8e
Browse repository at this point
Commits on Jan 27, 2019
- code cleanup
gkesler
committed
4af8a2f
View commit details
Copy full SHA for 4af8a2f
Browse repository at this point
Commits on Jan 28, 2019
- simplifications and code cleanup
gkesler
committed
be7dad8
View commit details
Copy full SHA for be7dad8
Browse repository at this point
Commits on Jan 29, 2019
- code cleanup
Show description for 48cd644
gkesler
committed
48cd644
View commit details
Copy full SHA for 48cd644
Browse repository at this point
- code cleanup
gkesler
committed
7eabd64
View commit details
Copy full SHA for 7eabd64
Browse repository at this point
Commits on Jan 30, 2019
Merge branch 'master' into gkesler-dependency-graph
gkesler
committed
48a1eb2
View commit details
Copy full SHA for 48a1eb2
Browse repository at this point
- fixed formatting to reduce number of really changed files
gkesler
committed
cb3f38f
View commit details
Copy full SHA for cb3f38f
Browse repository at this point
- corrected DependencyGraph traverser to automatically excluide unresolved nodes from traversing
Show description for 92f5071
gkesler
committed
92f5071
View commit details
Copy full SHA for 92f5071
Browse repository at this point
Commits on Feb 21, 2019
Merge branch 'master' into gkesler-dependency-graph
gkesler
authored
32da077
View commit details
Copy full SHA for 32da077
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL