1
0
Fork 0
arangodb/arangod/Graph
Heiko 56c969316f Bug fix/gharial edge from and tos verification (#9177)
* prepared new functions for more precise edge verification

* added tests

* more testing

* validate function added to replace edge functionality

* changelog

* applied requested mchackis refactor wishes

* adjustments for update and replace edge validation

* ruby testing adjustments due more prices update and replace edge verification mechanisms

* used wrong flag for the replacement of an edge process

* adjusted last failing tests

* rm print

* added edge to edge tests
2019-06-12 15:12:50 +02:00
..
AttributeWeightShortestPathFinder.cpp USe smart-pointer in Priority Queue, it seems the usages have been correct everywhere (so no leaks) but memory responibility was hard to understand, should now be much simpler. (#8768) 2019-04-16 12:06:42 +02:00
AttributeWeightShortestPathFinder.h USe smart-pointer in Priority Queue, it seems the usages have been correct everywhere (so no leaks) but memory responibility was hard to understand, should now be much simpler. (#8768) 2019-04-16 12:06:42 +02:00
BaseOptions.cpp Bug fix/cppcheck 13042019 (#8752) 2019-04-15 10:13:56 +02:00
BaseOptions.h Bug fix/cppcheck 13042019 (#8752) 2019-04-15 10:13:56 +02:00
BreadthFirstEnumerator.cpp Bug fix/cppcheck 13042019 (#8752) 2019-04-15 10:13:56 +02:00
BreadthFirstEnumerator.h Bug fix/cppcheck 13042019 (#8752) 2019-04-15 10:13:56 +02:00
ClusterTraverserCache.cpp
ClusterTraverserCache.h
ConstantWeightShortestPathFinder.cpp
ConstantWeightShortestPathFinder.h remove some containers from common.h (#9223) 2019-06-07 13:27:24 +02:00
EdgeCollectionInfo.cpp forwardport changes from 3.4 (#8894) 2019-05-08 14:34:25 +02:00
EdgeCursor.h
EdgeDocumentToken.h k Shortest Paths (#8715) 2019-04-12 21:58:18 +02:00
Graph.cpp
Graph.h remove some containers from common.h (#9223) 2019-06-07 13:27:24 +02:00
GraphCache.cpp
GraphCache.h
GraphManager.cpp Bug fix/collection babies (#9124) 2019-06-03 17:11:22 +02:00
GraphManager.h
GraphOperations.cpp Bug fix/gharial edge from and tos verification (#9177) 2019-06-12 15:12:50 +02:00
GraphOperations.h Bug fix/gharial edge from and tos verification (#9177) 2019-06-12 15:12:50 +02:00
KShortestPathsFinder.cpp Fix ASAN failure (#8974) 2019-05-13 13:56:19 +02:00
KShortestPathsFinder.h fix various small annoyances (#9079) 2019-05-23 17:36:38 +02:00
NeighborsEnumerator.cpp
NeighborsEnumerator.h
PathEnumerator.cpp
PathEnumerator.h
ShortestPathFinder.cpp
ShortestPathFinder.h
ShortestPathOptions.cpp Bug fix/cppcheck 13042019 (#8752) 2019-04-15 10:13:56 +02:00
ShortestPathOptions.h Bug fix/cppcheck 13042019 (#8752) 2019-04-15 10:13:56 +02:00
ShortestPathPriorityQueue.h remove some containers from common.h (#9223) 2019-06-07 13:27:24 +02:00
ShortestPathResult.cpp
ShortestPathResult.h remove some containers from common.h (#9223) 2019-06-07 13:27:24 +02:00
SingleServerEdgeCursor.cpp
SingleServerEdgeCursor.h
SingleServerTraverser.cpp
SingleServerTraverser.h
Traverser.cpp
Traverser.h
TraverserCache.cpp clear traverser cache in-between (#8772) 2019-04-17 15:27:37 +02:00
TraverserCache.h remove some containers from common.h (#9223) 2019-06-07 13:27:24 +02:00
TraverserCacheFactory.cpp
TraverserCacheFactory.h
TraverserDocumentCache.cpp
TraverserDocumentCache.h
TraverserOptions.cpp Bug fix/cppcheck 13042019 (#8752) 2019-04-15 10:13:56 +02:00
TraverserOptions.h clear traverser cache in-between (#8772) 2019-04-17 15:27:37 +02:00