1
0
Fork 0
Commit Graph

8495 Commits

Author SHA1 Message Date
Jan Steemann 34057af3bc Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-22 12:01:47 +01:00
Jan Steemann 9e026655a0 allow generating HTTP responses with TransactionContext 2016-03-22 12:01:02 +01:00
Jan Steemann c955db2feb Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk 2016-03-22 11:48:26 +01:00
Jan Steemann 31c06b0845 cleanup 2016-03-22 11:48:17 +01:00
Michael Hackstein 6a1f392efe Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk 2016-03-22 11:37:14 +01:00
Michael Hackstein 51c0d6ee64 Edge queries are now more relaxed about the start vertex. They will not throw errors instead just return empty array as a value. 2016-03-22 11:37:04 +01:00
Jan Steemann d27d255174 fixed test 2016-03-22 11:08:12 +01:00
Jan Steemann 45cc15fe45 fixes 2016-03-22 10:51:42 +01:00
Michael Hackstein e7271f6e58 AQL EDGES function does not throw COLLECTION_NOT_FOUND any more 2016-03-22 09:55:14 +01:00
Michael Hackstein 3da13ef64c Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk 2016-03-22 09:16:50 +01:00
Michael Hackstein dea484fa38 Removed obsolete EdgeInfo 2016-03-22 09:16:40 +01:00
Jan Steemann 4bb95321e6 removed unused code 2016-03-22 09:09:29 +01:00
Max Neunhoeffer 4f8ffadd42 Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk 2016-03-21 23:32:58 +01:00
Max Neunhoeffer 5bfdca8d69 Fix AQL in cluster bugs. 2016-03-21 23:30:13 +01:00
Max Neunhoeffer ee9666e845 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-03-21 23:02:59 +01:00
Max Neunhoeffer cc76ffc5d2 Fix bug that callback was not called for singleRequest case in ClusterComm. 2016-03-21 23:00:44 +01:00
jsteemann 9fcc5d043b removed superfluous includes 2016-03-21 22:58:42 +01:00
jsteemann 3dede4a71f cleanup 2016-03-21 22:30:00 +01:00
jsteemann d03170a93f removed unused functionality 2016-03-21 21:41:39 +01:00
jsteemann 4694d36671 cppcheck 2016-03-21 20:56:08 +01:00
Jan Steemann 3da00d24ea test fixes 2016-03-21 18:25:48 +01:00
Jan Steemann e4674d0f5e test fixes 2016-03-21 17:46:47 +01:00
Jan Steemann 1587fadb82 fixed test 2016-03-21 17:18:41 +01:00
Jan Steemann 776fae268c Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk 2016-03-21 17:09:19 +01:00
Michael Hackstein ebcdcbf581 Fixed illeagal stat points in TraversalBlock 2016-03-21 17:08:59 +01:00
Jan Steemann 910d620c7d Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk 2016-03-21 17:08:57 +01:00
Jan Steemann f0724447b6 fixed sparse index test 2016-03-21 17:08:42 +01:00
Michael Hackstein 34b6b85a4b Short Circuit in IndexIterator if query has which can never yield a result 2016-03-21 16:54:39 +01:00
Jan Steemann 53a576ed46 debugging 2016-03-21 16:42:23 +01:00
Michael Hackstein 0b355e79d8 Fixed reset of PrimaryIndex Any Iterator 2016-03-21 16:30:35 +01:00
Jan Steemann aa874ab9ff debugging 2016-03-21 16:26:02 +01:00
Michael Hackstein 7d35e1d15e Disabled multi-threaded shortest-path search. SingleThread is fast enough and new trx API is not thread safe. 2016-03-21 16:21:14 +01:00
Michael Hackstein 2f5f81cbc5 Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk 2016-03-21 15:43:10 +01:00
Michael Hackstein 7af92fb2ff IN values in index are now sorted 2016-03-21 15:43:01 +01:00
Jan Steemann ce63219435 removed DocumentAccessor 2016-03-21 15:40:44 +01:00
Michael Hackstein 2c100dff2e Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk 2016-03-21 14:58:24 +01:00
Michael Hackstein 69ad996767 Fixed implementation to multiply IN index lookups for hash and skiplist index. 2016-03-21 14:57:30 +01:00
Jan Steemann f458acc4c7 cleanup 2016-03-21 14:35:58 +01:00
Jan Steemann 811732230c fixed test 2016-03-21 13:46:58 +01:00
Jan Steemann 0f213e3049 made base class virtual 2016-03-21 13:24:01 +01:00
Jan Steemann d2195c43a7 Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk 2016-03-21 13:17:42 +01:00
Jan Steemann 304243a4b0 fixes 2016-03-21 13:17:36 +01:00
Michael Hackstein b04ec0f4fe Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk 2016-03-21 13:11:48 +01:00
Michael Hackstein e8f8e4b4da Reactivated vertexCollectionRestrictions in Neighbors 2016-03-21 13:11:43 +01:00
Jan Steemann b672ce0985 test fixes 2016-03-21 12:15:40 +01:00
Michael Hackstein 7f9ae321a0 Traverser Basic options now know the transaction. Modified all implementations to use Slices in apropriate places. Fixes some, but not all tests 2016-03-21 11:28:33 +01:00
Jan Steemann 9e158aafd7 Merge branch 'spdvpk' of https://github.com/arangodb/arangodb into spdvpk 2016-03-21 09:28:49 +01:00
Jan Steemann f17d17841f Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk 2016-03-21 09:28:35 +01:00
Michael Hackstein af30560aa1 Merge branch 'spdvpk' of github.com:arangodb/arangodb into spdvpk 2016-03-21 09:20:43 +01:00
Michael Hackstein 7896905ad7 Fixed a multithreading bug for EdgeCollectionInfos. Threads shared the same Builder instance which is not possible. 2016-03-21 09:20:31 +01:00