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
Matthew Von-Maszewski
2ae7b78fa9
add bool option rocksdb.debug-logging to easily enable rocksdb logging ( #6012 )
2018-07-30 14:30:49 +02:00
Wilfried Goesgens
ccc339ca46
Feature 3.3/forward compatible sync ( #6001 )
2018-07-30 08:55:26 +02:00
jsteemann
92a0c395de
release version 3.3.13
2018-07-26 18:15:59 +02:00
Jan
ff856e7d1a
turn off RocksDB sync thread on Windows ( #6002 )
2018-07-26 16:48:32 +02:00
jsteemann
8483726af5
updated CHANGELOG
2018-07-26 15:03:28 +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
jsteemann
131254308c
updated CHANGELOG
2018-07-25 19:07:55 +02:00
Jan Christoph Uhde
7c63c0e2fc
bug-fix-3.3/double-modification-bug ( #5981 )
2018-07-25 18:26:02 +02:00