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
Tobias Gödderz
209e53aaf7
[3.3] Bugfix: Add missing plan version increments in repair-distributeShardsLike ( #5952 )
...
* Added missing plan version increments. Taken from #5649 .
* Fix test: increase plan version after changing the plan
2018-07-24 09:14:08 +02:00
jsteemann
104226d22b
fix jslint warnings
2018-07-20 16:34:16 +02:00
jsteemann
cf47a0e8f0
added facility to turn off specific endpoints tests
...
use `--skipEndpointsIpv6 true` to turn off Ipv6 endpoint tests
use `--skipEndpointsUnix true` to turn off Unix domain socket endpoint tests
additionally, use a random filename for the unix socket descriptor file
2018-07-20 16:29:56 +02:00
Kaveh Vahedipour
5e104f53be
Feature 3.3/add engine statistics and data size ( #5908 )
2018-07-19 11:18:43 +02:00
Dan Larkin-York
7929859b23
Fixed behavior of graph._countCommonNeighbors with includeData true. ( #5893 )
2018-07-18 12:35:16 +02:00
jsteemann
3c1b607e95
create _fishbowl collection with same distribution as other system collections
2018-07-17 20:42:27 +02:00
Tobias Gödderz
9b85243f69
[3.3] Bugfix: Creating a graph failed erroneously (v2) ( #5898 )
...
* Regression test & bugfix: comparison of edge definitions didn' order from and to
* Updated CHANGELOG
2018-07-17 12:56:00 +02:00
Kaveh Vahedipour
c1d671dcb9
Bug fix 3.3/agency better log compaction ( #5098 )
...
* agency's log compaction according to internal issue #2249
2018-07-16 12:12:05 +02:00
Kaveh Vahedipour
7a058a589b
allow for longer timeouts in larger agency tests ( #5836 )
2018-07-12 17:01:01 +02:00
jsteemann
6c42122178
release version 3.3.12
2018-07-12 14:34:33 +02:00
Tobias Gödderz
557796dde1
[3.3] Bugfix: Creating a graph failed erroneously ( #5843 )
...
* Bugfix: edge definition equality check occasionally failed when it shouldn't
* Added a regression test
* Updated CHANGELOG
2018-07-12 12:56:13 +02:00
Jan
5c20d44edf
fix issue #5727 : Edge document with user provided key is inserted as many times as the number of shards, violating the primary index ( #5821 )
2018-07-10 16:08:28 +02:00
Jan
c21d2d46cd
Bug fix 3.3/fix hangs ( #5805 )
2018-07-10 13:52:58 +02:00
Michael Hackstein
131114292b
Bug fix/internal issue 2658 ( #5760 )
2018-07-04 21:51:24 +02:00
Jan
01e946bef7
replace busy-waiting with just waiting ( #5723 )
2018-07-03 09:01:23 +02:00
Jan
fdcb9df17c
honor "restrictType" and "restrictCollections" in replication again ( #5685 )
2018-06-28 19:14:26 +02:00
Tobias Gödderz
18f939ebcf
[3.3] Bugfix: Distinct collect block could create an empty result block ( #5709 )
2018-06-28 13:26:59 +02:00
Frank Celler
cb0aaa435f
backport Scheduler from devel ( #5533 )
2018-06-28 13:26:04 +02:00
jsteemann
be3795a25a
release version 3.3.11
2018-06-26 15:18:08 +02:00
maxkernbach
267f675d79
fix table validation ( #5665 )
...
include result with length = 1 to enable table view and csv download for a query with only 1 result
2018-06-25 14:00:14 +02:00
Jan
9a1d7bc0a5
fixed internal issue #2559 ( #5634 )
2018-06-20 11:46:10 +02:00
Jan
32725ad0c4
prevent an optimization from destroying variables ( #5586 )
2018-06-18 11:58:31 +02:00
Max Neunhöffer
a264d90227
Add an API to query for status of moveShard and cleanOutServer jobs. ( #5594 )
...
This is so far intentionally undocumented, since we want to collect
experience with it first.
2018-06-15 16:28:23 +02:00
Jan
3bbc89ee96
fixed AQL DOCUMENT lookup function for documents for shard collection… ( #5609 )
2018-06-15 09:16:23 +02:00
Kaveh Vahedipour
9ec12a7470
agents' replicated log added to report ( #5554 )
2018-06-07 16:23:52 +02:00
Heiko
51caa460f2
Feature/replication ui ( #5282 )
2018-06-07 15:54:27 +02:00