Jan
0e97f322e5
activate early pruning ( #10308 )
2019-10-28 14:22:33 +01:00
Jan
0c3a173309
upgrade xxhash library version ( #10322 )
2019-10-28 13:52:57 +01:00
Jan
ae818e07d5
Feature/add cluster force one shard option ( #10300 )
2019-10-28 13:23:33 +01:00
Jan
881dc59eca
set `_pos` when creating a Builder using a shared_ptr<Buffer> ( #10321 )
2019-10-28 09:07:24 +01:00
Wilfried Goesgens
ac10332478
rawPayload shouldn't return the full reply buffer ( #10319 )
2019-10-25 19:45:32 +02:00
Jan
669bd406e2
micro optimizations ( #10316 )
2019-10-25 18:40:55 +02:00
Jan
df02bcd505
test attempt to increase max collection name length from 64 chars to 256 ( #9890 )
2019-10-25 18:00:10 +02:00
Lars Maier
b53ba3b907
Feature/force backup ( #10265 )
...
* abort write transactions
* Code layout for force backup.
* improve killing of queries
* added query killing test
* reactivate all other tests again
* added tests for killing queries
* Lock dbserver async when forced.
* make it even more killable
* added query status "killed"
* Fixed logids.
2019-10-25 16:39:55 +02:00
Jan
359ee03dd8
upgrade vpack library ( #10314 )
2019-10-25 11:04:16 +02:00
Jan
46e98d7110
avoid string copies in several cases ( #10317 )
2019-10-25 10:47:04 +02:00
Michael Hackstein
92032daa02
Round index estimates when comparing plan, we do not really care for exact equallity, they should only not be off by much ( #10312 )
2019-10-24 17:01:55 +02:00
Frank Celler
1a83aaa43a
make ccache optional ( #10310 )
2019-10-24 10:58:40 +02:00
Jan
b124113190
abort write transactions ( #10248 )
2019-10-23 15:49:47 +02:00
Jan
17acc94656
url-encode and -decode in place ( #10301 )
2019-10-23 09:45:52 +02:00
jsteemann
2f62f62800
updated CHANGELOG
2019-10-22 18:47:29 +02:00
Jan Christoph Uhde
8087059f20
upgrade boost to version 1.71.0 ( #10299 )
2019-10-22 18:46:18 +02:00
jsteemann
b2f6fb105c
added "parallel" output to explainer
2019-10-22 16:05:12 +02:00
jsteemann
d6d8f321e7
move static variable from function into TU scope
2019-10-22 16:04:55 +02:00
Michael Hackstein
bf2423d024
Feature/explain spliced subqueries ( #10298 )
...
* Implemented explain output for Subquery start and End nodes. Unfortunately i had to inject a temporary output variable for the Subquery start.
2019-10-22 15:38:33 +02:00
KVS85
4413ba5c2e
Revert "Feature/react webpack testing ( #8712 )"
...
This reverts commit 1fc7f67822
.
2019-10-22 15:14:20 +02:00
Simon Grätzer
02760bff67
ffffff
2019-10-22 12:48:18 +02:00
Simon Grätzer
5ce1b8bcc1
ffffff
2019-10-22 12:47:44 +02:00
Heiko
1fc7f67822
Feature/react webpack testing ( #8712 )
...
We now use web pack to build the UI.
Makes things easier to develop.
Also we now have the option to use react.
2019-10-22 12:34:43 +02:00
Jan
064577777f
Bug fix/make result ctor noexcept ( #10293 )
2019-10-22 09:39:35 +02:00
Jan
09134ee8d4
micro optimizations for case conversion ( #10291 )
2019-10-22 09:39:16 +02:00
Jan
19fad3f0df
fix error message ( #10281 )
2019-10-22 09:38:40 +02:00
KVS85
876660fe15
Add Linux to -Werr ( #10294 )
...
* Add Linux to -Werr
* Fix for linenoise-ng warning
* Fix wrong check
2019-10-21 22:35:49 +03:00
Jan
15d3b346f4
make sure error files get built when arangod is built ( #10284 )
2019-10-21 17:25:39 +02:00
Simon Grätzer
5417e32beb
Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one
2019-10-21 13:51:45 +02:00
Jan
2cd73309a2
reactivate warnings as errors ( #10286 )
...
* reactivate warnings as errors
* rename option, so it doesn't clash with RocksDB's own option
2019-10-21 12:54:10 +03:00
Jan
c3d8ef8325
remove extra JSON parser ( #10282 )
2019-10-21 09:36:42 +02:00
Jan
525b8f7a45
don't show "NaN" in web interface for cluster RAM usage ( #10283 )
2019-10-21 09:36:13 +02:00
Jan
ddb08ed045
Bug fix/some future massaging ( #10285 )
2019-10-21 09:16:15 +02:00
jsteemann
1c7a60a587
pacify Valgrind on shutdown
2019-10-20 18:18:54 +02:00
Jan Christoph Uhde
ea20f7aeb2
use C++17 [[fallthrough]] ( #10280 )
2019-10-19 18:14:26 +02:00
KVS85
0b133082ae
Remove accidentally committed file
2019-10-18 19:38:11 +03:00
Simon Grätzer
c2d68609c5
fix shutdown
2019-10-18 16:38:04 +02:00
KVS85
22eec2e354
Try to use gcc 9.2.0 ( #10277 )
2019-10-18 12:03:51 +02:00
Simon Grätzer
162ea1c62a
fix gather
2019-10-17 23:10:59 +02:00
KVS85
089f7a7e60
Revert "Try to use gcc 9.2.0"
...
This reverts commit 974d748ff0
.
2019-10-17 22:53:02 +02:00
KVS85
974d748ff0
Try to use gcc 9.2.0
2019-10-17 22:51:38 +02:00
Simon Grätzer
7ced6b2064
fix wakeup
2019-10-17 19:34:10 +02:00
Simon Grätzer
1bbc2f144d
Merge branch 'devel' of github.com:arangodb/arangodb into feature/parallel-aql-phase-one
2019-10-17 18:45:02 +02:00
Tobias Gödderz
e1961ebb66
Avoid a race and a use-after-free bug in the RemoteExecutor ( #10275 )
2019-10-17 18:22:13 +02:00
Simon
d526805e81
Bug fix/fix suspicous stuff ( #10273 )
2019-10-17 15:34:22 +02:00
Wilfried Goesgens
de83b5e35c
use the default arangosh client connection instead of the simple http client to test the gharial API ( #10218 )
2019-10-17 13:25:12 +02:00
Jan
cab9ea9132
fixed issue #10270 ( #10271 )
2019-10-17 12:00:09 +02:00
Simon
62e4937e20
fix docublocks parameter naming ( #10254 )
2019-10-17 11:01:46 +02:00
Frank Celler
cc11d60b7a
you cannot have an assigment operator and a const member
2019-10-17 09:48:27 +02:00
jsteemann
29486f4a77
updated CHANGELOG
2019-10-17 09:40:52 +02:00