Wilfried Goesgens
7c7f69d473
greylist view-arangosearch-link-populate-no-callbacks.js ( #8885 )
2019-05-02 15:07:52 +03:00
Tobias Gödderz
2d3c286482
Fixed a warning and avoid an accidental copy ( #8866 )
2019-05-02 10:43:32 +02:00
Simon
5625b56edc
Do not store ptr to local options ( #8884 )
2019-05-02 09:42:47 +02:00
Simon
3d25e935aa
Make sure no managed trx are created during shutdown ( #8883 )
2019-05-02 09:40:33 +02:00
Frank Celler
174dcc2a4b
added pic
2019-05-01 12:27:14 +02:00
KVS85
5406cb7447
Add forgotten greylisted files
2019-04-30 22:18:48 +02:00
Frank Celler
893a1fb63c
added GCC_LINUX
2019-04-30 16:56:43 +02:00
KVS85
ed14f3b650
Greylist tests/js/client/resilience/foxxmaster.js
2019-04-30 16:03:44 +02:00
KVS85
9f90a8347b
Greylist tests/js/server/recovery/view-arangosearch-link-populate-transaction-no-flushthread.js
2019-04-30 16:01:00 +02:00
jsteemann
9ec8570b6f
adjust startup message
2019-04-30 12:35:06 +02:00
jsteemann
fd08b1dee2
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2019-04-30 12:34:17 +02:00
jsteemann
0a7b17e917
use log level debug for startup warnings
2019-04-30 12:33:55 +02:00
Jan
0cbdfe9289
Bug fix/vpack update ( #8875 )
2019-04-30 12:33:26 +02:00
jsteemann
d63b8706dd
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2019-04-30 11:46:02 +02:00
jsteemann
ea1fc42c03
fix a test
2019-04-30 11:45:47 +02:00
Simran
e5703eba7c
Doc - Fix Views Markup ( #7032 )
2019-04-30 11:22:55 +02:00
Lars Maier
6cd94d114a
Yeah, change the icon.. ( #7492 )
2019-04-30 11:11:10 +02:00
Simran
0697029134
Doc - SmartGraphs formatting ( #6486 )
2019-04-30 10:56:54 +02:00
Lars Maier
c99e8e8973
[devel] ClientID Agency Transaction ( #8652 )
...
* Changed clientId to format <serverid>:<uuid>.
* Changed behavior if id is not known.
2019-04-30 10:39:23 +02:00
Jan
1408654d2c
fix a few issues in BackupNoAuthSysTest ( #8868 )
2019-04-29 19:13:39 +02:00
Jan Christoph Uhde
191343b371
track number of failed requests that want to bump the plan version ( #8867 )
2019-04-29 17:56:14 +02:00
Jan
ca94c88a79
next hack attempt ( #8802 )
2019-04-29 17:09:05 +02:00
Simon
1145c7c053
Improve estimator apply algo + test ( #8871 )
2019-04-29 17:08:14 +02:00
Simon
b110f5fc61
Stream Transaction HTTP docs ( #8833 )
2019-04-29 17:04:27 +02:00
Markus Pfeiffer
b979aa49da
Improve path finder tests ( #8849 )
...
* Refactor ConstantWeightShortestPathFinder tests
* Move the functions which are used both in ConstantWeightShortestPathFinder
and KShortestPathsFinder into GraphTestTools
* Don't display spurious error messages when there are multiple options
for found paths anymore
* Use factored out code for Graph testing in KShortestPathsFinder
2019-04-29 08:53:40 +02:00
Jan
32a443f5d9
fix invalid usage of VPackSlice ( #8865 )
2019-04-27 17:25:53 -04:00
jsteemann
3f4ea17b32
RocksDB returns certain statistics values as strings. honor that
2019-04-26 19:05:23 +02:00
Simon
6381659a53
fix assertion ( #8860 )
2019-04-26 18:51:34 +02:00
Matthew Von-Maszewski
eef492721a
compress-data option for arangodump. ported from 3.4 ( #8861 )
2019-04-26 18:50:58 +02:00
Jan
c054cddfe5
fix race in _batchPingTimer shutdown ( #8801 )
2019-04-26 18:31:24 +02:00
Jan
d3a152bfad
also fsync underlying directory, otherwise data may not reach disk ( #8855 )
2019-04-26 18:30:02 +02:00
Jan Christoph Uhde
8f4475524b
escape internal REs ( #8857 )
2019-04-26 15:15:53 +02:00
Jan
62339f162d
fix misleading instruction in error message ( #8820 )
2019-04-26 11:40:12 +02:00
Simon
2f1cfa40e0
Fix tick overflow ( #8840 )
2019-04-26 11:07:04 +02:00
Simon
729e506876
Remove duplicate code ( #8825 )
2019-04-26 10:53:35 +02:00
Jan Christoph Uhde
89449df97d
Avoid some exceptions in environment feature when reading files. ( #8834 )
...
The changes have been added to reduce the noise during startup.
2019-04-26 10:21:34 +02:00
Tobias Gödderz
79461852b5
Create a context for the DocumentProducingFunction callbacks ( #8852 )
...
* Create a context for the DocumentProducingFunction callbacks
* Save heap allocation for outer callbacks, too
2019-04-26 09:14:32 +02:00
Michael Hackstein
231fda0d87
Do less copying in HashedCollect ( #8850 )
...
* Do less copying in HashedCollect
* Added a more elegant move stunt. Thanks goedderz.
* Fixed use after free
* Update arangod/Aql/HashedCollectExecutor.cpp
Co-Authored-By: mchacki <michael@arangodb.com>
2019-04-25 21:58:37 +02:00
Tobias Gödderz
6dfb9995b4
Feature/aql by line cleanup ( #8848 )
...
* Removed useless parameters of buildCallback
* Renamed produceRow to produceRows and adapted a comment
* Renamed BlockFetcher to DependencyProxy
* Applied git-clang-format
2019-04-25 15:51:11 +02:00
Tobias Gödderz
1bf19cdc91
Read docs in EnumerateCollection in batches ( #8823 )
...
* Read docs in EnumerateCollection in batches
* Read docs in IndexExecutor in batches
* Fixed stats with batching
* Fixed a bug in RocksDBPrimaryIndexRangeIterator::nextCovering
2019-04-25 11:56:19 +02:00
Jan Christoph Uhde
677a79026c
Foxx Security ( #8845 )
2019-04-25 09:56:29 +02:00
Michael Hackstein
efe451e8fc
Reinclude performance optimization of Return in Subquery ( #8844 )
...
* Removed template parameter from ReturnExecutor and enforce it to be passthrough
* Revert "Removed template parameter from ReturnExecutor and enforce it to be passthrough"
This was unfortunately going into the wrong direction.
This reverts commit 6a488ee1d97f519c7382ebf783e4217cdb403458.
* Create a new block with exactly 1 Register for a ReturnBlock that is supposed to be used as Subquery result
* Fixed register assertoin for return block optimization
* nished comment where i stop in the midlle of a sent
2019-04-25 09:37:57 +02:00
KVS85
e6b73726fd
Remove several tests from greylisting
2019-04-24 21:38:49 +02:00
Wilfried Goesgens
6984daf67b
record the times used for the setup/teardown methods of jsunity tests; exposed to the json report file to be enabled along with the junit xml report files. ( #8838 )
2019-04-24 17:00:38 +03:00
KVS85
2ec9a9d55a
Update Starter and Syncer versions to latest
2019-04-24 15:02:16 +03:00
Vasiliy
934313846a
issue 526.12: store analyzer definitions in a separate entry of the serialized link meta ( #8832 )
2019-04-24 12:15:20 +02:00
Tobias Gödderz
a16d5afb33
Added custom initializeCursor implementations for Index and EnumerateCollection ( #8828 )
...
* Added custom initializeCursor implementations for Index and EnumerateCollection
* Replace queue with deque to allow clear()
* Replaced queue member calls
* Fixed MSVC++ and C++14 compatibility
2019-04-24 10:41:49 +02:00
Vasiliy
83a26cb003
issue 546.1: do not load analyzers in cluster for non-user requests ( #8822 )
2019-04-23 16:01:01 +02:00
Vasiliy
80c508c296
issue 526.11.1: limit maximum analyzer properties size ( #8830 )
2019-04-23 14:14:21 +02:00
Sony AK
d0bffff6ff
Doc - Small typos ( #8818 )
2019-04-23 14:06:00 +02:00