1
0
Fork 0
Commit Graph

17684 Commits

Author SHA1 Message Date
Willi Goesgens f3381ef0a8 Split cluster/noncluster for sort. 2014-10-29 15:39:30 +01:00
Willi Goesgens b28287b1ed add our jsunity wrapper to the lint targets. 2014-10-29 14:45:19 +01:00
Willi Goesgens 34f84ee2d4 Fix lint. 2014-10-29 14:44:56 +01:00
Willi Goesgens 3e9d91341f When running several suites in one file, we have to remember the results. 2014-10-29 14:44:21 +01:00
Willi Goesgens 6e29024c44 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-10-29 13:52:42 +01:00
Max Neunhoeffer 7675012818 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-10-29 13:51:56 +01:00
Willi Goesgens 6048b8a92b Fix memleak: TRI_Insert2ArrayJson doesn't use the pointer; need to use TRI_Insert3ArrayJson here. 2014-10-29 13:51:56 +01:00
Max Neunhoeffer e90bdfcf35 Fix two tests. 2014-10-29 13:51:48 +01:00
Willi Goesgens 946372e909 Add test for adding references into arrays. 2014-10-29 13:51:29 +01:00
Jan Steemann 5d731e7bdc Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-29 13:19:21 +01:00
Jan Steemann 464c0751d9 removed TODOs 2014-10-29 13:19:13 +01:00
Jan Steemann cf79ef33e2 removed TODO 2014-10-29 13:15:52 +01:00
Max Neunhoeffer 6d73373249 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-10-29 13:14:35 +01:00
Max Neunhoeffer 534ae76279 Add an explanation of the instanciation procedure. 2014-10-29 13:09:11 +01:00
Jan Steemann 0d335f403a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-29 13:07:06 +01:00
Jan Steemann ecc6089cc8 removed TODO 2014-10-29 13:06:54 +01:00
Max Neunhoeffer a3265b7fd4 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-10-29 12:41:16 +01:00
Max Neunhoeffer da1c2c0109 Further simplify and cleanup instanciation. 2014-10-29 12:41:03 +01:00
Jan Steemann 2d44778d40 added CXX output 2014-10-29 12:35:31 +01:00
Jan Steemann 80be68b50f Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-29 12:33:35 +01:00
Jan Steemann ca15e72b14 fixed test 2014-10-29 12:33:10 +01:00
Frank Celler 1d468135a8 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-10-29 12:19:24 +01:00
Frank Celler 773927cb4c added CC version to info block 2014-10-29 12:18:17 +01:00
Jan Steemann c31d8fae68 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-29 12:14:31 +01:00
Jan Steemann d67a60c223 removed TODO 2014-10-29 12:14:14 +01:00
Max Neunhoeffer 42eefbe71d Cleanup and comment instanciation. 2014-10-29 12:13:43 +01:00
Max Neunhoeffer 7e6e758a76 Remove unnecessary plans for coordinator pieces. 2014-10-29 11:41:24 +01:00
Max Neunhoeffer ecb7317461 Remove enterSubQueryFirst. 2014-10-29 11:37:06 +01:00
Max Neunhoeffer bfe67b6494 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-10-29 11:25:54 +01:00
Max Neunhoeffer 59c1935466 Get rid of some TODOs and FIXMEs. 2014-10-29 11:25:30 +01:00
Willi Goesgens 6d40e00982 Implement offset for ports so we can run several jenkins jobs in paralell without clashes. 2014-10-29 10:39:44 +01:00
Max Neunhoeffer cfb26c8b0a Fix instanciation order, for good??? 2014-10-29 10:37:39 +01:00
Max Neunhoeffer 18990d9b95 Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2014-10-29 08:57:34 +01:00
Jan Steemann 35cc5bb468 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-29 01:04:53 +01:00
Jan Steemann 8bb213e7ba sort and cache list expression values
emplace

fixed wrong assertion
2014-10-29 01:02:20 +01:00
Max Neunhoeffer 5da86da39d Another step to fix instanciation of plan in cluster. 2014-10-29 00:27:45 +01:00
Max Neunhoeffer 96c749682e Fix order of ExecutionBlock instanciation in cluster. 2014-10-28 23:48:48 +01:00
Jan Steemann 1a1e63ac66 speed up jslint tests 2014-10-28 20:35:02 +01:00
Jan Steemann da61ef9c44 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-28 18:10:29 +01:00
Jan Steemann 2e9100619a a bit less copying 2014-10-28 18:10:23 +01:00
Willi Goesgens a25f5aa513 Optionalize the availability of valgrind arguments. 2014-10-28 18:05:53 +01:00
Jan Steemann 246c6fc840 less parameter passing 2014-10-28 16:50:09 +01:00
Thomas Schmidts b1fb5478a7 Fixed wrong API docu for /job 2014-10-28 16:08:59 +01:00
Thomas Schmidts 9e234b26ba Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-10-28 16:08:29 +01:00
Jan Steemann a1c28551ca jslintified 2014-10-28 16:05:32 +01:00
Jan Steemann 47f987cdc6 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-28 16:01:50 +01:00
Jan Steemann da10751030 do not spam dispatcher queue 2014-10-28 16:01:40 +01:00
Willi Goesgens 9fe16ea5ca If cluster nodes run localy, we can check their health by statusExternal. 2014-10-28 16:00:18 +01:00
Jan Steemann 0e27ccbfdb jslintified tests 2014-10-28 15:59:38 +01:00
Jan Steemann c03aa8bb5b Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-10-28 15:02:45 +01:00