Jan
54c3ad572c
more detailed progress reporting for arangorestore ( #6329 )
2018-09-03 15:40:04 +02:00
jsteemann
66cceb3c37
remove submodule
2018-09-03 15:37:26 +02:00
Simon
3eed525481
Hide links ( #6348 )
2018-09-03 15:36:37 +02:00
Heiko
50bd88f2c9
new features geo aql editor ( #6346 )
2018-09-03 15:29:10 +02:00
Frank Celler
97117c341b
disable temporarily
2018-09-03 15:20:27 +02:00
jsteemann
1356775213
install config for arangovpack
2018-09-03 15:08:26 +02:00
jsteemann
aae4b7cc0c
copy over known issues
2018-09-03 12:05:51 +02:00
Frank Celler
ffb6868bbb
fix cast for macosx
2018-09-03 10:22:47 +02:00
Frank Celler
5d0acbed61
release version 3.4.0-preview.5
2018-09-02 12:45:22 +02:00
Frank Celler
d160c982ef
Merge branch 'devel' of https://github.com/arangodb/arangodb into 3.4
2018-09-02 11:39:10 +02:00
Frank Celler
a669d5a03d
disabled all ldap tests
2018-09-02 11:28:42 +02:00
Frank Celler
0bc8c88c12
disabled ldap tests in oskar for now
2018-09-02 10:29:19 +02:00
Frank Celler
f17eac6b96
fixed typo in test setup
2018-09-02 10:21:39 +02:00
Frank Celler
f696efe5ea
removed auditlog
2018-09-02 08:54:04 +02:00
Thomas Fauskanger
8864268265
Doc - Fix minor typo: "a" into "as" in ( #6332 )
2018-09-02 05:19:12 +02:00
Jan
e03f0daccd
skip "dump_encrypted" test in non-enterprise mode ( #6334 )
2018-09-01 22:55:04 +02:00
Jan
3a3c4f7f8b
fix failing readOnly test ( #6333 )
2018-09-01 22:54:33 +02:00
Jan
cb19878fad
more explicit order for SystemDatabaseFeature ( #6335 )
2018-09-01 22:54:03 +02:00
jsteemann
21388b2e2a
switch back changed default value of `overwrite`
...
this change went unnoticed since January, but must be reverted because
it changes the default behavior of arangodump
2018-09-01 21:15:32 +02:00
jsteemann
79bffd4ff2
added documentation
2018-09-01 19:21:19 +02:00
Frank Celler
ca34956f3c
fixed wrong result code
2018-09-01 16:16:29 +02:00
Frank Celler
5c6dc28266
moved to nondeterministic for now
2018-09-01 15:44:28 +02:00
Frank Celler
f71893353d
Feature/fortune ( #6324 )
...
* added fortune cookies
2018-09-01 14:18:30 +02:00
Dan Larkin-York
18d827688a
Fix condition finders moving filters past modifications into index nodes ( #6327 )
...
* Fixed issue with condition finder pulling filter past modification node into index.
* Fixed issue with traversal condition finder pulling filter past modification node into index.
* fixed jslint
2018-09-01 13:34:23 +02:00
Jan
c8ff719665
Bug fix/always remove lock file ( #6314 )
...
* always remove LOCK file
* disable useless messages about environment for upgrade check and password reset
2018-09-01 12:09:23 +02:00
ArangoDB Release Bot
7aae2051bf
nightly frontend build
2018-08-31 23:58:22 +00:00
Max Neunhöffer
071966ce94
Fix maintenance test. ( #6326 )
2018-08-31 21:54:55 +02:00
Jan
3c638849bd
this fixes the "undefined" HTTP status codes in the generated documentation ( #6322 )
2018-08-31 20:15:17 +02:00
Wilfried Goesgens
1a4ccf9de8
differenciate between AQL Queries and AQL Explain in generated headlines and buttons ( #6311 )
2018-08-31 20:09:46 +02:00
Heiko
e2f72f7a68
fixed displaying of log output in the ui ( #6320 )
2018-08-31 20:08:01 +02:00
Heiko
51e411bf20
fixed the checkbox alignment inside a modal element ( #6319 )
2018-08-31 20:07:35 +02:00
Vasiliy
e862efdc3b
issue 458.4: retrieve the system database via the SystemDatabaseFeature ( #6299 )
2018-08-31 19:45:10 +02:00
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
Frank Celler
d7a450ec7b
added Windows upgrading
2018-08-31 16:17:35 +02:00
Frank Celler
434bf25c50
added move shards
2018-08-31 16:15:49 +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
Frank Celler
920cc34450
fixed wrong paths
2018-08-31 13:20:09 +02:00
Vasiliy
10181433b7
issue 465.1: address V8 memory leak in tests ( #6306 )
2018-08-31 12:22:43 +02:00
Frank Celler
76ab67f605
workaround for LOCK
2018-08-31 11:10:33 +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
Frank Celler
0d6169a4be
fixed windows NSIS naming of packages
2018-08-31 10:17:02 +02:00
Frank Celler
b01cf9d79b
release version 3.4.0-preview.4
2018-08-31 06:20:43 +02:00
Frank Celler
2c5a93ea07
fix path
2018-08-31 05:15:57 +02:00
Frank Celler
f5f2adf241
Merge branch 'devel' of https://github.com/arangodb/arangodb into 3.4
2018-08-31 05:02:39 +02:00