Simran
50fdc71300
Doc - Add versions to Gitbook configs ( #5700 )
2018-06-29 09:29:19 +02:00
Simran
f8b56a522e
Doc - Fix Typo ( #5705 )
2018-06-29 09:28:27 +02:00
Jan
fdcb9df17c
honor "restrictType" and "restrictCollections" in replication again ( #5685 )
2018-06-28 19:14:26 +02:00
jsteemann
7121f2e1df
increase truncate timeout from 3 to 120 seconds
2018-06-28 13:34:24 +02:00
jsteemann
33b2a79723
Revert "allow synchronous replication without returning the documents from the followers ( #5690 )"
...
This reverts commit cad6423cfe
.
2018-06-28 13:34:04 +02:00
jsteemann
b053234d39
updated CHANGELOG
2018-06-28 13:33:56 +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
Jan
cad6423cfe
allow synchronous replication without returning the documents from the followers ( #5690 )
2018-06-27 11:45:35 +02:00
jsteemann
be3795a25a
release version 3.3.11
2018-06-26 15:18:08 +02:00
jsteemann
8e42405bf5
updated CHANGELOG
2018-06-26 13:28:21 +02:00
sleto-it
48448c8798
improves changelog 3311 ( #5647 )
...
* improves changelog 3311
* new starter version + new arangosync version
2018-06-26 13:27:57 +02:00
Jan
c9ebf4ec63
don't embed "ttl" key twice in options ( #5678 )
2018-06-26 12:32:29 +02:00
jsteemann
6e3cd7156a
removed a wrong assertion
2018-06-26 00:04:00 +02:00
jsteemann
d1f1fc880d
updated versions of arangosync and starter
2018-06-25 18:57:12 +02:00
maxkernbach
219470acd4
Doc - fix link ( #5671 )
2018-06-25 18:47:22 +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
sleto-it
b8bf87e054
Doc - Kube tutorial backport ( #5637 )
2018-06-20 18:01:32 +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
maxkernbach
0cc6fa40d9
Doc - clarify WITH for cluster traversal ( #5542 )
2018-06-18 10:54:44 +02:00
maxkernbach
7538277fb6
Doc - remove unsupported option for graph traversals ( #5471 )
2018-06-18 10:34:01 +02:00
Vinay Pyati
8b62088c50
Doc - blog post links were interchanged ( #5596 )
2018-06-18 09:47:37 +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
Luigi Servini
e9699a38ba
Doc - Added Kubernetes documentation ( #5617 )
2018-06-15 12:37:45 +02:00
Jan
3bbc89ee96
fixed AQL DOCUMENT lookup function for documents for shard collection… ( #5609 )
2018-06-15 09:16:23 +02:00
Dan Larkin-York
a4c0e28571
Avoid memset on non-POD types for portability. ( #5559 )
2018-06-12 13:12:46 +02:00
jsteemann
e76f131779
updated CHANGELOG
2018-06-08 11:59:35 +02:00
Heiko
fe0b88fb08
replication ui requested changes ( #5562 )
2018-06-08 11:19:41 +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
jsteemann
f3ce5e2c4a
fix jslint warnings
2018-06-07 15:28:57 +02:00
Kaveh Vahedipour
86557cf07c
Feature 3.3/arangodoc ( #5541 )
2018-06-07 15:10:11 +02:00
Kaveh Vahedipour
0eb4577aa0
unpacker for inspector reports ( #5547 )
2018-06-07 13:41:20 +02:00
Heiko
ed5383c365
ui: fixed misplaced tooltip icons in indices view ( #5508 )
2018-06-07 12:58:41 +02:00
Heiko
7cede14d24
ui, document id not showing up when deleting a document ( #5510 )
2018-06-07 12:56:56 +02:00
Heiko
b00eb1aa62
ui: install new service - field limitations ( #5515 )
2018-06-07 12:54:51 +02:00
jsteemann
902a980389
release version 3.3.10
2018-06-04 09:57:30 +02:00
jsteemann
3e86d1fb1f
updated CHANGELOG
2018-06-04 09:05:21 +02:00
Jan
cd93485275
more eager "remove-filter-covered-by-index" rule ( #5495 )
...
make optimizer rule "remove-filter-covered-by-index" not stop after removing
a sub-condition from a FILTER statement, but pass the optimized FILTER
statement again into the optimizer rule for further optimizations.
This allows optimizing away some more FILTER conditions than before.
2018-06-01 14:41:52 +02:00
Jan
2d2257123f
allow accessing /_admin/status on follower ( #5496 )
...
in active failover mode too
2018-06-01 14:41:14 +02:00
Jan
f07045bce6
fix cluster COLLECT optimization ( #5504 )
2018-06-01 10:41:39 +02:00
Max Neunhöffer
c7c73c1a8d
Small fix in jemalloc to allow for static linking. ( #5488 )
2018-05-30 17:04:16 +02:00
jsteemann
7abebfeefa
Revert "Use PORTABLE=On for RocksDB also on Linux and Mac. ( #5474 )"
...
This reverts commit 779a54530b
.
2018-05-30 13:04:01 +02:00
Max Neunhöffer
779a54530b
Use PORTABLE=On for RocksDB also on Linux and Mac. ( #5474 )
2018-05-29 14:47:27 +02:00
jsteemann
37d3030608
remove debug message
2018-05-29 14:18:15 +02:00
Jan
71a17e162c
potential fix for https://stackoverflow.com/questions/50496274/two-fu … ( #5445 )
2018-05-28 13:55:35 +02:00
Wilfried Goesgens
3614e9ae4e
Bug fix 3.3/graph direction wrong to throw ( #5384 )
2018-05-25 19:25:06 +02:00
Heiko
2384acd69a
added missing prefix ( #5464 )
2018-05-25 14:48:37 +02:00
Jan
78c193d34e
Bug fix 3.3/validate from to consistently ( #5438 )
2018-05-24 09:56:03 +02:00