1
0
Fork 0
Commit Graph

43500 Commits

Author SHA1 Message Date
Jan 24ca3acf97
rename `tests/js/*/tests/*` to `tests/js/*/*` (#6280) 2018-08-31 19:42:21 +02:00
Jan 5873f63a72
Bug fix/fixes 2908 (#6279) 2018-08-31 17:26:54 +02:00
Jan 840ad8c20d
added option `--rocksdb.use-file-logging` (#6308) 2018-08-31 17:23:00 +02:00
Jan 191ae2dc43
do not report figures for an index by default (#6296)
the change in behavior crept in unintentionally due to my last
change of the index API. this PR reverts the unintended change
here so figures are only returned when explicitly requested
2018-08-31 17:22:00 +02:00
Lars Maier 66bb45c9c8 Bugfix/No Maintenance threads default to low (#6310)
* Fixed number of maintenance threads to low by default.
* Fixed types for `std::max`.
2018-08-31 15:28:44 +02:00
Lars Maier 63d9cfa081 Maintenance Fixes (#6284)
* Clean up for `FIXMEMAINTENANCE` comments: removed race condition, added errors and `notify()`s.
* Removed dublicated code.
* Added requested changes. Added error reporting for `UpdateCollection`.
* Make it compile. Add missing `notify()`.
* `CreateCollection` generates errors in all code paths.
* Fixed catch test.
2018-08-31 15:24:29 +02:00
Kaveh Vahedipour 679c6904f4 fixed a condition, when the local leader dropped the shard, before leadership resignation had happened (#6282) 2018-08-31 13:20:35 +02:00
Vasiliy 10181433b7 issue 465.1: address V8 memory leak in tests (#6306) 2018-08-31 12:22:43 +02:00
Kaveh Vahedipour fe9b2fecdc notifyInactive has been lying aroung in the agent without being used. relique of the time, when we thought, that we would have an pool of agents from which we'd draw, if an agent failed (#6290) 2018-08-31 10:48:39 +02:00
Frank Celler d509411990 fixed windows NSIS naming of packages 2018-08-31 10:20:47 +02:00
ArangoDB Release Bot eec3ec2b06 nightly frontend build 2018-08-30 23:58:16 +00:00
Michael Hackstein 0a343392ac
Forward port of bugfix to issue #5941 from 3.3.15 (#6304) 2018-08-30 21:03:44 +02:00
Jan abe5bec016 Doc - add known issues for 3.4 release (#6301) 2018-08-30 19:57:42 +02:00
Wilfried Goesgens a30a93aa3f fix example, so geo indices are actually used (#6305) 2018-08-30 19:22:13 +02:00
Heiko fd81e34498 fixed the selection of the wrong line inside the aql query editor when an query backend error appears (#6302) 2018-08-30 14:51:16 +02:00
jsteemann ad98a1a40e added behavior change 2018-08-30 13:16:06 +02:00
Heiko 5dccea9789 disabled renaming of views in the cluster, added search, added desc sorting (#6300) 2018-08-30 12:34:27 +02:00
Heiko 668d24cf89 optimized geo json fallback in query editor (#6298)
* optimized geo json fallback in query editor

* requested change
2018-08-30 09:29:02 +02:00
Wilfried Goesgens 72b2909dc9 Doc - use standard geo-json in this example (#6291) 2018-08-30 04:41:57 +02:00
ArangoDB Release Bot 83087da1bc nightly frontend build 2018-08-29 23:58:46 +00:00
KVS85 4d972e5900 Enable views usage in designated tests (#6295) 2018-08-30 01:50:39 +03:00
jsteemann 8d21ebb323 some more sentence about usage of V8 2018-08-30 00:11:44 +02:00
Heiko 6ac135e876 semver foxx plain func (#6293) 2018-08-29 20:26:03 +02:00
jsteemann 462bfd0063 update documentation 2018-08-29 19:46:41 +02:00
jsteemann 22ba4b22cf fixed examples 2018-08-29 19:40:32 +02:00
Jan cfc7b9ab00 remove unused bloat from the packages (#6287) 2018-08-29 18:23:19 +02:00
Wilfried Goesgens d9d09dad7f broadcast variable into subscript before using it (#6292) 2018-08-29 18:21:48 +02:00
Alan Plum ecfdd8e698 Fix getReadableName (#6272)
* Move getReadableName to new test folder

* More tests

* Fix getReadableName

* Linting
2018-08-29 17:20:52 +02:00
Vasiliy 1586b5128e issue 458.3: syntactic cleanup (#6286)
* issue 458.3: syntactic cleanup

* remove extraneous debug output
2018-08-29 17:20:00 +03:00
Wilfried Goesgens 792192ea1d Bug fix/fix old rpm (#6285) 2018-08-29 14:14:57 +02:00
Vasiliy a6f3444601 issue 458.2.1: ensure LogicalCollection presence is checked before granting/revoking permissions (#6274)
* issue 458.2.1: ensure LogicalCollection presence is checked before granting/revoking permissions

* try to address test failures

* backport: support wildcard for database too

* create collection before granting

* adjust ruby tests to expect behaviour as defined by issue #458

* adjust expected Ruby test result

* create required collection in Ruby test

* revert back to previous test code since Ruby refuses to create required collection

* missed revert
2018-08-29 14:57:56 +03:00
Wilfried Goesgens 2177814b53 Bug fix/fix old rpm (#6283) 2018-08-29 13:12:53 +02:00
jsteemann 9650911d53 improve wording here and there 2018-08-29 12:34:29 +02:00
Frank Celler edb6011ccb fixed typo in version number 2018-08-29 04:14:48 +02:00
ArangoDB Release Bot ee30ca1cdf nightly frontend build 2018-08-28 23:58:22 +00:00
KVS85 892106e98d Add OPTIONS everywhere in AQL_QUERY and switch FILTER to SEARCH in several queries (#6276) 2018-08-28 22:26:19 +03:00
jsteemann b6ada27af1 re-add js 2018-08-28 21:08:10 +02:00
jsteemann 1c3ac5f4f0 fixed typo 2018-08-28 20:53:38 +02:00
Wilfried Goesgens 65a1f98012 add the tests from the new location too (#6278) 2018-08-28 20:25:50 +02:00
Jan 29e4b9b39a
add information about library upgrades (#6277) 2018-08-28 20:03:37 +02:00
jsteemann 127dc4ec8e Merge branch 'devel' of https://github.com/arangodb/arangodb into devel 2018-08-28 20:01:17 +02:00
jsteemann d698645e04 added notes about nscd requirement 2018-08-28 20:01:01 +02:00
KVS85 a1c2e49424 Bug fix/fix view check for auth test (#6270)
* Fix view cache clear before switching to root.

* Remove redundant output.

* Fix typo
2018-08-28 20:58:54 +03:00
Wilfried Goesgens 975ada6d20 upgrade rocksdb to 5.16-fb (#6247) 2018-08-28 19:07:37 +02:00
Wilfried Goesgens 430f5229dd upgrade snappy (#6245) 2018-08-28 19:07:25 +02:00
Simon 1afe3bce98 Remove header from trx::methods (#6271)
* do not create header here

* move headers up
2018-08-28 17:31:00 +02:00
Frank Celler ce1fe5cf66 added space as safeguard for sed replacement 2018-08-28 17:27:34 +02:00
Frank Celler 4a65419090 tags are fetched, not pulled 2018-08-28 17:21:14 +02:00
Frank Celler c9c20a8f08 only push matching tag 2018-08-28 15:39:46 +02:00
Frank Celler 50f665e445 added README generation 2018-08-28 15:35:00 +02:00