Michael Hackstein
|
3434be7b7a
|
Implemented documents baby variant for cluster and also improved the baby tests. ALl errors will now have exactly one representation for each baby document even if they could be identified earlier.
|
2016-04-14 17:40:28 +02:00 |
Jan Steemann
|
51bfb8fe57
|
remove TRI_json_t
|
2016-04-12 16:37:36 +02:00 |
Jan Steemann
|
f725b01036
|
fix non-deterministic behavior
|
2016-04-08 16:42:22 +02:00 |
Jan Steemann
|
f2e2dbb435
|
pacify valgrind
added assertion
added assertions
|
2016-04-08 15:05:08 +02:00 |
Jan Steemann
|
0c00738aff
|
fixes for Visual Studio
|
2016-04-08 12:07:53 +02:00 |
Jan Steemann
|
d65662fb62
|
pacify cppcheck
|
2016-04-07 16:41:35 +02:00 |
Jan Steemann
|
513dc26fc1
|
make replication tests more deterministic
|
2016-04-07 13:00:30 +02:00 |
Jan Steemann
|
545b87cb76
|
test fixes
|
2016-04-06 17:39:24 +02:00 |
Jan Steemann
|
9f8c24b1cd
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-04-06 15:43:27 +02:00 |
Jan Steemann
|
d0f368445a
|
replication fixes
|
2016-04-05 18:32:09 +02:00 |
Jan Steemann
|
d8b993f0fb
|
fixed some issues with tests
|
2016-04-04 10:47:04 +02:00 |
Jan Steemann
|
9f213281b1
|
fixed some issues with tests
|
2016-04-04 10:13:13 +02:00 |
Frank Celler
|
068f9defd7
|
splitted HttpResponse.h
|
2016-04-01 10:39:38 +02:00 |
Frank Celler
|
a11a7c134c
|
maintainer mode fixes
|
2016-03-31 17:39:52 +02:00 |
Frank Celler
|
295c8a3809
|
MSVC fixes
|
2016-03-31 14:01:23 +02:00 |
Frank Celler
|
486011d399
|
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
|
2016-03-31 13:41:09 +02:00 |
Frank Celler
|
494bdca847
|
splitted HttpRequest into GeneralRequest/HttpRequest
|
2016-03-31 11:45:21 +02:00 |
Michael Hackstein
|
7eb4b2b730
|
Removed JS implementation of edges. The new CXX AQL implementation can server for CLuster as well.
|
2016-03-31 11:11:35 +02:00 |
Jan Steemann
|
13980ef299
|
bugfixes
|
2016-03-24 16:18:18 +01:00 |
Jan Steemann
|
dce7c427d9
|
test fixes
|
2016-03-24 14:55:31 +01:00 |
Jan Steemann
|
2986ec2a64
|
removed dead code
|
2016-03-23 20:08:22 +01:00 |
Michael Hackstein
|
7269fd3dc9
|
Fixed multiple edge collections in Traverser. All aql-traverser tests seem to work
|
2016-03-23 16:38:29 +01:00 |
Michael Hackstein
|
2d45a6e5b2
|
Fixed statistics for Traversals. Also uses less lookups now
|
2016-03-23 16:04:53 +01:00 |
Michael Hackstein
|
e71d650178
|
Dryed code in v8Traverser and fixed a boolen if error
|
2016-03-23 12:13:07 +01:00 |
Max Neunhoeffer
|
12c420913e
|
Merge branch 'spdvpk' of ssh://github.com/ArangoDB/ArangoDB into spdvpk
|
2016-03-23 09:02:14 +01:00 |
Max Neunhoeffer
|
c2049b8ee1
|
Switch to IndexHandles.
|
2016-03-23 08:57:00 +01:00 |
Jan Steemann
|
16e56446b1
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into spdvpk
|
2016-03-22 19:01:27 +01:00 |
Jan Steemann
|
e8c09f3cc1
|
added missing reset functionality for nested traversals
|
2016-03-22 18:58:08 +01:00 |
Jan Steemann
|
d226175e91
|
test fixes
|
2016-03-22 15:15:43 +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 |
Michael Hackstein
|
dea484fa38
|
Removed obsolete EdgeInfo
|
2016-03-22 09:16:40 +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 |
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 |
Jan Steemann
|
ce63219435
|
removed DocumentAccessor
|
2016-03-21 15:40:44 +01:00 |
Jan Steemann
|
f458acc4c7
|
cleanup
|
2016-03-21 14:35: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
|
e8f8e4b4da
|
Reactivated vertexCollectionRestrictions in Neighbors
|
2016-03-21 13:11:43 +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
|
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 |
jsteemann
|
87d3d4935b
|
fixed query cache
|
2016-03-18 20:22:14 +01:00 |
Michael Hackstein
|
75fa81302a
|
Fixed access to a nullptr.
|
2016-03-18 18:46:01 +01:00 |
Michael Hackstein
|
5bc2274855
|
Fixed invalid search values in Graph Traverser. Now some more tests are green. Still failing
|
2016-03-18 16:47:55 +01:00 |
Michael Hackstein
|
8e678d0fc2
|
Fixed single server version of Traverser
|
2016-03-18 15:54:52 +01:00 |
jsteemann
|
5ded90ed1c
|
fixed compare function for Custom attributes
|
2016-03-18 13:55:36 +01:00 |