8000 Feature/hybrid smart graph by mchacki · Pull Request #14602 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

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

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.

0