sleto-it
61f48225b6
Doc - quick fix
2019-02-05 11:43:50 +01:00
sleto-it
15ed9593cd
Doc - Production Checklist Improvements ( #7991 )
2019-02-05 11:36:44 +01:00
sleto-it
c685777576
Doc - More downgrade options (solving challenging situations) ( #7988 ) ( #8107 )
2019-02-05 10:49:25 +01:00
sleto-it
38c8b992bd
Doc - fixes link ( #8043 ) ( #8106 )
2019-02-05 10:45:52 +01:00
Frank Celler
d216c59fe2
better wording
2019-02-04 22:55:22 +01:00
Jan
4ee7ff1932
yet some more replication tests adjustments ( #8101 )
2019-02-04 16:53:15 +01:00
Tobias Gödderz
db70847ab1
[3.4] Sorted COLLECT: avoid nullptr deref when skipping and fix non-invalidated input variables ( #8037 )
...
* Added 2 regression tests
* Fixed test expected data
* Fix nullptr dereference
* Fix handling of non-invalidated input variables
* Try a less implicit fix
* Updated CHANGELOG
2019-02-04 16:38:26 +01:00
Frank Celler
1b3e328199
updated changelog
2019-02-01 09:58:59 +01:00
KVS85
e59edce206
Update shell-database-{rocksdb|mmfiles}-noncluster.js 3.4 ( #8084 )
2019-01-31 22:35:50 +01:00
Frank Celler
2fc453fd15
updated changelog
2019-01-31 17:45:06 +01:00
Jan
8a16a4b3ae
update velocypack ( #8075 )
2019-01-31 17:31:54 +01:00
Jan
05bcb3d7d1
Bug fix 3.4/streaming cursors v8 issues ( #8080 )
2019-01-31 17:25:28 +01:00
Frank Celler
4f295e09bd
added OpenSSL 1.1.0j
2019-01-31 14:56:16 +01:00
Frank Celler
a59e1261b6
removed dump_maskings
2019-01-31 14:25:10 +01:00
Simran
361e46e2f0
Doc - Maskings - Forward port improvement from 3.3 (3.4) ( #8069 )
2019-01-31 14:04:52 +01:00
Jan
675bb78552
more debugging for replication ( #8062 )
2019-01-30 21:23:00 +01:00
maxkernbach
bdb51b063c
Doc - Sync external repos ( #8063 )
2019-01-30 20:16:07 +01:00
Frank Celler
f51f16855c
Feature-3.4/maskings documentation ( #8006 ) ( #8019 )
2019-01-30 15:03:15 +01:00
Jan
4a1f25ed46
use JobGuard when querying users from DB in cluster ( #8057 )
...
* use JobGuard when querying users from DB in cluster
* fix test crashes
2019-01-30 12:00:50 +01:00
jsteemann
2fbc683b46
try..catch to avoid useless failures
2019-01-29 17:58:11 +01:00
jsteemann
e119d82039
updated CHANGELOG
2019-01-29 09:09:01 +01:00
Dan Larkin-York
932c82f186
Fix broken validation of tick range in arangodump. ( #8055 )
2019-01-29 09:05:27 +01:00
Frank Celler
84802fdc0f
Feature/maskings ( #8006 )
2019-01-28 15:04:23 +01:00
KVS85
6d9e1b7fcf
Updates Changelog 3.4.2 ( #8049 )
2019-01-28 15:00:32 +01:00
sleto-it
e92c104c48
Update CHANGELOG ( #8052 )
2019-01-28 14:55:42 +01:00
Simran
48ffe10678
Improve description ( #8047 )
2019-01-28 13:16:37 +01:00
Simon
1c77bc37d6
Reduce timeout for write-lock ( #8036 )
2019-01-28 09:23:52 +01:00
Simran
79c3a34d6b
Doc - Deprecate --server.jwt-secret startup option (3.4) ( #7961 )
2019-01-28 09:12:43 +01:00
Jan
75ab4ac3dc
Bug fix 3.4/misc issues ( #8012 )
...
* added missing return statements
* only spend up to 10 seconds for initially fetching the list of collections in arangosh
fetching the list of collections is a blocking operation, and the default timeout for this is very high.
If the server is blocked by whatever reason, then the shell is unusable until the collections list request returns.
To avoid this, the initial request is limited to 10 seconds, so the shell can be used afterwards.
* if an index cannot be used for sorting, its sort
cost was previously returned as 0. this will in fact favor
indexes that can be used for filtering but not for sorting
over indexes that can be used for both.
this change is to report the sort cost for indexes that
cannot be used for sorting to n * log(n), where n is the
number of documents that optimizer expects to come out of the
index after filtering
2019-01-28 08:55:06 +01:00
Frank Celler
42d7232d75
disabled for now
2019-01-25 10:51:31 +01:00
Frank Celler
2c03d9a4f9
blacklisted test
2019-01-24 11:41:30 +01:00
Wilfried Goesgens
533654393e
grep out arm releases ( #8022 )
2019-01-23 15:44:22 +01:00
Frank Celler
d32f72033c
upgraded to arangosync 0.6.2
2019-01-22 22:10:47 +01:00
jsteemann
7836cb92a3
updated CHANGELOG
2019-01-22 14:08:13 +01:00
Jan
15852cb491
Bug fix 3.4/address jenkins fails ( #7985 )
2019-01-22 12:32:17 +01:00
maxkernbach
7b6c1a16ff
Doc - peakMemoryUsage , add info on version ( #8005 )
2019-01-21 17:34:11 +01:00
KVS85
562e80c53d
Backport tests from devel ( #7987 )
2019-01-21 11:17:32 +01:00
sleto-it
e1eab5141a
Update Changelog (3.4.2) ( #7986 )
2019-01-19 19:13:33 +01:00
Jan
e19817fa6c
upgrade bundled version of curl library to 7.63.0 ( #7924 )
2019-01-19 18:54:53 +01:00
Jan
d394a6b988
fix scrambling of AstNodes that were in use multiple times ( #7978 )
2019-01-19 18:54:08 +01:00
Jan
3c828347dc
do not simplify non-deterministic conditions ( #7927 )
2019-01-19 18:52:17 +01:00
Jan
ec242818f8
allow explaining with allPlans: true ( #7977 )
2019-01-19 18:52:00 +01:00
Jan
244eed0710
added "peakMemoryUsage" in query results figures, ( #7981 )
2019-01-19 18:50:55 +01:00
Frank Celler
32e9d8ede3
bug-fixes in starter and syncer
2019-01-18 14:45:49 +01:00
Frank Celler
dbdd81b026
special stunt for arangoimp
2019-01-17 21:26:57 +01:00
jsteemann
724a004dcb
fix typo in docs
2019-01-17 19:47:30 +01:00
Simran
0b996cc55e
Doc - Upgrade on Windows ( #7963 )
2019-01-16 18:18:13 +01:00
Simon
1f86b7a2b5
Fix stream cursor bug ( #7958 )
2019-01-16 13:27:57 +01:00
KVS85
dfad8906d9
Bug fix/active failover fix windows 3.4 ( #7959 )
...
* Backport active-failover fix for Windows into 3.4
* Backport stop/resume for Windows from devel
* Backport changes from devel into tests also
* Fix tests
* Remove forgotten whitespaces
2019-01-16 11:08:48 +01:00
Frank Celler
beb67f0b44
greylisted foxxmaster.js
2019-01-16 09:52:58 +01:00