KVS85
0ef3056d65
Disable resilience_move_view test till it's reworked
2019-05-03 16:50:47 +02:00
Frank Celler
7c79e7359b
greylisted view-arangosearch-link-populate-transaction-grey.js
2019-05-03 11:30:03 +02:00
Wilfried Goesgens
7c7f69d473
greylist view-arangosearch-link-populate-no-callbacks.js ( #8885 )
2019-05-02 15:07:52 +03:00
KVS85
5406cb7447
Add forgotten greylisted files
2019-04-30 22:18:48 +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
Simon
2f1cfa40e0
Fix tick overflow ( #8840 )
2019-04-26 11:07:04 +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
Jan Christoph Uhde
677a79026c
Foxx Security ( #8845 )
2019-04-25 09:56:29 +02:00
KVS85
e6b73726fd
Remove several tests from greylisting
2019-04-24 21:38:49 +02:00
KVS85
3c972ef695
Fix db object visibility for ArangoSearch tests ( #8819 )
2019-04-23 09:31:29 +02:00
Markus Pfeiffer
1f2f5ec983
K_SHORTEST_PATHS queries only support one variable in FOR ( #8784 )
...
* K_SHORTEST_PATHS queries only support one variable in FOR
* catch if the user gives more than one variable in grammar.y
* also give a correct error message
* Test code that catches too many variables for K_SHORTEST_PATHS
2019-04-23 08:48:16 +02:00
Frank Celler
17fb0b795f
removed print
2019-04-22 20:54:32 +02:00
Simon
569198a089
Abort el-cheapo transactions if servers fail ( #8799 )
2019-04-22 19:31:24 +02:00
KVS85
9027cb2418
Remove nondeterministic mark from 2 arangosearch recovery tests
2019-04-22 17:40:06 +02:00
KVS85
31ac3deee7
Remove moving-shards-cluster.js from greylisting
2019-04-22 17:10:20 +02:00
KVS85
7dc2ea0535
Greylist more frequently failed tests
2019-04-22 16:48:06 +02:00
KVS85
6911ee47f4
Remove view-arangosearch-link-populate-transaction-no-flushthread from greylisting
2019-04-22 16:01:19 +02:00
Frank Celler
499e97c78b
added missing result
2019-04-21 20:24:37 +02:00
Vasiliy
40ebdd0b58
issue 545.1.1: output short analyzer prefixes for user definitions ( #8814 )
2019-04-21 15:10:28 +02:00
Frank Celler
ed83084d5a
splitted aql-view-arangosearch
2019-04-21 13:04:27 +02:00
Vasiliy
0375218ca2
issue 541.1: fix incorrect test filename ( #8810 )
2019-04-20 23:19:23 +03:00
KVS85
9cfaf511c8
Fix resilience_move location
2019-04-20 16:51:59 +02:00
KVS85
878415ef8e
Change resilience and replication testsuits layouts required for new tests and greylisting
2019-04-19 01:14:34 +02:00
Alan Plum
8692f19e99
Handle extra args to db._query when using aql templates ( #8789 )
2019-04-18 10:50:46 +02:00
Markus Pfeiffer
304e8f861d
Fix k Shortest Paths with weights, reactivate cluster tests ( #8761 )
...
* Make find in ShortestPathPriorityQueue const
* Fix k Shortest Paths with weights, reactivate cluster tests
2019-04-17 15:10:59 +02:00
Alan Plum
40aff3fdcd
Upgrade JS deps ( #8773 )
...
* Make jsunity hash function avoid recursion
This guards against traversals of recursive data structures causing a stack overflow. This is crucial when using assertEqual with unknown inputs.
* Update deps
accepts: 1.3.4 -> 1.3.5
ansi_up: 2.0.2 -> 4.0.3
content-disposition: 0.5.2 -> 0.5.3
dedent: 0.6.0 -> 0.7.0
error-stack-parser: 1.3.6 -> 2.0.2
eslint: 2.13.1 -> 5.16.0
eslint-config-semistandard: 6.0.2 -> removed
eslint-config-standard: 5.3.1 -> removed
eslint-plugin-promise: 1.3.2 -> removed
eslint-plugin-standard: 1.3.2 -> removed
highlight.js: 9.12.0 -> 9.15.6
http-errors: 1.6.2 -> 1.7.2
iconv-lite: 0.4.19 -> 0.4.24
joi: 9.2.0 -> 14.3.1
joi-to-json-schema: 2.3.0 -> 4.0.1
js-yaml: 3.10.0 -> 3.13.1
marked: 0.3.9 -> 0.6.2
mime-types: 2.1.12 -> 2.1.22
mocha: 2.5.3 -> 6.1.3
qs: 6.5.1 -> 6.7.0
semver: 5.4.1 -> 6.0.0
statuses: 1.4.0 -> 1.5.0
timezone: 1.0.13 -> 1.0.22
type-is: 1.6.15 -> 1.6.16
underscore: 1.8.3 -> 1.9.1
* Inline eslint semistandard config
The eslint standard config has become extremely opinionated and incompatible with the existing coding style. This subset matches the existing coding style most closely. In the future we should migrate to an autoformatter like prettier and avoid this problem altogether.
* Linting
* Fix mocha runner
* New joi has additional property
2019-04-17 13:36:26 +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
Jan
7c0c01c401
use the primary index when full-scanning a collection ( #8548 )
2019-04-16 16:50:03 +02:00
Jan
1d175f446d
do not use the TTL index for queries which it does not support ( #8766 )
2019-04-15 18:55:19 +02:00
Markus Pfeiffer
a14386267a
k Shortest Paths ( #8715 )
...
* Add k-shortest-paths finder
2019-04-12 21:58:18 +02:00
Alan Plum
b76f8adc0f
Add SyntheticRequest#auth ( #8750 )
...
* Add SyntheticRequest#auth
* Fix tests
2019-04-12 21:18:35 +02:00
Alan Plum
3007c928aa
Add collection.documentId method ( #8749 )
2019-04-12 19:53:01 +02:00
jsteemann
ca8b81b52b
make test more reliable
2019-04-12 13:09:10 +02:00
Jan
4f62dd8dae
added AQL function DECODE_REV ( #8606 )
2019-04-11 15:59:04 +02:00
Simon
937d743ba6
Bug fix/pregel stuff ( #8733 )
2019-04-11 15:58:28 +02:00
Frank Celler
9c4af6cb7d
greylisted view-arangosearch-link-populate-transaction-no-flushthread.js
2019-04-10 12:46:47 +02:00
Frank Celler
6ec20cddee
greylisted active-failover/basic.js
2019-04-10 12:44:54 +02:00
Jan
c6d3f8e052
Bug fix/pass on error messages ( #8690 )
2019-04-10 12:34:25 +02:00
Frank Celler
04d979e26e
greylisted shell-foxx-api-spec
2019-04-10 12:20:21 +02:00
Vasiliy
030637c1c7
issue 526.8: remove remaining deprecated code from analyzer feature, use simplified analyzer names for fields ( #8689 )
...
* issue 526.8: remove remaining deprecated code from analyzer feature, use simplified analyzer names for fields
* address test failures
* remove debug logging
2019-04-10 13:10:25 +03:00
Simon
4e80e1b351
Simplify recovery code ( #8699 )
2019-04-09 21:48:04 +02:00
Jan
c7500c0c95
finally fix AQL error messages in all contexts, so that they are usable ( #8706 )
2019-04-09 17:46:23 +02:00
Frank Celler
b7c5e620fe
still failing test
2019-04-09 14:57:31 +02:00
Frank Celler
3e26f66aa8
added pregel to greylist and raised log level
2019-04-09 14:45:08 +02:00
Jan
5897baa984
added db.<collection>.getResponsibleShard() ( #8683 )
2019-04-08 16:10:45 +02:00
Frank Celler
44b25e2e88
greylisted because it takes too long
2019-04-08 10:36:15 +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
Jan
1160961af8
added debugging for replication-fuzz fails ( #8674 )
2019-04-04 10:20:49 +02:00
Jan
98aaa82048
added log output for pregel job status ( #8673 )
2019-04-03 17:17:20 +02:00