1
0
Fork 0
Commit Graph

43500 Commits

Author SHA1 Message Date
Jan 17ea2d4ec9
suppress some messages which are expected on shutdown (#6381) 2018-09-05 14:15:35 +02:00
Jan 9edb9dedef
fix logging of stdout for agency nodes (#6376)
also capture stderr as originally intended (was not logged)
2018-09-05 13:48:09 +02:00
Vasiliy 5329f34771 issue 465.2.2: remove redudnant heap allocations and simplify API (#6349)
* issue 465.2.2: remove redudnant heap allocations and simplify API

* address merge issue

* address more merge issues

* address more merge issues

* address review comments

* do not deallocate non-allocated instances
2018-09-05 13:37:37 +03:00
maxkernbach 87e4f455d6 improve graph error messages in the UI (#6368) 2018-09-05 12:34:09 +02:00
ArangoDB Release Bot 72532ca24a nightly frontend build 2018-09-04 23:58:35 +00:00
Jan 4baca1f51d
use less VPackBuilders when restoring data into a collection (#6365) 2018-09-04 16:55:14 +02:00
Jan 09bf296545
Bug fix/cache fullcount in query cache (#6364) 2018-09-04 16:33:13 +02:00
Jan be637cc1a2
Feature/relax aql limit grammar (#6363) 2018-09-04 16:02:33 +02:00
jsteemann 56b3cc5b9c updated documentation @Simran-B 2018-09-04 15:42:11 +02:00
Andrey Abramov af53b218af
One more ArangoSearch issue 2018-09-03 19:22:22 +03:00
Andrey Abramov f7ed9e6b27
Even more ArangoSearch issues 2018-09-03 18:22:15 +03:00
Jan ae887d1d1a
do not add extra v8 contexts while already shutting down (#6343) 2018-09-03 17:04:08 +02:00
Andrey Abramov 4e9d2850de
Add one more ArangoSearch issue 2018-09-03 17:52:32 +03:00
Andrey Abramov cf6589485b
Add some ArangoSearch related known issues 2018-09-03 17:49:09 +03:00
jsteemann 78d7c6e93d added deprecation warning 2018-09-03 16:40:03 +02:00
Kaveh Vahedipour 89f96c00d1 fixed typo in limiting the thread num (#6347) 2018-09-03 16:09:04 +02:00
jsteemann 515d427073 remove two issues, as they are fixed! 2018-09-03 15:53:53 +02:00
Jan 9e8c4644a8
more detailed progress reporting for arangorestore (#6329) 2018-09-03 15:39:39 +02:00
Heiko b3924a94d8 new features geo aql editor (#6344) 2018-09-03 15:28:57 +02:00
jsteemann 0c1040874a remove unused submodule 2018-09-03 15:21:11 +02:00
Simon 0661a4c1fe Hide Links from getIndexes() (#6325) 2018-09-03 15:17:24 +02:00
jsteemann 06b89a2c24 install config for arangovpack 2018-09-03 15:09:15 +02:00
Kaveh Vahedipour 85fb0c1776 Fast lane action workers (#6317)
* fast tracking in maintenance
* Maintenance workers and actions have options for matching
* corrected findAction
* added fast track test
* matches should match all labels
2018-09-03 14:27:10 +02:00
Jan 07abfca588
Bug fix/cleanup 020918 (#6338) 2018-09-03 12:56:41 +02:00
jsteemann 378cf81f7f fix typos 2018-09-03 12:04:49 +02:00
Wilfried Goesgens 2e5343cd0f Add two issues (#6341) 2018-09-03 12:04:01 +02:00
Frank Celler 244c27f7e0 fix cast for macosx 2018-09-03 10:21:52 +02:00
Kaveh Vahedipour c7bb7a6f44 Feature/dont get local system collections alltogether (#6250)
* don't need to look at local _system collections in maintenace
* Use system() API to determine if a collection is a system coll.
2018-09-03 09:23:06 +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