1
0
Fork 0
Commit Graph

19246 Commits

Author SHA1 Message Date
Jan Steemann 6fa6516cf0 updated CHANGELOG 2015-02-11 12:52:26 +01:00
Jan Steemann 8aa907a1d4 do not warn when returning an unknown HTTP status code 2015-02-11 12:46:16 +01:00
Jan Steemann 67f5cc0379 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-02-11 12:45:55 +01:00
Jan Steemann ce69be69bf increase default value for maxIterations 2015-02-11 12:45:41 +01:00
Heiko Kernbach 3404fd6aa6 added event when selecting a query from selectbox 2015-02-11 12:45:00 +01:00
Heiko Kernbach 0bf4ee9b88 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-11 12:40:28 +01:00
Heiko Kernbach 8ea9d50a6f added more updates for custom queries, to prevent cross browser overwriting 2015-02-11 12:39:09 +01:00
Willi Goesgens 2175eab0ab re-add windows build dependencies 2015-02-11 12:04:49 +01:00
Heiko Kernbach 6c94c1a3d4 frontend - table header was removed when adding a new index 2015-02-11 10:17:03 +01:00
Frank Celler 3e35e94a83 added hidden option --fronend-version-check 2015-02-10 21:24:24 +01:00
Willi Goesgens 91ddcfa8de Add precommit script for jslint 2015-02-10 13:03:14 +01:00
Willi Goesgens 88dc378028 Add pre-commit hook make gitjslint 2015-02-10 10:54:37 +01:00
Jan Steemann 22fd256527 Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2015-02-10 10:34:52 +01:00
Willi Goesgens 0e52adc100 make all parts of the travis builds one script again - it didn't offer benefits. 2015-02-10 10:29:05 +01:00
Jan Steemann 30ce8d0581 fixed broken test script 2015-02-10 10:28:19 +01:00
Jan Steemann 82c9d8cadd jslint, unglobalized functions 2015-02-10 10:04:56 +01:00
Willi Goesgens bf36f1dafe Lintify 2015-02-10 09:52:02 +01:00
Willi Goesgens b6556576d3 Handle commandline parsing in a nicer way. 2015-02-10 00:19:55 +01:00
Willi Goesgens 9c244e0348 Lintify. 2015-02-09 19:11:00 +01:00
Willi Goesgens 637901de28 More shellish commandline parsing. 2015-02-09 19:06:14 +01:00
Willi Goesgens f821b6045c If there exists a symlink to run, and there is a .js script by the same name, it now can simply be called.
so, instead of
  ./scripts/run scripts/unittest.js ...
you now can do
  ./scripts/unittest ...

:-]
2015-02-09 18:26:40 +01:00
Willi Goesgens 397bcededa Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2015-02-09 17:34:49 +01:00
Willi Goesgens edda36b484 match new etcd
- use 127.0.0.1 instead of localhost
  - properly pass errors up if we fail to launch a cluster component
  - Planner: throw proper error objects.
  - testing: properly handle cluster start abort situations.
  - if the agent doesn't come up in time, kill it for a proper abort.
2015-02-09 17:34:16 +01:00
Willi Goesgens 633c82d674 Add new etcd 2015-02-09 17:30:21 +01:00
Willi Goesgens b85ee2956a Remove old etcd. 2015-02-09 17:25:15 +01:00
Jan Steemann ff813a7d11 removed wrong comment 2015-02-09 11:33:13 +01:00
Frank Celler f7a8264956 Update README.md 2015-02-08 20:45:30 +01:00
Frank Celler 9631c2e2aa removed devel branch 2015-02-08 12:12:27 +01:00
Frank Celler b4da85dbae changed status infos 2015-02-08 12:11:09 +01:00
Frank Celler aee598c3f2 fixed versions 2015-02-08 12:08:48 +01:00
Max Neunhoeffer dd0d57b41a Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel 2015-02-07 21:35:18 +01:00
Max Neunhoeffer 134aa7fce8 Add breakpoint facility via console for JavaScript code in server. 2015-02-07 21:34:20 +01:00
Jan Steemann 73a4ae79dd use -y option for apt-get install 2015-02-07 20:51:10 +01:00
Jan Steemann e085af8b09 attempt to use gold for linking 2015-02-07 12:10:10 +01:00
Jan Steemann acc354839d made functions static 2015-02-06 21:15:05 +01:00
Willi Goesgens c05df44a50 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-06 09:55:10 +01:00
Willi Goesgens c2913cf393 adjust test to the (documented) reality: illegal dbs will return undefined on access. 2015-02-06 09:49:42 +01:00
Jan Steemann 89bf892c87 updated CHANGELOG 2015-02-05 23:24:02 +01:00
Jan Steemann 37f19da583 update CHANGELOG with 2.4 changes 2015-02-05 21:20:01 +01:00
Willi Goesgens 28c828762c Merge branch 'devel' of github.com:arangodb/arangodb into devel
Conflicts:
	js/server/tests/shell-foxx.js
2015-02-05 19:34:32 +01:00
Willi Goesgens 59892c2b20 Lintify unittests. 2015-02-05 19:32:51 +01:00
Alan Plum 4741b8707c Removed obsolete tests for legacy foxx behaviour. 2015-02-05 18:48:45 +01:00
Jan Steemann dd74c6ac87 execute read and write operations of different collections in the same AQL query in lockstep, and not sequentially 2015-02-05 18:27:10 +01:00
Jan Steemann 4761a70f5b fix potentially failing jasmine tests 2015-02-05 16:20:05 +01:00
Willi Goesgens ed80dd575d Lintify. 2015-02-05 13:36:17 +01:00
Willi Goesgens 2456958bf5 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-05 13:32:12 +01:00
Willi Goesgens 073ab5e109 Fix the test - you may access non existing illegal collections, but you will get undefined as result. 2015-02-05 13:31:27 +01:00
Heiko Kernbach e0d957cab6 Merge branch 'devel' of github.com:arangodb/arangodb into devel 2015-02-05 10:50:00 +01:00
Heiko Kernbach 9bf1bf1db2 fixed pagination when filtering collections 2015-02-05 10:48:44 +01:00
Heiko Kernbach 631cd32b5e fixed pagination when filtering collections 2015-02-05 10:45:48 +01:00