Jan
6a2ad813bf
forward-port range deletion fix from upstream RocksDB ( #6535 )
2018-09-19 13:56:42 +02:00
KVS85
f18d575e65
Bug fix/vs2017 15.8.2 iresearch build ( #6428 )
...
* Add workaround
* Wrong check
2018-09-07 18:39:34 +03:00
Max Neunhöffer
0eab3c46f8
Upgrade to jemalloc-5.1.0 with patch for static linking. ( #6167 )
2018-09-07 16:13:58 +02:00
Jan
92ab03daf9
change compiler options to use C++14 ( #6339 )
2018-09-06 16:49:35 +02:00
jsteemann
0c1040874a
remove unused submodule
2018-09-03 15:21:11 +02:00
Simon
0661a4c1fe
Hide Links from getIndexes() ( #6325 )
2018-09-03 15:17:24 +02:00
Jan
3c638849bd
this fixes the "undefined" HTTP status codes in the generated documentation ( #6322 )
2018-08-31 20:15:17 +02:00
Wilfried Goesgens
975ada6d20
upgrade rocksdb to 5.16-fb ( #6247 )
2018-08-28 19:07:37 +02:00
Wilfried Goesgens
430f5229dd
upgrade snappy ( #6245 )
2018-08-28 19:07:25 +02:00
Simon
7d1c0a1b17
Fix possible hang on OSX ( #6263 )
2018-08-27 19:24:54 +02:00
Jan
73e44bc605
invalidate query cache after modification of views ( #6198 )
2018-08-24 19:54:10 +02:00
Simon
948820e484
Various small changes ( #6234 )
2018-08-24 09:39:03 +02:00
Simon Grätzer
73640d6b7c
Merge branch 'devel' of github.com:arangodb/arangodb into bug-fix/add-arangosearch-view-to-resilience-tests
...
# Conflicts:
# 3rdParty/fuerte/src/HttpConnection.cpp
2018-08-22 14:54:26 +02:00
Simon Grätzer
d7b773f2c3
Fixing a race in fuerte
2018-08-22 14:48:42 +02:00
Simon
736e12e89c
Fuerte retries connections ( #6216 )
2018-08-22 10:10:53 +02:00
Simon
247d41287b
More fuerte changes ( #6212 )
2018-08-22 10:08:33 +02:00
Jan
cb12be3e4e
fix crash when pressing CTRL+c in arangosh ( #6187 )
2018-08-21 11:12:11 +02:00
Jan
e5864838d5
use rocksdb::Transaction::PopSavePoint() ( #6192 )
...
this prevents stacking many useless SavePoints in transactions with
many operations.
The PopSavePoint method in RocksDB is forward-ported from upstream
RocksDB commit 90f744941d48f15d5d070dfcab5d51b77abac8ad.
This is likely to be released with a future release of RocksDB.
2018-08-20 12:13:26 +02:00
Jan
86204ed0b8
fix memory leaks in arangosh connections ( #6160 )
2018-08-17 08:48:54 +02:00
Jan
d6a3b66e2a
micro optimizations ( #6162 )
2018-08-16 08:50:16 +02:00
Jan
ed9d901846
fixed smaller issues ( #6158 )
2018-08-16 08:49:46 +02:00
Jan
614469de8b
micro-optimize a few VelocyPack components ( #6157 )
2018-08-15 11:57:56 +02:00
Vasiliy
4d88aed82f
issue 427.4: ackport utf8_path changes from iresearch upstream ( #6112 )
...
* issue 427.4: ackport utf8_path changes from iresearch upstream
* backport file_utils changes from iresearch upstream
2018-08-09 15:57:44 +03:00
Simon
606c15ce48
VST support in arangosh ( #6047 )
2018-08-08 12:18:54 +02:00
Andrey Abramov
b8e7752787
Feature/arangosearch stabilization ( #6069 )
...
* Added authentication tests for ArangoSearch views creation (client and task)
* Added authentication tests for ArangoSearch views querying (client and task)
* Added authentication tests for ArangoSearch views update (client and task) and correct other tests
* Added authentication tests for ArangoSearch views drop (client and task) and correct other tests
* Fix tests to support additional 'properties' layer of a view
* Add data to dumped/restored collection with a link from a view to single server test and view dump/restore to cluster tests
* backport from iresearch upstream: use a bitvector instead of an acceptor lambda for consolidation policies
* ensure view access permissions are checked for REST calls
* ensure view access permissions are checked for V8 calls
* do not allow LogicalView property modification if reading the properties fails
* Fixed authentication tests for ArangoSearch views to pass regardless of errorNum and possible multiple REST codes
* add missing ldap feature for enterprise version
* do not store useless data in ArangoSearch index (see #289 , #441 )
2018-08-05 20:47:22 +02:00
Wilfried Goesgens
b37719732f
fix symlink, move version dependend part into 3rdparty so we find it on next upgrade ( #6013 )
2018-08-03 13:31:29 +02:00
Frank Celler
da7ef0a025
added __attribute__((unused)) and other minor tweaks to silence some of the warnings ( #6035 )
2018-08-01 13:22:45 +02:00
Jan
21064144c8
Bug fix/replication improvements ( #5962 )
2018-07-25 09:04:50 +02:00
Jan
a5bb50b0bf
remove methods from VelocyPackHelper that are also in VPackSlice ( #5946 )
2018-07-25 09:01:29 +02:00
Wilfried Goesgens
8facda8ba0
upgrade rocksdb ( #5937 )
2018-07-23 13:04:02 +02:00
Wilfried Goesgens
8fec3292f0
pull latest rocksdb changes to the v5.14.X branch ( #5871 )
2018-07-13 18:46:11 +02:00
Jan
a98cec3fdd
make curl not close that many connections due to connection cache being full ( #5835 )
2018-07-13 11:45:38 +02:00
jsteemann
2d795c1f8a
fix some undefined behavior
2018-07-12 21:54:51 +02:00
Wilfried Goesgens
74a6361ed0
add flag to allways turn on RTTI ( #5846 )
2018-07-11 17:52:33 +02:00
Andrey Abramov
ea731e0507
backport fixes from IResearch upstream ( #5847 )
2018-07-11 18:29:01 +03:00
Jan
0b7c74ca96
make curl not send "Expect: 100-continue" headers ( #5730 )
2018-07-10 09:17:01 +02:00
Andrey Abramov
b767e5625e
Bug fix/internal issue #417 ( #5775 )
...
* ensure correctness of log level mapping
* fix bug
* code cleanup
2018-07-05 16:58:44 +03:00
Wilfried Goesgens
cf688487d4
make the string cached so its not regenerated on each invokation, and thus re-creates the lib ( #5783 )
2018-07-05 14:07:52 +02:00
Wilfried Goesgens
bcdcb43c4c
Feature/upgrade rocksdb ( #5484 )
2018-07-04 12:04:41 +02:00
Jan
af7299691d
update velocypack library to latest version ( #5605 )
2018-06-18 11:58:57 +02:00
Wilfried Goesgens
1e01374ec9
for windows we need to add the build config to the path ( #5576 )
2018-06-11 17:15:05 +02:00
Frank Celler
c258eea27f
fixed dependencies
2018-06-10 09:46:58 +02:00
Wilfried Goesgens
9196a7450f
Bug fix/locate snowball executeable ( #5567 )
...
* fix locating of the fresh built snowball executeable
* we may find it in two places :-/
2018-06-08 18:21:25 +03:00
Max Neunhöffer
7bed3f2df0
Try openssl 1.1 ( #5123 )
2018-06-08 13:21:31 +02:00
Wilfried Goesgens
230ac322ea
fresh catch, more flags. ( #5452 )
2018-06-01 18:07:25 +02:00
Wilfried Goesgens
0b81f003a5
Bug fix/fix cmake warnings ( #5503 )
2018-06-01 15:51:20 +02:00
Max Neunhöffer
6fdc811c41
Small fix in jemalloc to allow for static linking. ( #5489 )
2018-05-30 17:04:27 +02:00
Max Neunhöffer
e5b4ce95cb
Compile rocksdb with PORTABLE=On also on Linux and Mac. ( #5473 )
2018-05-29 14:47:19 +02:00
Jan
16707535db
velocypack micro optimizations ( #5402 )
2018-05-22 13:27:28 +02:00
Vasiliy
370bde71d9
issue 389.7: expand workaround to include MSVC2015 debug code, backport from iresearch upstream: skip importing empty readers ( #5391 )
...
* issue 389.7: expand workaround to include MSVC2015 debug code, backport from iresearch upstream: skip importing empty readers
* backport: address MSVC V8/ICU link issues
* backport: fix typo
2018-05-20 22:43:37 +03:00