Michael Hackstein
|
be118b1b80
|
Former JsonCursor now uses QueryResult and contains the TRX context for continuuos reads
|
2016-04-19 14:32:23 +02:00 |
Michael Hackstein
|
36e608a5fd
|
Merge branch 'devel' of github.com:arangodb/arangodb into devel
|
2016-04-19 12:32:54 +02:00 |
Michael Hackstein
|
cf737639ba
|
V8Traverser now uses externals in Slices instead of direct documents
|
2016-04-19 12:30:50 +02:00 |
Kaveh Vahedipour
|
2435dcc71b
|
Outsourced config_t
|
2016-04-19 08:29:07 +00:00 |
Kaveh Vahedipour
|
2c1f9efc3b
|
Outsourced config_t
|
2016-04-19 08:21:40 +00:00 |
Kaveh Vahedipour
|
d97d23b8df
|
naming and FMH merge perp
|
2016-04-19 07:59:51 +00:00 |
Kaveh Vahedipour
|
96ee5b6b60
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-04-19 08:41:08 +02:00 |
Kaveh Vahedipour
|
934b7ca107
|
cppcheck warnings
|
2016-04-19 08:40:56 +02:00 |
jsteemann
|
9eb3036c2e
|
fixed typo
|
2016-04-18 22:40:15 +02:00 |
Simran Brucherseifer
|
097dcb0984
|
Minor corrections
|
2016-04-18 19:01:56 +02:00 |
Jan Steemann
|
f686188d5b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-04-18 18:11:36 +02:00 |
Jan Steemann
|
aaf6176347
|
remove useless checks
|
2016-04-18 18:11:28 +02:00 |
Michael Hackstein
|
22b6f3f7b0
|
CPPCheck improvements
|
2016-04-18 17:36:02 +02:00 |
Kaveh Vahedipour
|
114b643d6e
|
cluster startup and supervision
|
2016-04-18 16:13:30 +02:00 |
Kaveh Vahedipour
|
313140e0e1
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-04-18 15:27:31 +02:00 |
Kaveh Vahedipour
|
3cf55c5e3e
|
cluster startup and supervision
|
2016-04-18 15:27:23 +02:00 |
Jan Steemann
|
881f13e13b
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-04-18 15:09:50 +02:00 |
Jan Steemann
|
a3ad9ba3a3
|
fixed issue #1805
|
2016-04-18 15:09:42 +02:00 |
Michael Hackstein
|
94ee7b41f8
|
Removed unneccessary warning
|
2016-04-18 13:44:11 +02:00 |
Kaveh Vahedipour
|
1221326753
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-04-18 13:08:56 +02:00 |
Kaveh Vahedipour
|
76a0b2d41a
|
cluster startup and supervision
|
2016-04-18 13:08:49 +02:00 |
Michael Hackstein
|
4cf47bf9c4
|
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
|
2016-04-18 12:42:00 +02:00 |
Kaveh Vahedipour
|
6ae8aa7c0d
|
replace sleep_for with wait
|
2016-04-18 10:46:26 +02:00 |
Michael Hackstein
|
930b7216b1
|
Fixed a bug in ClusterTraverser. Moved a string too early
|
2016-04-18 09:29:46 +02:00 |
jsteemann
|
a0f05f584f
|
speed up IN lookups on ranges
|
2016-04-17 21:09:36 +02:00 |
jsteemann
|
30ec73e596
|
AQL bugfixes and tests, CHANGELOG updates
|
2016-04-17 20:57:13 +02:00 |
Michael Hackstein
|
35bd5c44e4
|
Removed TRI_json_t from Vocbase traverser. Still needs Json for serialisation of varNode
|
2016-04-16 23:48:18 +02:00 |
Michael Hackstein
|
6f7723bc58
|
Entirely removed TRI_json_t from AQL/Ast. All replaced by VPack
|
2016-04-16 23:44:03 +02:00 |
Michael Hackstein
|
122c891fa8
|
Removed Ast::nodeFromJson which was obsolete and is not used anymore
|
2016-04-16 23:40:43 +02:00 |
Michael Hackstein
|
ca64e727a1
|
Entirely removed TRI_json_t and Json from ClusterMethods and RestEdgesHandler
|
2016-04-16 23:23:25 +02:00 |
Michael Hackstein
|
afdadcdfe5
|
Transformed getFilteredDocuments on Coordinator in ClusterMethods to use only VelocyPack
|
2016-04-16 22:39:52 +02:00 |
Michael Hackstein
|
1c040696b4
|
Removed unnecessary TRI_json_t in RestReplicationHandler
|
2016-04-16 22:37:48 +02:00 |
Michael Hackstein
|
5ba68d76e5
|
Removed now obsolete function getAllEdgesOnCoordinator in ClusterMethods
|
2016-04-16 20:16:57 +02:00 |
Michael Hackstein
|
be32214554
|
Removed now obsolete function getAllDocumentsOnCoordinator from CLusterMethods
|
2016-04-16 20:15:43 +02:00 |
Michael Hackstein
|
0a11583560
|
Removed now obsolete function mergeResponseHeaders in ClusterMethods
|
2016-04-16 20:13:34 +02:00 |
jsteemann
|
bbac0b673f
|
don't pull filters beyond modification nodes
|
2016-04-15 18:10:16 +02:00 |
Michael Hackstein
|
cd12a07a4d
|
Fixed return codes in cluster. They are now forwarded properly from DBServer to Client
|
2016-04-15 17:58:06 +02:00 |
jsteemann
|
18f54c2dde
|
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
|
2016-04-15 17:21:35 +02:00 |
jsteemann
|
ecd7de16cb
|
added optimizer rule "inline-subqueries"
|
2016-04-15 17:21:22 +02:00 |
Kaveh Vahedipour
|
1605310908
|
[[{"url":"test","op":12,"ttl":6}]] broke agency
|
2016-04-15 16:41:33 +02:00 |
Kaveh Vahedipour
|
757faac442
|
[[{"url":"test","op":12,"ttl":6}]] broke agency
|
2016-04-15 16:37:24 +02:00 |
Kaveh Vahedipour
|
e3dbb4f9b6
|
[[{url:test,op:12,ttl:6}]] broke agency
|
2016-04-15 16:31:00 +02:00 |
Kaveh Vahedipour
|
97a6c29ec6
|
[[{url:test,op:12,ttl:6}]] broke agency
|
2016-04-15 16:29:44 +02:00 |
Jan Steemann
|
bbfaee3bfe
|
allow specifying collection name prefixes for `_from` and `_to` in arangoimp:
|
2016-04-15 16:18:23 +02:00 |
Michael Hackstein
|
5645d77d22
|
Merge branch 'devel' of github.com:arangodb/arangodb into spdvpk
|
2016-04-15 15:40:04 +02:00 |
Michael Hackstein
|
3dab8da1aa
|
Now the cluster method to request documents babies slow case properly sets return code
|
2016-04-15 15:34:33 +02:00 |
Michael Hackstein
|
df97260961
|
Fixed Error behaviour in baby variant of delete in Cluster
|
2016-04-15 15:31:47 +02:00 |
Max Neunhoeffer
|
83771447c9
|
Silence a warning that shows up in every cluster test.
|
2016-04-15 15:24:24 +02:00 |
Max Neunhoeffer
|
4dfa9c57f6
|
FIx compilation.
|
2016-04-15 15:23:46 +02:00 |
Michael Hackstein
|
20733a81ae
|
Improved baby errors in cluster
|
2016-04-15 14:48:44 +02:00 |