-
Notifications
You must be signed in to change notification settings - Fork 857
Feature/hybrid smart graph #14602
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
Feature/hybrid smart graph #14602
Changes from 1 commit
Commits
Show all changes
96 commits
Select commit
Hold shift + click to select a range
e951cba
Feature/hybrid smart graph api (#14037)
hkernbach 33e7d19
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach 1b4657c
add satellites to GraphNode
hkernbach a85416c
add satellites to ShardLocking
hkernbach fec767c
Revert "add satellites to ShardLocking"
hkernbach 5bee2ce
Revert "add satellites to GraphNode"
hkernbach 6893fe8
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach f9b501e
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach efc008d
Merge branch 'feature/hybrid-smart-graph' of github.com:arangodb/aran…
hkernbach e1207cc
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach 6d79db1
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach e814204
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach 8355c20
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach 2d0c7ca
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach 3fab230
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach 517067a
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach 0392473
Feature/hybrid smart graph testsuite (#14056)
hkernbach 6904401
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach 94484e3
renamed evalExpression -> evaluateVertexExpression (#14449)
hkernbach 47bf4bb
fix init of variables (#14442)
hkernbach 0cc1c07
unify method used in cursor readAll - GORDO-1210 (#14443)
hkernbach 71d3495
Feature/hybrid smart graph testsuite extended (#14432)
hkernbach 2eea3de
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach fa37f39
Feature/hybrid smart graph test setup helper (#14455)
mchacki 087a29c
Feature/hybrid smart graph glue cpp tests (#14485)
mchacki cea612e
merge origin into feature branch
hkernbach 7751eec
Feature/hybrid smart graph additional steptype (#14474)
hkernbach bfd7155
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach a865b05
Merge branch 'devel' of github.com:arangodb/arangodb into feature/hyb…
hkernbach 8b8bf50
Merge remote-tracking branch 'origin/devel' into feature/hybrid-smart…
mchacki 1f6e724
Readded lost merge update
mchacki 839cdc1
Reduced total amount of Nodes per CallStack to 200. For some reason 2…
mchacki 5fe4b14
Make Globale variable overwrite less intrusive for tests
mchacki d2b6e21
Feature/hybrid smart graph enable bfs (#14494)
hkernbach 724809b
Merge remote-tracking branch 'origin/devel' into feature/hybrid-smart…
hkernbach 9673453
Merge remote-tracking branch 'origin/devel' into feature/hybrid-smart…
mchacki 35c9472
Feature/hybrid smart graph enable weighted (#14560)
mchacki a81e773
Feature/hybrid smart graph include disjoint (#14578)
mchacki 0063f41
Merge remote-tracking branch 'origin/devel' into feature/hybrid-smart…
hkernbach 0f86657
format, later cursor init (#14588)
hkernbach 1609df4
Merge remote-tracking branch 'origin/devel' into feature/hybrid-smart…
hkernbach 6c16f49
Feature/hybrid smart graph modify graph (#14598)
mchacki 0bf12eb
Feature/hybrid smart graph remove old code 2 (#14600)
mchacki 1ace9dc
Added a test to validate if we are satellite leader (#14619)
mchacki fdf3fc2
Removed false comment
mchacki 6903a16
Removed unused local struct
mchacki 46df6e5
Moved TraverserShardList to it's own file
mchacki 5da8cd6
Made Method call lower case
mchacki 8d13644
Removed leftover comment
mchacki 5bdc998
Renamed smartSearchNew -> smartSearch. The new was only temporary.
mchacki b090815
Simplified assertion
mchacki 7ae0ca1
Removed Development comments
mchacki fdec800
Try to reduce deplicate code
mchacki 159c5d1
Removed TODOs, we actually want to keep the version we have now
mchacki d7b40bd
Removed incorrect TODOs
mchacki cdd8899
Removed double exclude of enterprise version.
mchacki 9240c2f
Worked on leftover todos
mchacki f6a876e
Improved TODO comment to why we cannot change it right now, but would…
mchacki a89ee57
Removed unused Member
mchacki e1fe7bb
Removed dead code
mchacki b74ca22
Removed dead code
mchacki 30776f1
Fixed incude style
mchacki 1dbcc0e
Removed TODO, this is not important, we can replace pair, by struct.
mchacki 48e1791
move method into class, make more methods const
hkernbach 445b6cf
added two new static strings: key post and prefix
hkernbach 51a1afe
more use of static strings
hkernbach 88a7312
throw in case we fail to inject variables
hkernbach 77d1ec1
changed name of a variable to a more descriptive one
hkernbach 38eaeb8
refactored _collectionToShard
hkernbach 1655054
moved declarations as not needed here
hkernbach 0bab447
Update tests/Graph/DFSFinderTest.cpp
hkernbach 8491fb1
Update tests/Graph/DFSFinderTest.cpp
hkernbach 023882f
Update tests/Graph/DFSFinderTest.cpp
hkernbach 6eabbb3
Update tests/Graph/DFSFinderTest.cpp
hkernbach 68c1f53
Update tests/Graph/DFSFinderTest.cpp
hkernbach c1a38d6
Update tests/Graph/DFSFinderTest.cpp
hkernbach c9001a2
Update tests/Graph/DFSFinderTest.cpp
hkernbach 18f87ea
Update tests/Graph/DFSFinderTest.cpp
hkernbach d8e6cb7
Update tests/Graph/DFSFinderTest.cpp
hkernbach 23c11bf
removed unneeded clear
hkernbach d6febe9
Merge branch 'feature/hybrid-smart-graph' of github.com:arangodb/aran…
hkernbach ec68f06
Update tests/Graph/DFSFinderTest.cpp
hkernbach f70445d
Update tests/Graph/DFSFinderTest.cpp
hkernbach 1bf6c3c
Update tests/Graph/DFSFinderTest.cpp
hkernbach c0d3ebe
Update tests/Graph/DFSFinderTest.cpp
hkernbach d6f5296
Update tests/Graph/DFSFinderTest.cpp
hkernbach cf32daa
Update tests/Graph/DFSFinderTest.cpp
hkernbach 83714c7
Update tests/Graph/DFSFinderTest.cpp
hkernbach c98c94c
ssp test cleanup, disabled expr, added asserts
hkernbach 8aa1d12
Merge branch 'feature/hybrid-smart-graph' of github.com:arangodb/aran…
hkernbach 4044402
Made Expression a unique_ptr, by explicitly deleting copy and allowin…
mchacki 535f7a6
Removed forgotten assert
mchacki 90d995e
fix serializing of GraphNode
hkernbach 0b27968
Merge remote-tracking branch 'origin/devel' into feature/hybrid-smart…
mchacki acf4c59
Fixed compiler issue
mchacki 08545df
Fixed UnitTest
mchacki 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
Feature/hybrid smart graph test setup helper (#14455)
- Loading branch information
commit fa37f394eca575444308c230da5936c281fbfa9f
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
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.