Commit d641a9c
committed
Promote JobId from being something associated with progress tracking, into a more generally useful construct that can be used for e.g. request tracing.
In the course of that, extract behaviour from it that are solely used for integration, and plant those in the integration layers1 parent 496a320 commit d641a9c
File tree
164 files changed
+237
-197
lines changed- algorithms-compute-business-facade/src/main/java/org/neo4j/gds
- embeddings
- pathfinding
- algorithms-compute-facade/src
- main/java/org/neo4j/gds
- async
- community
- embeddings
- pathfinding
- test/java/org/neo4j/gds
- async
- community
- embeddings
- pathfinding
- applications
- algorithms
- centrality/src/main/java/org/neo4j/gds/applications/algorithms/centrality
- community/src/main/java/org/neo4j/gds/applications/algorithms/community
- machine-learning/src/main/java/org/neo4j/gds/applications/algorithms/machinelearning
- machinery/src
- main/java/org/neo4j/gds/applications/algorithms/machinery
- test/java/org/neo4j/gds/applications/algorithms/machinery
- miscellaneous-algorithms/src/main/java/org/neo4j/gds/applications/algorithms/miscellaneous
- node-embeddings/src/main/java/org/neo4j/gds/applications/algorithms/embeddings
- similarity/src/main/java/org/neo4j/gds/applications/algorithms/similarity
- graph-store-catalog/src
- integrationTest/java/org/neo4j/gds/applications/graphstorecatalog
- main/java/org/neo4j/gds/applications/graphstorecatalog
- operations/src/main/java/org/neo4j/gds/applications/operations
- config-api/src/main/java/org/neo4j/gds/config
- core-api/src/main/java/org/neo4j/gds
- api
- core
- core-write/src
- main/java/org/neo4j/gds/core/write
- resultstore
- test/java/org/neo4j/gds/core/write/resultstore
- core/src
- main/java/org/neo4j/gds/api
- test/java/org/neo4j/gds/api
- executor/src/integrationTest/java/org/neo4j/gds/executor
- ml/ml-algo/src/test/java/org/neo4j/gds/ml
- nodeClassification
- nodePropertyPrediction
- pipeline/src/test/java/org/neo4j/gds/ml/pipeline
- linkPipeline/train
- procedures
- memory-facade/src/main/java/org/neo4j/gds/procedures/memory
- operations-facade-api/src/main/java/org/neo4j/gds/procedures/operations
- operations-facade/src
- main/java/org/neo4j/gds/procedures/operations
- test/java/org/neo4j/gds/procedures/operations
- path-finding-write-steps/src/main/java/org/neo4j/gds/pathfinding
- pipelines-facade/src/main/java/org/neo4j/gds/procedures/pipelines
- pushback-procedures-facade/src
- main/java/org/neo4j/gds/procedures/algorithms/pathfinding/write
- test/java/org/neo4j/gds/procedures/algorithms/pathfinding/write
- proc
- catalog/src/test/java/org/neo4j/gds/catalog
- misc/src/test/java/org/neo4j/gds
- pregel/src/main/java/org/neo4j/gds/pregel/proc
- test/src/test/java/org/neo4j/gds/test
- progress-tracking/src
- main/java/org/neo4j/gds
- core/utils/progress
- tasks
- mem
- test/java/org/neo4j/gds
- core/utils/progress
- tasks
- mem
- test-utils/src
- main/java/org/neo4j/gds
- test/java/org/neo4j/gds
- triplet-graph-builder/src/test/java/org/neo4j/gds/projection
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
164 files changed
+237
-197
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments