Max Neunhöffer
c1e35f7bb1
Make sure VPackObjectBuilder is closed at exit of function scope. ( #5347 )
2018-05-15 12:00:41 +02:00
jsteemann
1c1e0615be
fix compilation
2018-05-15 09:24:23 +02:00
ArangoDB Release Bot
95cebd1826
nightly frontend build
2018-05-14 23:57:57 +00:00
Vasiliy
8d8327f751
issue 389.3: hold a TRI_vocbase_t& to the desired valid vocbase instance instead of querying the system database on every call ( #5346 )
2018-05-15 01:18:20 +03:00
jsteemann
6bd9cb9970
remove unused script
2018-05-14 18:32:45 +02:00
Jan Christoph Uhde
18a3663746
speed up replication ( #5226 )
2018-05-14 18:32:26 +02:00
Wilfried Goesgens
b17628e804
msvc can't distinguish these ( #5345 )
2018-05-14 19:13:44 +03:00
Vasiliy
6a53154160
issue 389.2: use static strings for Index definition json attributes, use TRI_vocbase_t references instead of pointers in V8Context, use TRI_vocbase_t references instead of pointers in DatabaseInitialSyncer ( #5344 )
2018-05-14 19:06:24 +03:00
Simon
17b1a2aafb
Rest middleware refactoring ( #5332 )
2018-05-14 17:43:10 +02:00
Jan
2810b60130
avoid redundant creation of the same regexes ( #5343 )
2018-05-14 17:36:22 +02:00
Jan
07e5750737
Feature/change fullcount behavior ( #5285 )
2018-05-14 15:46:07 +02:00
Simon
f2b952134f
Fixing agency pool update ( #5316 )
2018-05-14 14:56:19 +02:00
Vasiliy
b13a8da1ce
issue 389.1: ensure GeneralClientConnection socket is valid for MSVC ( #5328 )
2018-05-14 14:55:51 +03:00
Jan
1c1d8f2528
fix AQL ZIP function with duplicate attribute names ( #5336 )
2018-05-14 12:59:18 +02:00
Simran
ab5775c04b
Doc - Remove AQL array example anchors ( #5207 )
2018-05-14 10:29:07 +02:00
Jan
347a72692b
speed up batch retrieval from MMFiles persistent index ( #5337 )
2018-05-14 10:24:25 +02:00
Jan
fe586dac40
retire some old string functions, and make encode/decodeHex copy less data around ( #5313 )
2018-05-14 10:06:45 +02:00
jsteemann
e843e3e6c5
Merge branch 'bug-fix/issue-clang' of https://github.com/arangodb/arangodb into devel
2018-05-14 00:42:01 +02:00
Jan
4df1c81e9b
Feature/mmfiles index lookup speedup ( #5329 )
2018-05-12 10:21:12 +02:00
Simon Grätzer
15000c5989
revert change
2018-05-12 02:07:00 +02:00
Simon Grätzer
5e4d133324
Slightly increase batch size
2018-05-12 01:27:58 +02:00
Simon Grätzer
40b45bf4d1
Make huge deletes go in smaller batches
2018-05-12 01:25:01 +02:00
Jan
4703049c4e
added startup option `--log.escape` for unescaped logging ( #5315 )
2018-05-11 19:12:16 +02:00
jsteemann
ba81e7aa82
remove unnecessary casts
2018-05-11 17:54:36 +02:00
jsteemann
0ad639d5cc
Merge branch 'feature/safe-cast-execution-node' of https://github.com/arangodb/arangodb into devel
2018-05-11 17:07:40 +02:00
jsteemann
55ee1aef3e
fixed documentation issue #5325
2018-05-11 14:49:57 +02:00
jsteemann
39da191b11
report missing cache hit information as 0 values, not as non-representable types
2018-05-11 14:49:42 +02:00
jsteemann
86550966ef
remove unnecessary return statements
2018-05-11 14:49:12 +02:00
Jan
9fbcddb3bd
Bug fix/make rest handlers indirect ( #5323 )
...
* make rest handlers indirect
* added assertions
2018-05-11 13:51:06 +02:00
maxkernbach
5cd4064be5
Doc - New Example 'Multiple Path Search' ( #5307 )
...
Issue #3545
2018-05-11 12:36:59 +02:00
Tobias Gödderz
afe13fba57
Fix race condition between foxx install and selfHeal ( #5273 )
2018-05-11 12:27:56 +02:00
Andrey Abramov
671734b32f
do not scatter empty view ( #5318 )
...
* do not distribute scatter views without links
* simplify view downcasting
* refactor & add some tests
* adjust comments
2018-05-11 11:45:22 +03:00
Jan
3c39337d34
make arangorestore not report errors about the target database not found ( #5286 )
...
* make arangorestore not report errors about the target database not found
when it is invoked with option `--create-database true`. In this case,
arangorestore should not print an error but simply create the target
database. This patch implements this change.
Additionally, it aborts the startup of arangorestore in case there are
any errors. Previously, the startup phase went on even when no connection
could be established, which led to useless follow-up errors being printed.
* simplify error handling a bit
2018-05-11 08:31:44 +02:00
Jan
e1da502c67
remove now-superfluous tests for V8 versions of AQL functions ( #5319 )
2018-05-11 08:31:14 +02:00
Jan
5d2982fd7c
run V8 garbage collection less often than before ( #5314 )
2018-05-11 08:30:59 +02:00
jsteemann
14fbb088b1
remove useless warning
2018-05-11 00:07:05 +02:00
jsteemann
27e985d5d0
safer casts for ExecutionNode types
2018-05-10 20:08:37 +02:00
Vasiliy
d48bdf72e1
issue 373.4: address issue with MSVC picking incorrect function, minor formatting changes, backport from iresearch upstream: ensure id_to_column contains enough slots for all column ids, address another issue with _T(...) macro not working when _MBCS is defined on MSVC ( #5310 )
2018-05-10 20:12:37 +03:00
jsteemann
89d68dd748
fix broken tests
2018-05-10 18:33:18 +02:00
jsteemann
2b857f72f2
yet another assertion failure fix
2018-05-10 17:40:50 +02:00
Simran
59de3403c1
Doc - Administration & Programs Refactor ( #4907 )
2018-05-10 13:05:22 +02:00
jsteemann
eac32700ea
fix assertion failure in cluster
2018-05-09 23:09:02 +02:00
jsteemann
3586be974c
fix jslint warnings
2018-05-09 23:08:46 +02:00
jsteemann
39be345510
remove unused variables
2018-05-09 18:19:33 +02:00
jsteemann
5bb3102cfd
added missing override specifier
2018-05-09 18:19:20 +02:00
jsteemann
cdfac2049a
Merge branch 'bug-fix/remove-unused-class-in-cluster-selectivity-estimate' of https://github.com/arangodb/arangodb into devel
2018-05-09 18:15:54 +02:00
jsteemann
b02a3be84d
Merge branch 'refactor-execution-node-types' of https://github.com/arangodb/arangodb into devel
2018-05-09 18:12:51 +02:00
Vasiliy
0d1cf45097
issue 373.3: use TRI_vocbase_t& for Upgrade tasks, remove redundant checks for null TRI_vocbase_t ( #5301 )
2018-05-09 15:54:07 +03:00
Simon
08e355aed8
Simple dump speedup ( #5298 )
2018-05-09 12:51:04 +02:00
Heiko
65d1434b4d
performance optimization gharial post ( #5291 )
...
* performance optimization
* fixed badly behavior in api gharial while replaced the document with exists function
2018-05-09 12:50:28 +02:00