Kaveh Vahedipour
66e6315113
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-14 17:14:00 +02:00
Kaveh Vahedipour
0f66a110de
fixed max_elements bug in job transactions
2016-06-14 17:13:52 +02:00
Frank Celler
03079b2b67
3.0 fixes for paths
2016-06-14 16:51:48 +02:00
Jan Steemann
24ee67eda7
try to fix potential crashes
2016-06-14 16:41:00 +02:00
Kaveh Vahedipour
a3694e7a01
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-14 16:39:17 +02:00
Kaveh Vahedipour
1b77bc7a83
ageny tests
2016-06-14 16:39:07 +02:00
jsteemann
83466c2342
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-14 16:14:21 +02:00
jsteemann
34877186dd
make user-defined AQL functions throw again
2016-06-14 16:14:02 +02:00
Max Neunhoeffer
3e1b745f64
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2016-06-14 15:59:45 +02:00
Max Neunhoeffer
127a642943
Wait for 2 DBServers or 30s before running cluster bootstrap.
2016-06-14 15:40:11 +02:00
Kaveh Vahedipour
2f3c86dd1d
error handling in rest handling and random generator in constituent
2016-06-14 14:53:33 +02:00
Kaveh Vahedipour
ab593bfa94
error handling in rest handling and random generator in constituent
2016-06-14 14:51:48 +02:00
Frank Celler
e8a5f4b8aa
fixed random issue
2016-06-14 14:25:44 +02:00
Frank Celler
37dc4ae54e
fixed random issue
2016-06-14 14:22:43 +02:00
Andreas Streichardt
f46096d693
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-06-14 13:04:30 +02:00
Andreas Streichardt
60377dfd1b
Throw exception when calling cluster methods in non-cluster mode
2016-06-14 13:04:03 +02:00
Kaveh Vahedipour
3f0b5c1a36
minor optimisations
2016-06-14 12:20:22 +02:00
Kaveh Vahedipour
658a2a8f3d
clean up code, document
2016-06-14 12:00:34 +02:00
jsteemann
a7fa0c0544
fixed uniqueness issue for breadth-first traversal in cluster
2016-06-13 21:00:13 +02:00
Kaveh Vahedipour
1709d66841
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-13 19:32:56 +02:00
Kaveh Vahedipour
df93c72bd0
optimised key-value store for speed and readability
2016-06-13 19:32:50 +02:00
Andreas Streichardt
040959e83b
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-06-13 19:12:47 +02:00
Andreas Streichardt
d9d30d6bdc
Throw exception when not running in cluster
2016-06-13 19:11:29 +02:00
Frank Celler
4576ec4f5c
fixed return code
2016-06-13 17:20:17 +02:00
jsteemann
fc53bbec02
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
2016-06-13 15:17:02 +02:00
jsteemann
b898333162
fix SSL options
2016-06-13 15:16:31 +02:00
Kaveh Vahedipour
d130743a73
shrinkCluster tests
2016-06-13 15:15:10 +02:00
Kaveh Vahedipour
cf338d0158
shrinkCluster tests
2016-06-13 14:45:29 +02:00
Max Neunhoeffer
2a7f4684f4
Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel
2016-06-13 13:55:30 +02:00
Max Neunhoeffer
1f926fc24b
Fix synchronous replication: use shard name instead of ID.
...
Explanation: Different replicas of the same shard will have different
local collection IDs. Therefore we have to use the shard name
(collection name) to indentify collections in synchronous replication.
2016-06-13 13:54:32 +02:00
jsteemann
9abb3d6e72
do not count filtered values twice
2016-06-13 13:33:55 +02:00
jsteemann
6a9a45de2f
make it compile on Visual Studio
2016-06-13 13:21:30 +02:00
jsteemann
c580ac9b91
make it compile on Visual Studio
2016-06-13 13:18:57 +02:00
jsteemann
f09b91813d
pacify Visual Studio
2016-06-13 13:16:35 +02:00
jsteemann
85d8e84e2a
fixed endless looping
2016-06-13 12:15:30 +02:00
jsteemann
365a70643e
use std::move
2016-06-13 10:28:39 +02:00
Frank Celler
c192c41c21
fixed typo
2016-06-12 12:25:10 +02:00
Frank Celler
2dce30ac21
clang-format
2016-06-12 12:19:37 +02:00
Frank Celler
ed01dcec8f
secure-installation will remove all users except root
2016-06-12 12:19:37 +02:00
Michael Hackstein
614c52d5c6
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-06-10 21:34:53 +02:00
Michael Hackstein
7baee88d23
Removed Code that is now obsolete do to replacement of Neighbors by Pattern Matching traversal
2016-06-10 21:33:46 +02:00
Michael Hackstein
d7a710593a
Fixed some minor bugs in breadth-first-search for AQL traversal. Also added another test case for it.
2016-06-10 21:00:38 +02:00
Andreas Streichardt
7a6c00506e
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-06-10 19:28:23 +02:00
Kaveh Vahedipour
dfa2d31410
we can shrink cluster
2016-06-10 19:28:06 +02:00
Michael Hackstein
50225fdc0d
First draft of Breadth-First-Search implementation for Traversal.
2016-06-10 19:25:44 +02:00
Andreas Streichardt
e086199fa6
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-06-10 18:38:40 +02:00
Kaveh Vahedipour
d60b58427f
we can shrink cluster
2016-06-10 18:38:23 +02:00
Andreas Streichardt
c8383d6ca4
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2016-06-10 18:21:56 +02:00
Andreas Streichardt
f7301bdc7c
Implement unregister on shutdown
2016-06-10 18:21:41 +02:00
Kaveh Vahedipour
2e866c4067
we can shrink cluster
2016-06-10 18:20:37 +02:00