1
0
Fork 0
Commit Graph

14375 Commits

Author SHA1 Message Date
Simon 8a5aeaf240 Fix crash on Agency / DBserver with user JWT tokens (#6605) 2018-09-26 14:31:14 +02:00
Dan Larkin-York 069b456217 [3.3] Backport #6539. (#6569) 2018-09-24 13:00:08 +02:00
Heiko 5595317ecb catch 501 (not implemented) in the query editor (ui) (#6525) 2018-09-18 17:46:48 +02:00
jsteemann 316a32e545 release version 3.3.16 2018-09-17 19:47:08 +02:00
Simon 781af3886c Fix deduplication in IndexBlock (#6510) 2018-09-17 12:52:49 +02:00
Alan Plum d04ce21f6d Fix getReadableName (3.3) (#6273) 2018-09-11 08:53:04 +02:00
jsteemann 15829f66c3 Merge branch '3.3' of https://github.com/arangodb/arangodb into 3.3 2018-09-10 22:17:16 +02:00
jsteemann efd2a552d4 fix a test that failed 2018-09-10 22:16:55 +02:00
jsteemann 040c763f62 release version 3.3.15 2018-09-10 22:14:23 +02:00
Jan d991ba903d
fix two issues with sorted COLLECT (#6431) 2018-09-10 16:21:15 +02:00
Heiko f3a651e03b fixed duplicate orphan bug (#6406)
* fixed duplicate orphan bug

* removed print
2018-09-06 12:29:01 +02:00
maxkernbach 358c383c82 improve graph error messages in the UI (#6367) 2018-09-05 12:34:00 +02:00
Dan Larkin-York 2bd9887407 [3.3] Fix condition finders moving filters past modifications into index nodes (#6328) 2018-09-04 17:05:53 +02:00
jsteemann 88b6148662 release version 3.3.15 2018-09-03 20:40:03 +02:00
Michael Hackstein 99640a08a1 Bug fix 3.3/pathuniqueness in bfs (#6303) 2018-09-03 14:02:40 +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
Heiko 97c426a9c9 added gharial tests (#6202) 2018-08-21 11:37:47 +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
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
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
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
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 75ce68f49d
fix anonymization with unique indexes (#6067) 2018-08-03 12:17:22 +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
jsteemann 92a0c395de release version 3.3.13 2018-07-26 18:15:59 +02:00
Heiko 1809b86009 fixed usage of server short name due api change (#5998) 2018-07-26 14:56:52 +02:00
jsteemann d18cff77d6 release version 3.3.13 2018-07-25 20:01:36 +02:00
Jan Christoph Uhde 7c63c0e2fc bug-fix-3.3/double-modification-bug (#5981) 2018-07-25 18:26:02 +02:00
Jan e266efdf96
fixed issue #5977: Unexpected execution plan when subquery contains COLLECT (#5983) 2018-07-25 17:33:45 +02:00
jsteemann 9b28232b12 added tests 2018-07-25 17:08:41 +02:00
Tobias Gödderz b91d22d97d [3.3] Bugfix: Fix `_rev` handling in `UPDATE`/`REPLACE` `WITH` clauses (#5967) 2018-07-25 12:28:16 +02:00
Michael Hackstein 628dd917fc Let the read-only-mode-spec wait longer. Unfortunately the read only information is not bound to the version so we can only do a waiting stunt (#5969) 2018-07-25 09:41:51 +02:00
Dan Larkin-York 1897fd029f Add load balancing support to cursor API in 3.3 (#5797) 2018-07-24 09:56:40 +02:00
Jan 9a639e0d48
Bug fix 3.3/fix hanging tests (#5944) 2018-07-24 09:35:06 +02:00