1
0
Fork 0
Commit Graph

11517 Commits

Author SHA1 Message Date
Andreas Streichardt c326a17cde Add init test 2016-06-09 11:31:39 +02:00
hkernbach 758efcb611 removed console log 2016-06-08 17:28:09 +02:00
hkernbach cf84ffa248 grunt build 2016-06-08 17:19:29 +02:00
hkernbach 8a737b9c67 scale / nodes view 2016-06-08 17:16:59 +02:00
jsteemann 0d5e91e804 fixed jslint 2016-06-08 16:58:15 +02:00
jsteemann 3a247716e6 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-08 16:55:51 +02:00
jsteemann abcc5c01e9 some fixes 2016-06-08 16:55:45 +02:00
Max Neunhoeffer ae2963ef8b Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-06-08 16:50:23 +02:00
hkernbach 57b55eae8e grunt build 2016-06-08 16:49:49 +02:00
hkernbach 2071cdd647 scale view 2016-06-08 16:48:40 +02:00
Max Neunhoeffer cc654de9e8 More tests for moving shards. 2016-06-08 16:42:11 +02:00
Michael Hackstein 84695c2ef1 Fixed JSLint 2016-06-08 16:33:02 +02:00
Michael Hackstein 88813b393d Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-06-08 16:07:08 +02:00
Michael Hackstein 9c9ab164ae Fixed a bug in graph _paths if it was called without any direction. It generated an illegal query. 2016-06-08 16:06:51 +02:00
Max Neunhoeffer c427b7e136 Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-06-08 15:54:31 +02:00
Max Neunhoeffer 49cd6ca9f4 Fix leaderResign (no double resign) and leader change. 2016-06-08 15:54:00 +02:00
Andreas Streichardt 496454df3f /_admin/shutdown will now need a DELETE request 2016-06-08 15:26:53 +02:00
Max Neunhoeffer d48f5506f2 Fix shard removeShardFollower functionality. 2016-06-08 14:59:39 +02:00
Max Neunhoeffer d8069692ca Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-06-08 10:00:37 +02:00
Max Neunhoeffer 659a06765d Let a follower unfollow a leader. 2016-06-08 10:00:19 +02:00
jsteemann 3eff414061 jslinting 2016-06-08 09:08:23 +02:00
Max Neunhoeffer 1eb4fc458f Add tests for cleanout server. 2016-06-08 00:05:26 +02:00
Max Neunhoeffer c85bd2fdbe Implement leader resignation. 2016-06-07 23:26:34 +02:00
Max Neunhoeffer fe5b9f9c23 Remove shard entries in Agency less eagerly.
This fixes a bug about collections vanishing in Current.
2016-06-07 23:01:56 +02:00
Michael Hackstein 5b7bdc36ef Disabled GRAPH_VERTICES tests. Not supported any more 2016-06-07 20:16:03 +02:00
Michael Hackstein b7be6cce4a Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-06-07 20:10:41 +02:00
Michael Hackstein 69bc031bc7 Fixed GraphViewer to use new Pattern Matching in favor of traversal which has been removed 2016-06-07 20:03:00 +02:00
Michael Hackstein eb973762f7 Removed obsolete graph functions. This was AQL TRAVERSAL and GRAPH_TRAVERSAL please use the js Traversal module in Foxx instead for performance reasons. 2016-06-07 19:47:23 +02:00
hkernbach 62ada20405 grunt build [ci skip] 2016-06-07 17:55:30 +02:00
hkernbach 9d1fb83d28 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-06-07 17:52:30 +02:00
hkernbach 594929aef7 nodes view 2016-06-07 17:52:18 +02:00
Michael Hackstein d055ae176d Fixed explainer for shortest path. 2016-06-07 17:41:51 +02:00
Michael Hackstein a2b7a7511c Removed tests for TRAVERSAL in AQL. It has been abandoned. Use Pattern Matching instead. 2016-06-07 17:41:31 +02:00
Frank Celler f9298c2b43 3.0 2016-06-07 17:39:32 +02:00
jsteemann 6e3c05817e jslint 2016-06-07 17:33:13 +02:00
Kaveh Vahedipour 0a499f31a6 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-07 17:17:09 +02:00
Kaveh Vahedipour c0204e89d9 green tests in agencySize 3 2016-06-07 17:16:58 +02:00
Michael Hackstein 6033a0f40b Removed obsolete unused code 2016-06-07 17:10:35 +02:00
Michael Hackstein 80e2531741 Removed OBSOLETE AQLGenerator. Use AQB instead 2016-06-07 16:59:57 +02:00
Michael Hackstein c1e90bb426 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2016-06-07 16:47:36 +02:00
Michael Hackstein aa380c7d31 Added compatibility mode functions in general-graph. These allow to automatically bind user-defined functions that can be used to seemlessly replace 2.8 GRAPH_ functions. Just execute this bind once and replace all calls by arangodb::GRAPH_ in AQL. 2016-06-07 16:47:23 +02:00
Max Neunhoeffer 033371cfd3 Add action to move a shard. 2016-06-07 16:41:51 +02:00
Max Neunhoeffer 33ec7d8f15 Add a coordinator endpoint to clean out a server. 2016-06-07 16:25:23 +02:00
Max Neunhoeffer f12cc58aec Merge branch 'devel' of ssh://github.com/ArangoDB/ArangoDB into devel 2016-06-07 15:55:07 +02:00
Max Neunhoeffer 287f5a412d Add /Target/CleanedServers in agency (init & read out in API).
Note: Supervision still needs to add cleaned servers there.
2016-06-07 15:54:13 +02:00
Jan Steemann cc86485ffd Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-07 15:49:24 +02:00
Jan Steemann 0ef15e0fdf updated documentation 2016-06-07 15:48:59 +02:00
Max Neunhoeffer 3836cacaa0 More debugging output in resilience tests. 2016-06-07 15:40:05 +02:00
Kaveh Vahedipour 1f85b92b73 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2016-06-07 15:36:40 +02:00
Kaveh Vahedipour 49c1435d9c multi-host agency tests startup ok 2016-06-07 15:36:33 +02:00