1
0
Fork 0
Commit Graph

42125 Commits

Author SHA1 Message Date
Jan df61da5007
always remove LOCK file (#6316) 2018-09-03 15:33:16 +02:00
Michael Hackstein 99640a08a1 Bug fix 3.3/pathuniqueness in bfs (#6303) 2018-09-03 14:02:40 +02:00
Jan 6d888d4e95
more detailed progress output for arangorestore (#6330)
showing the percentage of how much data is restored for bigger collections
plus a set of overview statistics after each processed collection
2018-09-03 13:54:38 +02:00
Jan 71c42bec9f
added option `--rocksdb.use-file-logging` (#6307) 2018-08-31 17:24:34 +02:00
jsteemann 2ec21d1657 fix jslint warning 2018-08-30 08:35:01 +02:00
jsteemann 6ea7407b88 fix jslint warning 2018-08-30 08:32:59 +02:00
Alan Plum 0df237393c Better Foxx errors (3.3) (#6269)
* Fix codeFrame formatting

Pushing the codeFrame first results in ugly line breaks or extra spaces.

* Include cause in MODULE_FAILURE message

The error is always a wrapper for an underlying cause so it should be easier to determine what caused it.

* Add a codeFrame for failed _install

We normally only want this in dev mode but service CRUD should always provide detailed info.

* Expose codeFrame in Foxx CRUD

The codeFrame can only come from a failed _install, so let's make it visible to Foxx CLI and friends.

* Add codeFrame to runScript

Scripts can also only be executed with access to the Foxx API so we can provide the same info as during CRUD.

* Trim codeFrame fileName to basePath

If we have a basePath, we don't need to expose the full path to the user for the codeFrame to be meaningful.

* Fix getReadableName

Previously 'catch-fire' would become 'Catch  Ire'.

* Add to changelog
2018-08-28 14:32:31 +02:00
Jan 3795f8c773
speed up AQL query plan generation (#6243)
- add startup option `--query.optimizer-max-plans value`
- honor "maxNumberOfPlans" in all cases
- lower default value for "maxNumberOfPlans" from 192 to 128
2018-08-24 13:11:06 +02:00
Simon 91d4c7edb1 Make sure leader is doing a full resync (#6236) 2018-08-24 09:38:35 +02:00
jsteemann ddefb77e7e preparation for directory move 2018-08-22 11:09:21 +02:00
jsteemann 857ba0bd02 move blacklist file 2018-08-22 10:53:39 +02:00
Heiko 97c426a9c9 added gharial tests (#6202) 2018-08-21 11:37:47 +02:00
Omar_A a4c50fd3f8 Removed Limitation note in transaction (#6025)
see: arangodb/planning#1911
2018-08-20 19:05:23 +02:00
jsteemann e4ed8d503b fix compilation with clang 2018-08-20 16:36:16 +02:00
Matthew Von-Maszewski ef4a6b84fa backport PR 6150: unique function to block network retries during shutdown. (#6188) 2018-08-20 12:58:25 +02:00
Matthew Von-Maszewski 141766d20e backport of PR 5201 to 3.3 code line (#6186) 2018-08-20 09:27:34 +02:00
Heiko 3e010965db added lost gharial tests (#6172) 2018-08-20 09:19:22 +02:00
Heiko 01e39a391b Feature/more api gharial tests (#6168) 2018-08-20 09:16:30 +02:00
Matthew Von-Maszewski 5bff8bed45 Bugfix 3.3: port devel PR 5114 to 3.3 branch (#6124) 2018-08-17 14:19:42 +02:00
jsteemann 0770bd279b updated CHANGELOG 2018-08-17 14:16:21 +02:00
Kaveh Vahedipour 628fbe23ef Bug fix 3.3/servers should retry registration (#5917) 2018-08-17 11:14:50 +02:00
Matthew Von-Maszewski 87ec4ec61f back port PR 5238 from devel to 3.3: Add pacing logic to arangoimp. (#6126) 2018-08-17 09:18:08 +02:00
jsteemann 8f71fa02a5 updated CHANGELOG 2018-08-16 16:37:49 +02:00
Heiko c150126ce8 fixed events not properly bound to view (#6144) 2018-08-16 08:46:06 +02:00
jsteemann 377be26533 release version 3.3.14 2018-08-15 13:35:48 +02:00
jsteemann 3330508a3a jslint 2018-08-15 12:09:47 +02:00
Alan Plum e41cece7c9 Fix Foxx CRUD errors (3.3) (#5877) 2018-08-15 11:56:16 +02:00
Alan Plum d56fdf3b84 Fix #5736 (3.3) (#5845) 2018-08-15 11:54:53 +02:00
sleto-it ddd7a5b482 Update CHANGELOG (#6163) 2018-08-15 10:00:23 +02:00
Heiko 250f04ebec Bug fix 3.3/issue 5831 (#6092) 2018-08-15 09:54:34 +02:00
Heiko 317b074ce6 webui, fixed misalignment of a table (#6135) 2018-08-15 09:53:34 +02:00
Michael Hackstein 0a9005e890
Bug fix/dump restore under authentication (#6156)
* Let authentication dump test execute the dump under authentication as well.

* Added a test for active-failover to ensure users are kept during failover scenarios

* Added temporary rights for Admin users on dump and restore for indexes and inventory.

* Updated changelog

* Added a test for replication of _users in single-server replication case

* Added a regression test in replication that validates users are replicated under authentication

* Execute replication ongoing tests under authentication
2018-08-14 22:18:26 +02:00
jsteemann 328a80692b add exception in case graph cannot be found 2018-08-14 14:06:07 +02:00
Simon f5116c4bc3 support truncate marker, add intermediate commit hints (#6125) 2018-08-09 15:13:06 +02:00
Jan c10eb9ee10
fix potential crash in shard distribution reporter (#6120) 2018-08-09 11:29:09 +02:00
Vinay Pyati 2afe86d9ce getBatchSize() instead setBatchSize() in Get query options (#6117) 2018-08-08 14:23:53 +02:00
jsteemann a4adcda883 release version 3.3.14 2018-08-08 12:36:08 +02:00
jsteemann a11c5273d1 updated CHANGELOG 2018-08-08 11:27:05 +02:00
Matthew Von-Maszewski ec5a2f62b8 3.3: Bring two key Agency bug fixes, plus some secondary stuff back to 3.3 (#6009) 2018-08-08 10:33:17 +02:00
Heiko 885d3ff349 Bug fix 3.3/issue 5943 (#6097) 2018-08-07 15:15:51 +02:00
Heiko ce32a9baaa Bug fix 3.3/issue 5354 (#6084) 2018-08-07 15:15:16 +02:00
Heiko cfe024c69b fixed ui bug when saving invalid document type (#6080) 2018-08-07 15:14:17 +02:00
Kaveh Vahedipour 3e17bad2ae Bug fix/parallel creation of indexes incluster (#6086) 2018-08-07 11:47:28 +02:00
Simon 8597708b3b Fix intermediate commits (#6039) 2018-08-06 17:15:02 +02:00
Jan 40edf3150e
fixed issue #6076: Segmentation fault after AQL query (#6081) 2018-08-06 14:27:07 +02:00
Jan 75ce68f49d
fix anonymization with unique indexes (#6067) 2018-08-03 12:17:22 +02:00
jsteemann aabddb7c28 rename attribute to "engine" for consistency 2018-08-03 11:08:13 +02:00
Dan Larkin-York fc7976b92d Register version and storage engine info in agency to facilitate rolling upgrades (#6062) 2018-08-03 09:46:42 +02:00
Jan Christoph Uhde 1ffcfd63ba fix timeout issue next try: no subquery nodes on dbservers (#6036) 2018-08-03 09:43:35 +02:00
Jan 0660044448
fixed issue #6031: Broken LIMIT in nested list iterations (#6032) 2018-08-01 08:29:57 +02:00