Jan
79258e072a
Bug fix/remove io task ( #9056 )
2019-05-22 14:34:49 +02:00
Lars Maier
4fc2790863
[devel] Direct Exec Scheduler ( #9004 )
2019-05-20 11:38:57 +02:00
Simon
93b2e64f37
Port pregel fixes ( #9022 )
2019-05-17 16:32:58 +02:00
Wilfried Goesgens
1907a7211b
Bug fix/cleanup system includes ( #8962 )
2019-05-15 15:12:59 +02:00
Simon
1923d315e8
New tests for Transaction API ( #8996 )
2019-05-14 21:40:31 +02:00
Vasiliy
bbd5973337
issue 562.1: represent analyzer properties as object when possible ( #8929 )
2019-05-11 18:39:25 +03:00
Vasiliy
9f1340eeeb
issue 563.1: include static analyzers in analyzer listing ( #8925 )
...
* issue 563.1: include static analyzers in analyzer listing
* address macos test failures
2019-05-11 14:52:48 +03:00
Jan
976dc2b726
Bug fix/issues 2019 05 06 ( #8913 )
2019-05-07 12:17:16 +02:00
Jan
0cbdfe9289
Bug fix/vpack update ( #8875 )
2019-04-30 12:33:26 +02:00
Simon
b110f5fc61
Stream Transaction HTTP docs ( #8833 )
2019-04-29 17:04:27 +02:00
Jan Christoph Uhde
677a79026c
Foxx Security ( #8845 )
2019-04-25 09:56:29 +02:00
Simon
5bb9d2dc17
transaction manager tests ( #8759 )
2019-04-16 21:26:40 +02:00
Vasiliy
1a22d1360c
issue 526.9.1: implement swagger interface, add documentation ( #8730 )
...
* issue 526.9.1: implement swagger interface, add documentation
* address review comments
* add ngram
* Formatting
* Move REST description to new Analyzers top chapter in HTTP book
* Missed a DocuBlock
* Add Analyzers chapter to Manual SUMMARY.md
* Move REST API description back to Manual
Headlines were broken
* Add n-gram example
2019-04-16 18:54:30 +03:00
Dan Larkin-York
777ba1a364
Improved audit logging ( #8740 )
2019-04-15 14:51:32 +02:00
Jan
c6d3f8e052
Bug fix/pass on error messages ( #8690 )
2019-04-10 12:34:25 +02:00
Jan
4f7923a971
remove replication clients handling out of vocbase code ( #8676 )
2019-04-08 19:15:28 +02:00
Jan
5897baa984
added db.<collection>.getResponsibleShard() ( #8683 )
2019-04-08 16:10:45 +02:00
Vasiliy
0410588723
issue 526.7.1: remove deprecated functions, update tests to set up required analyzers ( #8688 )
...
* issue 526.7.1: remove deprecated functions, update tests to set up required analyzers
* address merge issues
* address more merge issues
2019-04-05 18:10:42 +03:00
Vasiliy
f4919dc173
issue 526.6: implement REST and V8 handlers for the iresearch analyzer feature ( #8626 )
...
* issue 526.6: implement REST and V8 handlers for the iresearch analyzer feature
* address typo
* remove excess comments
* temporarily comment out tests failing on MacOS
* temporarily comment out more MacOS-only test failures
2019-04-02 19:23:28 +03:00
Jan
616ea94f24
Bug fix/cleanup 31032019 ( #8632 )
2019-04-01 17:14:11 +02:00
Jan
7bf23bf238
add shutdown protection for PregelFeature ( #8628 )
2019-03-29 19:36:10 +01:00
Heiko
7a44359bb0
Bug fix/gharial rm vertex smart fix ( #8622 )
2019-03-29 11:11:01 +01:00
Simon
417ee266d4
Fuse transaction begin request for non baby operations ( #8566 )
2019-03-27 11:31:39 +01:00
Jan
207c978d1e
Bug fix/move a few actions from js to cpp ( #8549 )
2019-03-26 10:02:21 +01:00
Jan
80a6e621ee
don't allocate memory so often in ClusterComm requests ( #8550 )
2019-03-26 00:31:56 +01:00
Jan Christoph Uhde
c3f7961b88
apply unique log ids ( #8561 )
2019-03-25 20:26:51 +01:00
Simon
bcc26926de
Support Transactions in RestCursorHandler ( #8539 )
2019-03-25 17:04:11 +01:00
Jan
e078f35285
fixed typos, removed unneeded includes ( #8547 )
2019-03-25 12:09:37 +01:00
Jan
0a1ab07c64
address review concerns ( #8544 )
2019-03-23 22:10:19 +01:00
Jan
39a3f5bc4e
reintroduce smart joins after temporarily reverting them in devel ( #8543 )
2019-03-23 20:36:02 +01:00
jsteemann
6a6947d268
fix compile warning
2019-03-22 11:55:45 +01:00
Simon
3ada15fc35
The Legendary El Cheapo ( #8485 )
2019-03-22 11:38:33 +01:00
jsteemann
dc381a99df
Revert "Feature/ncc1701 ( #8440 )"
...
This reverts commit 59ad583796
.
2019-03-21 19:18:46 +01:00
Jan
59ad583796
Feature/ncc1701 ( #8440 )
2019-03-21 15:05:36 +01:00
Jan
6d107beeda
don't run compact() on a collection after a truncate() was done in th… ( #8468 )
...
* don't run compact() on a collection after a truncate() was done in the same transaction
running compact() in the same transaction will only increase the data size on disk due to RocksDB not being able to remove
any documents physically due to the snapshot we take at transaction start.
Decoupling the truncate transaction from the compact operation allows finishing the truncate transaction first, so we can
get rid of the snapshot. Running compact afterwards is then free to physically remove all the data.
As a nice side effect this change will also speed up the truncation of larger collections, because the compact will run
faster.
This change also exposes db.<collection>.compact() in the arangosh, in order to manually run a compaction on the data
range of a collection should it be needed for maintenance.
* fix documentation anchors
2019-03-20 16:27:54 +01:00
Dan Larkin-York
2eadab33e7
Index hints ( #8431 )
2019-03-19 09:14:18 +01:00
Vasiliy
29b941a677
issue 526.2.1: add upgrade step for legacy static analyzers ( #8417 )
2019-03-18 23:22:23 +03:00
Simon
49cc3bcd1e
Refactorings from cluster trx improvement branch ( #8391 )
2019-03-14 23:13:17 +01:00
Jan
9d3327c6ea
Bug fix/rearm cursors ( #8363 )
2019-03-12 15:28:33 +01:00
Max Neunhöffer
2a4f606df2
Various agency improvements. ( #8380 )
...
* Ignore satellite collections in shrinkCluster in agency.
* Abort RemoveFollower job if not enough in-sync followers or leader failure.
* Break quick wait loop in supervision if leadership is lost.
* In case of resigned leader, set isReady=false in clusterInventory.
* Fix catch tests.
2019-03-12 15:25:16 +01:00
Jan
12e11a5197
port of replication improvements from 3.4 ( #8308 )
2019-03-11 13:37:18 +01:00
Jan
c82e0c2ca0
add option `--console.history` to arangosh ( #8327 )
2019-03-07 13:05:54 +01:00
Vasiliy
e97cd8a0fb
issue 526.1: initial support for vocbase-prefixed analyzer names ( #8319 )
...
* issue 526.1: initial support for vocbase-prefixed analyzer names
* backport: add tests for new functionality, add temporary workaround for legacy analyzers
* address review comments
* fix typo
2019-03-06 15:13:19 +03:00
Simon
dc24d7fa4e
Sync Foxx Queues ( #8250 )
2019-02-25 17:13:14 +01:00
Dan Larkin-York
cd54271af0
Add TTL to query options to standardize usage across components. ( #8203 )
2019-02-21 20:29:37 +01:00
Jan
7596bac39c
improve error messages when restoring from invalid JSON data ( #8210 )
2019-02-20 18:34:35 +01:00
Jan
1798036ea0
Bug fix/optimizations 18022019 ( #8180 )
2019-02-19 19:24:04 +01:00
Jan
44c6a2d732
Feature/ttl index ( #8169 )
2019-02-19 14:12:21 +01:00
Tobias Gödderz
e3f5a88762
Forbid ambiguous casts to and from ResultT ( #8147 )
...
* Forbid ambiguous casts to and from ResultT
* Reformat
* Changed enabled_if checks to check for implicit casts to Result
* Added comments
2019-02-19 12:50:57 +01:00
Wilfried Goesgens
492d05c1f1
Feature/upgrade v8 7.1.302.28 ( #8088 )
2019-02-19 11:15:34 +01:00