-
Notifications
You must be signed in to change notification settings - Fork 857
Feature/single server smart graph #14821
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
Changes from 1 commit
Commits
Show all changes
173 commits
Select commit
Hold shift + click to select a range
80e813b
add comments, make interfaces clearer
hkernbach e420e18
another comment
hkernbach f9f9e40
renamed _gmngr to _graphManager
hkernbach f7f8990
remove isCluster for smart graphs check
hkernbach 9063d73
next position we need to enable in non-cluster mode
hkernbach 1630844
a todo, an improved error message
romanatarango c1d357b
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
romanatarango 46e194c
rm log devel
hkernbach f306018
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
romanatarango 2f7cb05
Merge branch 'devel' into feature/single-server-smart-graph
58b4a73
Added tests for single server smart graphs.
1f97c3b
Added tests for single server disjoint smart graphs and single server…
1bd7524
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
romanatarango 0ed0129
isSatellite is now also being allowed to be set in single server mode
hkernbach 46fbe58
added const qualifiers, todo
romanatarango 80fd936
adapted to work with SSSG
romanatarango 4952adb
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
romanatarango 7157829
refactoring and edited comments
romanatarango c82f44b
temporarily added temporary files
romanatarango 581663b
refactored a temporary file to the class CollectionValidator
romanatarango 4a164c6
added comments to our codebase
hkernbach 467d84d
added todo
hkernbach 9c940f2
added VocBase/Methods/CollectionValidator.cpp to CMake
romanatarango f748203
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
romanatarango 0768d88
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
romanatarango 52c00c1
compilation bug fix
romanatarango 56fb22c
use devel vocbase.cpp - as sth went wrong during merge
hkernbach d3134bc
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
romanatarango 98ec561
attempt to make use of single server sg collection creation
hkernbach bea5b61
refactored and finished CollectionValidator
romanatarango 936ce29
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
romanatarango 8b661fe
refactored getBuilder
romanatarango ff9d851
always use isIgnoredHiddenEnterpriseCollection
hkernbach fb5c7b1
cleanup CollectionValidator, remove unused var
hkernbach 2c69ad6
added disclaimer and pragma once
romanatarango dd27d15
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
romanatarango 9a39337
Merge branch 'devel' into feature/single-server-smart-graph
0e227f0
added missing helper init (incl. revs), format, fixed assert
hkernbach 1479f98
slightly refactored drop collections standalone / cluster
hkernbach d696ee2
added missing parameters for new collections
hkernbach 5d7e94f
format
hkernbach 0f7a712
format
hkernbach 526931c
added some comments
romanatarango db580c5
Merge remote-tracking branch 'origin' into feature/single-server-smar…
romanatarango f4e2bdb
forbid physical collections for rocksdb serialization
hkernbach f1d6316
Added SSSG flag to other 'create' method.
c78a820
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
hkernbach 44c90e6
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
romanatarango 80bfe9a
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
hkernbach e081e91
Splitted VirtualCollection into VirtualSmartEdgeCollection and Virtua…
romanatarango 7a7d1c4
Feature/single server smart graph dump restore tests (#14828)
adityamukho 2f99262
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 30d6ba5
parse and verify isSystem during collection creation
hkernbach 6801ee4
pass boolean sssg property correctly
hkernbach 03d00ed
rm unused parameter
hkernbach 7d1c417
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach ec8b3c1
added assert, as code comment says that this method is only allowed i…
hkernbach f8349fb
typo
hkernbach 83454ab
also expose smart properties in case we do have a smart collection in…
hkernbach 1eb0056
only set numberOfShards to zero in case of cluster
hkernbach 3fd8900
added todo, changed getBuilder to createCollectionProperties
hkernbach dd09566
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach bbc1a50
add static strings
hkernbach f17df56
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach b71effd
verifyEdge inside the one document worker
hkernbach f628c29
merge conflict
hkernbach 3cce4c2
typo
hkernbach 711419e
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 016f5c4
make logical statement readable, fix statement, add comment, format
hkernbach b8f4ec5
SmartVertex insert support
hkernbach 520a800
make createKey and createSmartToSatKey const
hkernbach 6cc4030
make createKey const
hkernbach c82863f
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach c66257f
fix logical issue
hkernbach 377dd03
added missing cluster subquery insert verification check
hkernbach 6864918
validator fixes
hkernbach bc65ddb
extended validation
hkernbach 366e0b2
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach a148b22
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 98ce5f2
tmp parameter for decoratoree
hkernbach 96c1e36
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 74817f2
add _distributeShardsLike to properties in case we are smart or satel…
hkernbach a6eb562
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 5cebb7b
more readable graph test names
hkernbach b2913a0
make more graph variants executable on single server generic suite
hkernbach 3384ab8
add forgotten const statement
hkernbach e25a950
add forgotten bool parameter
hkernbach 2ccdb30
fix isCoordinator check
hkernbach fd3430f
add sssg test to community dump test to blacklist
hkernbach 2be844b
blacklist hint
hkernbach 511b791
add sssg test to community dump_authentication test to blacklist
hkernbach 235a04a
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 8d2770c
only require sgm module when enterprise is available
hkernbach 2925c67
expand assert
hkernbach f637653
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 56be21c
do not expose all properties for a general graph in a singleserver
hkernbach ea36617
let instead of const
hkernbach 9e941e8
exclude sgm tests from dump_modified
hkernbach 9c3ba3c
Feature/single server smart graph satellite (#14921)
romanatarango af9adb0
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach b39898d
more test added to cluster dump blacklist
hkernbac
10000
h 4b78fd8
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach d8f90fb
fix test
hkernbach 1add3e9
added assert, fixed isSatellite method
hkernbach ed393d8
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach e51701f
only run ee tests when ee is active..
hkernbach 0e23973
jslint
hkernbach 3cd7f93
assert too strict
hkernbach 380eb47
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 04f670c
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 863ae69
fix boolean logical error
hkernbach 1ddb80f
fix graph validation after restore
hkernbach 1cf913e
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 4de7733
enable creation of enterprise sharded graphs also in the UI (#14936)
hkernbach b05fe49
added orphan checks to generic graph suite (#14953)
hkernbach 06b5eb3
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 013d0e5
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach eaafd94
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 1823a31
pls make gitignore changes in a different repo
hkernbach a5095de
Update arangod/Cluster/ClusterHelpers.h
hkernbach 7b9554d
Update arangod/Cluster/ClusterInfo.cpp
hkernbach c4edd18
removed todo
hkernbach a51c0cf
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
hkernbach dc446b4
resolved todo - added static double const var
hkernbach 8e5c389
removed todo
hkernbach 21b957f
removed obsolete todo
hkernbach b665176
removed obsolete todo
hkernbach fb5fc6a
removed obsolete todo - validation takes place in constructor of logi…
hkernbach e8fd414
Feature/single server smart graph satellite (#14945)
romanatarango 78db38e
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach 4804261
Merge branch 'devel' of github.com:arangodb/arangodb into feature/sin…
hkernbach f05b15b
Changelog added
hkernbach 0dab8e3
check if parameter can be removed
hkernbach b04aff9
unused code
hkernbach 95f4e12
fix analyzer test in dump_setup_mixed testsuite
hkernbach 5f7350d
renamed createCollectionOnCoordinator to createCollectionsOnCoordinator
romanatarango cbce417
merge devel into feature branch - changelog conflict
hkernbach 74627da
renamed sssg to isSingleServerEnterpriseCollection
hkernbach 11555de
more use of velocypack helper methods
hkernbach 9e121b0
Update arangod/Sharding/ShardingInfo.cpp
hkernbach afc7b14
removed old code
hkernbach a9e79a8
more use of velocypack helper methods
hkernbach cd4f874
refactor, makeSatellite instead of markAsSatellite
hkernbach 311fe8d
Schema is now taking full responsibility of edges
hkernbach 7dff9ef
Feature/single server smart graph fix dump mixed tests (#15056)
hkernbach 0751013
merge devel into feature branch - changelog conflict
hkernbach 1d5edb1
rename one more createCollectionsOnCoordinator ..
hkernbach 384cb8e
merge devel into feature branch
hkernbach 059d7e2
merge devel into feature branch
hkernbach 137838b
forgot to return error
hkernbach 33b098c
added isRestore flag to collection creation method
hkernbach f507379
merge devel into feature branch
hkernbach 098da76
also create graph of all types in dump setup ee, remove isCluster con…
hkernbach 9979cc1
Update CHANGELOG
hkernbach e17dd55
Update arangod/VocBase/Methods/Collections.cpp
hkernbach f321307
moved back comment to proper place, renamed isSingleServerEnterpriseC…
hkernbach 686dd65
Merge branch 'feature/single-server-smart-graph' of github.com:arango…
hkernbach 88f7d83
implemented suggested change
hkernbach f459b87
add comment to section
hkernbach 5b5d863
renamed createLogicalCollections to prepareLogicalCollectionStubs
hkernbach 7993dd4
remove const declaration from createKey
hkernbach 8df47db
remove const declaration from createKey
hkernbach 947353a
remove isEnterprise variants from ce testcode
hkernbach 0a17c22
remove uneccessary types
hkernbach a75cd20
remove const declaration
hkernbach 92f45cf
rm onst
hkernbach 6c42853
added reminder todo
hkernbach b5826c5
removed unusual doxygen format
hkernbach 39d3339
make code more readable
hkernbach 2a3c9da
removed CollectionValidator class
hkernbach d577117
removed CollectionValidator class
hkernbach 92a33ec
removed not needed parameter
hkernbach e5d5f31
merge devel into feature branch
hkernbach 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
attempt to make use of single server sg collection creation
- Loading branch information
commit 98ec561ad858f25c03fa480dbf0dea907a2f3458
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
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
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.