8000 Feature/satellite graphs by hkernbach · Pull Request #11015 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

Feature/satellite graphs #11015

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
merged 61 commits into from
Mar 15, 2020
Merged
Changes from 1 commit
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
425c005
added replicationFactor satellite
hkernbach Jan 6, 2020
555ca78
added method to check if graph exists only out of satellite collections
hkernbach Jan 6, 2020
8d1bbfb
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sat…
hkernbach Jan 27, 2020
bf150c0
Added SatelliteTraversalNode
goedderz Jan 28, 2020
872721b
added scatterSatelliteGraphRule optimizer rule, still wip
hkernbach Jan 28, 2020
9e2ee40
Merge branch 'feature/satellite-graphs' of github.com:arangodb/arango…
hkernbach Jan 28, 2020
116662d
protected to private, reformat
hkernbach Jan 28, 2020
6c24691
moved optimizer rule logic out of header file
hkernbach Jan 28, 2020
35e222e
added isEligibleAsSatelliteTraversal method to traversal node
hkernbach Jan 28, 2020
c604333
added isEligibleAsSatelliteTraversal method to traversal node
hkernbach Jan 28, 2020
f80b013
added method ensureSatelliteCollectionSharding
hkernbach Jan 28, 2020
7122f1f
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sat…
hkernbach Jan 28, 2020
16cfd74
preparation for satellites
hkernbach Jan 29, 2020
cfd855c
Replaced the SatelliteTraversalNode move constructor with a copy cons…
goedderz Jan 29, 2020
ae32ada
format, remove graphmanager ee switch
hkernbach Jan 29, 2020
bf98f28
Merge branch 'feature/satellite-graphs' of github.com:arangodb/arango…
hkernbach Jan 29, 2020
74df9c2
Moved SatelliteTraversalNode to the enterprise repo
goedderz Jan 29, 2020
e8072c4
Bugfix in scatter rule
goedderz Jan 29, 2020
9761b4d
added repl factor sat check, needs tidy up later
hkernbach Jan 29, 2020
f082be8
added indicator to satellite graph tile
hkernbach Jan 29, 2020
f939bf3
added modal entry point for satellite graphs - ui
hkernbach Jan 29, 2020
ece8b72
Several bugfixes
goedderz Jan 29, 2020
adfe02c
ui - more satellite graph preparation, additional cleanup
hkernbach Jan 29, 2020
648f822
Merge branch 'feature/satellite-graphs' of github.com:arangodb/arango…
hkernbach Jan 29, 2020
0243278
Fixed query snippets
goedderz Jan 30, 2020
e1e61d4
Fix non-maintainer build
goedderz Jan 30, 2020
0aa6acd
Two bugfixes
goedderz Jan 30, 2020
afefc0c
Implemented shortest path
goedderz Jan 31, 2020
a42af7b
merge devel into feature branch
hkernbach Mar 3, 2020
50dfcf0
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sat…
hkernbach Mar 3, 2020
b23d31a
optimized graph satellite ui
hkernbach Mar 3, 2020
10ccf45
static strings
hkernbach Mar 3, 2020
541c383
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sat…
hkernbach Mar 3, 2020
af1f28e
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sat…
hkernbach Mar 4, 2020
f4e03b7
properly add replication factor to options
hkernbach Mar 4, 2020
4a5c8a0
rm wrong cast
hkernbach Mar 4, 2020
de0d9f5
only persist cluster values when actually a cluster is used
hkernbach Mar 6, 2020
db397ec
prepare sat graph testsuite
hkernbach Mar 6, 2020
2d27cd4
other isSmart
hkernbach Mar 6, 2020
10b4305
move some logic we will use later to a helper
hkernbach Mar 6, 2020
655b697
remove log
hkernbach Mar 6, 2020
cfe831d
sat check
hkernbach Mar 9, 2020
3334ee3
add isSatellite
hkernbach Mar 10, 2020
d19763a
do NOT set distributeShardsLike to empty in satellite collection case
hkernbach Mar 10, 2020
6241f80
Feature/satellite graphs kshortestpathnode (#11253)
goedderz Mar 11, 2020
49b646f
jslint
hkernbach Mar 11, 2020
79ebd90
Merge branch 'feature/satellite-graphs' of github.com:arangodb/arango…
hkernbach Mar 11, 2020
fcc8d15
Implemented common ancestor SatelliteGraphNode
goedderz Mar 11, 2020
46aaa75
Merge branch 'feature/satellite-graphs' of github.com:arangodb/arango…
goedderz Mar 11, 2020
fc32950
Make castTo work for GraphNodes again
goedderz Mar 11, 2020
ae50a9f
fixed a failing test
hkernbach Mar 11, 2020
6cb629e
Merge branch 'feature/satellite-graphs-implement-common-satellitegrap…
Mar 12, 2020
7be51fe
Added SatelliteGraphNode::graph() (#11256)
goedderz Mar 12, 2020
8e71d94
merge devel into feature branch
hkernbach Mar 12, 2020
f85153b
fix http gharial test
hkernbach Mar 12, 2020
5251d2d
Added exception check for replicationFactor == 0; made isSatellite mo…
Mar 12, 2020
43e047b
Make OneShard not set distributeShardsLike for satellite collections
goedderz Mar 13, 2020
996defe
Bugfix when removing multiple satellite joins
goedderz Mar 13, 2020
1611c4b
Fixed clone() for all SatelliteNodes
goedderz Mar 14, 2020
54a2a75
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sat…
goedderz Mar 14, 2020
59f3653
Fixed non-enterprise compile error
goedderz Mar 14, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
properly add replication factor to options
  • Loading branch information
hkernbach committed Mar 4, 2020
commit f4e03b78b35dca25803e84267182d7706e50b61b
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,9 @@
};
}
} else if ($('#tab-satelliteGraph').parent().hasClass('active')) {
newCollectionObject.replicationFactor = "satellite";
newCollectionObject.options = {
replicationFactor: "satellite"
}
} else {
if (frontendConfig.isCluster) {
if ($('#general-numberOfShards').val().length > 0) {
Expand Down
0