Max Neunhöffer
876cf47202
Changes for libmusl compilation. ( #4294 )
2018-01-16 09:22:45 +01:00
Simon
ab0578320a
Adding view rename case to replication server handlers ( #4299 )
2018-01-16 09:19:57 +01:00
Heiko
43edad2537
Bug fix/ui query parameter issue 4217 ( #4244 )
2018-01-16 09:12:54 +01:00
Jan
b851cceb5f
potential fix for issue #4272 ( #4309 )
2018-01-16 09:07:03 +01:00
Michael Hackstein
d32ac3b9c8
Bug fix/rocksdb truncate ( #4060 )
2018-01-16 09:01:04 +01:00
ArangoDB Release Bot
62aee41411
nightly frontend build
2018-01-16 00:57:47 +00:00
Max Neunhöffer
666a025b59
Fix a buffer overflow in vst authentication. ( #4182 )
2018-01-16 00:29:03 +01:00
Jan
c69868bde7
fix small issues found by codescan ( #4241 )
2018-01-16 00:27:42 +01:00
Jan
653f95f243
fixed issue #4185 : On execution of FULLTEXT search / AQL query db is … ( #4238 )
2018-01-16 00:27:27 +01:00
Jan
37da067059
fix missing events in RocksDB-based replication for transactions that… ( #4277 )
2018-01-16 00:27:11 +01:00
Jan
4a3c1b6dc9
unfold code to remove a few runtime ifs ( #4303 )
2018-01-16 00:26:46 +01:00
Jan
247f60bf1e
недоёб ( #4298 )
...
make the default value of `--rocksdb.block-cache-shard-bits` use the RocksDB
default value. This will mostly mean the default number block cache shard
bits is lower than before, allowing each shard to store more data and cause
less evictions from block cache
2018-01-16 00:26:30 +01:00
Heiko
947771b757
updated swagger to current version: 3.9.0 ( #4285 )
2018-01-16 00:25:15 +01:00
Jan Christoph Uhde
687a83d810
fix issue #4284 - exception in scheduler loop ( #4287 )
2018-01-16 00:24:33 +01:00
Jan Christoph Uhde
bddadda0ee
add 'create database' to 'import feature' ( #4278 )
2018-01-15 15:15:31 +01:00
Jan Christoph Uhde
9c2ebb7bfc
remove code that potentially throws from ~WBReader ( #4282 )
2018-01-15 15:14:55 +01:00
Jan
416724ff68
try to make replication test more deterministic (rough guess only) ( #4275 )
2018-01-14 22:10:58 +01:00
Max Neunhöffer
f2cf4cbb80
Fix shard distribution test. ( #4260 )
2018-01-14 22:06:06 +01:00
Wilfried Goesgens
1eaa0332ad
work on iresearch documentation ( #4297 )
2018-01-12 17:47:11 +01:00
Jan
140452c80c
fix memory hunger of cache ( #4270 )
2018-01-12 12:14:11 +01:00
Mark
6d25bd9d4b
Add release notes of REST API changes ( #4291 )
2018-01-12 11:25:52 +01:00
Mark
62f262fc6a
REST API docs: POST /_api/cursor: Add skipInaccessibleCollections ( #4288 )
2018-01-12 11:15:39 +01:00
ArangoDB Release Bot
2c5fa19d4e
nightly frontend build
2018-01-12 01:02:18 +00:00
jsteemann
4f57a1c29e
fix double-increment
2018-01-11 21:56:56 +01:00
Mark
cd81012ad3
Add release notes of REST API changes (devel) ( #4281 )
2018-01-11 11:18:06 +01:00
Jan
61fa2a4129
fix memory leak after creating a collection on coordinator ( #4252 )
2018-01-10 00:08:07 +01:00
Jan
af87e115c1
next attempt ( #4254 )
2018-01-10 00:07:51 +01:00
Jan
3f878408dc
small optimizations for query registry ( #4240 )
2018-01-09 22:10:04 +01:00
Wilfried Goesgens
1289804630
add script to seek and destroy removed example files ( #4256 )
2018-01-09 14:18:51 +01:00
Wilfried Goesgens
9acdceecf3
remove unused examples ( #4257 )
2018-01-09 14:16:36 +01:00
jsteemann
f7e34b2d7c
fix crashes
2018-01-08 17:02:34 +01:00
Jan
7f860153ba
Bug fix/msvc fixes ( #4243 )
2018-01-08 11:20:53 +01:00
jsteemann
7f7dc4ee37
fix warnings
2018-01-05 22:35:39 +01:00
jsteemann
dee060e09a
fix IResearch tests compilation
2018-01-05 19:28:39 +01:00
jsteemann
6f30b47853
several compile warnings fixed
2018-01-05 18:20:41 +01:00
Jan
92c8d558d1
undefine DEBUG to prevent compile errors in MSVC debug mode ( #4237 )
2018-01-05 17:27:06 +01:00
Jan
b2b6c06cbf
Feature/efficiency ( #3736 )
2018-01-05 16:51:31 +01:00
Jan
e6572e6804
ensure proper shutdown of throttle ( #4234 )
2018-01-05 15:09:22 +01:00
Jan
19ab240bf8
add wait to test ( #4224 )
2018-01-05 14:53:35 +01:00
Jan
2b7010f532
do not collection ids when restoring ( #4220 )
2018-01-05 14:53:18 +01:00
Jan
8d809251ff
adjust some HTTP response codes for our internal errors ( #4219 )
2018-01-05 14:53:07 +01:00
Jan
956902a5a9
issue #3504 : export database name with dump for easier restore ( #4216 )
2018-01-05 14:52:56 +01:00
Jan
3b6e85f4a6
fixed issue #4197 : AQL statement not working in 3.3.1 when upgraded from 3.2.10 ( #4206 )
2018-01-05 14:52:03 +01:00
Jan
d113b755a0
fixed issue #4199 : Internal failure: JavaScript exception in file 'arangosh.js' at 98,7: ArangoError 4: Expecting type String ( #4202 )
2018-01-05 14:51:26 +01:00
Heiko
78213b3b4a
fixed some macos ires related warnings and errors ( #4196 )
2018-01-05 14:51:13 +01:00
Jan
2a93560473
added AQL function `IS_KEY` ( #4158 )
2018-01-05 14:50:57 +01:00
Jan
7018d003cc
added `SORTED` and `SORTED_UNIQUE` AQL functions ( #4157 )
2018-01-05 14:50:27 +01:00
Jan
6cb79b164e
change message from "no leader" to "not a leader" ( #4134 )
2018-01-05 14:50:15 +01:00
Jan
1e4547c5e0
prefer unique equality lookups, as they do not have O(log(n)) complexity ( #4097 )
2018-01-05 14:49:53 +01:00
Jan
9dd63e4907
remove unused USE_BOOST_UNITTEST CMake variable (again!) ( #4089 )
2018-01-05 14:49:40 +01:00