ArangoDB Release Bot
2a048cf2d7
nightly frontend build
2018-05-25 23:57:49 +00:00
Heiko
beb8aae99c
Updated Geo.md - typos and wrong distance query ( #5365 )
2018-05-25 19:26:40 +02:00
jsteemann
a14b67f584
use nullptr
2018-05-25 18:55:37 +02:00
Andrey Abramov
0f0235e8a9
Remove collection dependency from gather node ( #5457 )
...
* remove collection dependency
* some fixes
* fix test issues
* add tests for newly created functionality
* fix enterprise test fails
* add comment
2018-05-25 17:26:33 +03:00
Vasiliy
e021085aac
issue 381.3.1: remove redundant copy of CollectionNameResolver from TransactionState ( #5459 )
2018-05-25 16:48:43 +03:00
Jan
f55df6786a
blind commit of work, as I managed to break my local git repository ( #5456 )
2018-05-25 13:07:28 +02:00
jsteemann
c31c07ccaa
implement @mpoeter 's suggestion
2018-05-25 12:55:28 +02:00
Simon
ef87bb04a4
Allow RestHandler to pause execution ( #5458 )
2018-05-25 12:27:14 +02:00
Jan Christoph Uhde
551844ff15
add missing examples for overwrite ( #5460 )
2018-05-25 12:00:54 +02:00
Wilfried Goesgens
ee9352c0ce
Bug fix/refactor read write locks ( #5215 )
2018-05-24 21:18:00 +02:00
Jan
a295eaa120
show AQL functions used in query in explain output ( #5451 )
2018-05-24 21:17:51 +02:00
Heiko
cfdcdc5e9e
added prefix variable to build bundle, potentially fixes mac os package builds ( #5455 )
2018-05-24 20:47:00 +02:00
Jan Christoph Uhde
a2dcb6cc5d
WIP - start adding optional overwrite to insert operation (RepSert) ( #5268 )
2018-05-24 19:47:15 +02:00
Vasiliy
bc70486761
issue 381.2: ensure the correct index factories/normalizers are called in ClusterEngine ( #5450 )
2018-05-24 15:23:17 +03:00
ArangoDB Release Bot
c29edcbd08
nightly frontend build
2018-05-23 23:58:00 +00:00
Simran
d934a4c155
Doc - Updated paths to fit ArangoDB v3 ( #5443 )
2018-05-23 19:21:26 +02:00
Vasiliy
c26496c44c
issue 381.1: ensure view lookup is done via collectionNameResover, ensure updateProperties returns current view properties, remove redundant functions ( #5439 )
2018-05-23 19:29:53 +03:00
Andrey Abramov
0489322cd1
Distributed ArangoSearch query execution (part 2) ( #5397 )
...
* further implementation of arangosearch query distribution
* do not store `aql::Collection` in `IResearchViewNode`, use `Query::collections()` instead
* some fixes
* cleanup
* some fixes after review
* more fixes after review
* use assertion instead of condition
2018-05-23 19:29:18 +03:00
Simon
332a7958f5
Cleanup cluster selectivity ( #5440 )
2018-05-23 18:00:14 +02:00
Simran
555f7be1d5
Update queryView.js ( #5366 )
...
Use AQL mode for Ace editor if it's explainer output
2018-05-23 17:14:29 +02:00
Jan
bf5caf210c
Bug fix/cleanup 2305 ( #5437 )
2018-05-23 15:45:55 +02:00
jsteemann
37c58e1b40
fix define kirmes
2018-05-23 11:52:30 +02:00
Jan
d9373531d5
added new ScopeGuard implementation ( #5413 )
2018-05-23 11:50:52 +02:00
Jan
8e6d5df129
fixed minor several compiler complaints ( #5406 )
2018-05-23 11:50:00 +02:00
Jan
30d0d840c2
Bug fix/validate from to consistently ( #5434 )
2018-05-23 11:41:30 +02:00
Jan
cb34760f40
fix issue #5400 : Unexpected AQL Result ( #5410 )
2018-05-23 11:39:05 +02:00
Jan
7fe65115a3
do not log Foxx store updates with log level info, as the message does not provide any value to the end user ( #5431 )
2018-05-23 11:38:28 +02:00
Jan
1eea2df7d0
fixed issue #5252 ( #5427 )
2018-05-23 08:30:27 +02:00
ArangoDB Release Bot
8eead9bcbc
nightly frontend build
2018-05-22 23:58:02 +00:00
Vasiliy
94ddd7803d
issue 389.10: refactor CollectionNameResolver to use TRI_vocbase_t& ( #5424 )
2018-05-23 00:59:08 +03:00
Andrey Abramov
4b47400af5
disable flushthread on a coordinator ( #5421 )
...
* disable flushthread on a coordinator
* some fixes after review
2018-05-22 21:12:25 +03:00
Simon
35992ad67b
Coordinator storage engine ( #5405 )
2018-05-22 19:30:27 +02:00
Simran
38a6b15abd
Doc - Updates Array.md ( #5367 )
...
Replace previously missed "Example" headlines with bold text.
2018-05-22 19:24:28 +02:00
Simran
f8436e365d
Doc - Updates initial page of Drivers Book ( #5425 )
...
Replace headlines with bold text to suppress the page-toc on the start page
2018-05-22 19:22:36 +02:00
Vasiliy
27f7f4a0aa
issue 389.9: return TRI_vocbase_t& from Query::vocbase() ( #5420 )
...
* issue 389.9: return TRI_vocbase_t& from Query::vocbase()
* backport: use view name instead of view id in error messages
2018-05-22 19:03:14 +03:00
Heiko
c2283f265a
fixed a vulnerability issue within the web ui's index view ( #5394 )
2018-05-22 16:54:08 +02:00
Jan
4b1ef1dd3a
add support for named graphs ( #5385 )
2018-05-22 16:40:51 +02:00
Matthew Von-Maszewski
0264f3bc9b
update gossip loop to be more responsive to other agents ( #5390 )
2018-05-22 16:30:27 +02:00
Vasiliy
d9cda9666f
issue 389.8: remove redundant function from Methods, convert Syncer API to user TRI_ocbase_t& wherever possible ( #5408 )
2018-05-22 16:10:24 +03:00
Jan
16707535db
velocypack micro optimizations ( #5402 )
2018-05-22 13:27:28 +02:00
Jan
fd1ebd2ee9
remove unused defines from directories.h.in ( #5407 )
2018-05-22 11:32:46 +02:00
Jan
245c759523
fix incompatibility after fullCount change ( #5399 )
2018-05-22 11:28:17 +02:00
Kaveh Vahedipour
34f66539bd
inception ignored leaders configuration ( #5387 )
2018-05-22 10:14:12 +02:00
Dan Larkin-York
2a8c7f9aef
Fix typo in conf search for arangoimp. ( #5409 )
...
* Fix typo in conf search for arangoimp.
* Fixed log formatting.
2018-05-21 14:38:22 +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
Jan
72ec463a8d
Bug fix/cleanup 2005 ( #5404 )
2018-05-20 20:57:43 +02:00
jsteemann
cf27c695f9
fix left shift of signed values
2018-05-19 21:59:04 +02:00
jsteemann
09ab68ea89
fix jslint warning
2018-05-19 21:28:08 +02:00
Wilfried Goesgens
7b8fce07a4
aql current_user in cpp, test ( #5302 )
2018-05-19 21:26:53 +02:00
Jan
379e848919
clean up AQL functions a little bit ( #5401 )
2018-05-19 21:15:14 +02:00