KVS85
014490e459
Fix example for kShortestPathsGraph
2019-05-08 17:23:23 +03:00
Alan Plum
75bab782bb
Upgrade Swagger UI ( #8912 )
...
* Upgrade Swagger UI
* Document update process
* Expand update process, define acceptance criteria
2019-05-08 15:28:22 +02:00
Vasiliy
ca0dc7789e
issue 564.1: remove return value and propagate 'force' ( #8924 )
...
* issue 564.1: remove return value and propagate 'force'
* address merge issue
2019-05-07 18:44:34 +03:00
Jan Christoph Uhde
f3a2eaf6d9
Bug fix/permission tests ( #8890 )
2019-05-07 15:07:59 +02:00
KVS85
e9f669c139
Fix load_balancing suite to conform testing.j options
2019-05-06 17:23:16 +02:00
Heiko
8f5ea9b771
jslint ( #8915 )
2019-05-06 15:52:01 +02:00
Markus Pfeiffer
3109dd6747
Doc - Add documentation for k Shortest Paths ( #8836 )
2019-05-06 12:56:03 +02:00
Jan
7acb9a9092
make creating debug packages smart graph-aware ( #8886 )
2019-05-06 09:18:10 +02:00
Jan
900c23fda7
use _system database in /_admin/cluster/health ( #8898 )
2019-05-06 09:13:33 +02:00
KVS85
d51aec7914
Enable logs for setup of recovery test
2019-05-05 13:41:19 +03:00
jsteemann
0a7b17e917
use log level debug for startup warnings
2019-04-30 12:33:55 +02:00
Lars Maier
6cd94d114a
Yeah, change the icon.. ( #7492 )
2019-04-30 11:11:10 +02:00
Jan Christoph Uhde
677a79026c
Foxx Security ( #8845 )
2019-04-25 09:56:29 +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
98ce26d092
Fix recovery suite to succeed in case of no tests
2019-04-22 09:33:56 +02:00
Frank Celler
b3a2dc98b8
added buckets
2019-04-21 14:36:54 +02:00
KVS85
e7d5d7e343
Fix jslint in resilience suite
2019-04-19 15:38:08 +03:00
KVS85
d5b05aef9e
Fix typo and jslint in replication suite
2019-04-19 15:37:34 +03:00
KVS85
878415ef8e
Change resilience and replication testsuits layouts required for new tests and greylisting
2019-04-19 01:14:34 +02:00
Heiko
81fe61c780
prune highlight ( #8782 )
2019-04-18 10:51:21 +02:00
Alan Plum
8692f19e99
Handle extra args to db._query when using aql templates ( #8789 )
2019-04-18 10:50:46 +02:00
Dan Larkin-York
48fb15e94f
Auth-related tests for audit logging ( #8790 )
2019-04-18 10:45:41 +02:00
Frank Celler
6eb986825e
grey only ( #8786 )
...
* grey only
* Update testing.js
2019-04-17 19:29:36 +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
Dan Larkin-York
777ba1a364
Improved audit logging ( #8740 )
2019-04-15 14:51:32 +02:00
Jan
340e3c79b0
try to force cleanup on shutdown ( #8754 )
2019-04-15 12:40:09 +02:00
Jan
69f7a8a00d
longer WAL file retention for test ( #8736 )
2019-04-15 10:16:34 +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
Tobias Gödderz
dc888ba3e8
Do not send SIGABRT to rr, as it will result in an unusable trace ( #8745 )
2019-04-12 15:04:36 +02:00
Jan
4f62dd8dae
added AQL function DECODE_REV ( #8606 )
2019-04-11 15:59:04 +02:00
Wilfried Goesgens
fafb40ee33
Feature/complete collection documentation ( #8734 )
2019-04-11 15:53:43 +02:00
Heiko
97d54a3875
changelog ( #8662 )
2019-04-11 11:47:30 +02:00
Wilfried Goesgens
c271c59e90
Reduce test leftovers on disk ( #8707 )
2019-04-11 11:43:30 +02:00
Max Neunhöffer
80bfb85695
Port agency performance tuning for many shards to devel. ( #8647 )
...
* Port agency performance tuning for many shards to devel.
* Add more IDs to LOG_TOPIC calls.
* Even more IDs for LOG_TOPIC.
* Fix a duplicate LOG_TOPIC ID.
* Fix an old merging bug in devel.
* Don't hesitate between phases one and two for small clusters.
2019-04-11 11:14:56 +02:00
Jan
94e67cb12c
increase shutdown response timeout for tests from 10 s to 60 s ( #8719 )
2019-04-10 08:27:58 +02:00
Alan Plum
6144459dee
Expose "filter" attribute for running Foxx tests ( #8700 )
...
* Expose foxx test "filter" option in HTTP API
* Typo sucessful -> successful
* CHANGELOG
2019-04-09 15:32:12 +02:00
Jan
6b9b9b0946
Bug fix/fix test muell ( #8703 )
2019-04-09 11:27:53 +02:00
Simon
2b594bdab5
Reduce # of memcpy from storage engine layer ( #8685 )
2019-04-08 22:43:29 +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
Wilfried Goesgens
9c0fb4a97e
Feature/sort buckets dump agency allways ( #8677 )
2019-04-04 14:50:04 +02:00
jsteemann
35be0529a2
fix link to Foxx-CLI
2019-04-04 10:27:43 +02:00
Jan
9b3464ec8a
remove unused JS component from build ( #8636 )
2019-04-01 13:19:29 +02:00
jsteemann
16a1fabf20
remove dead reference to jqconsole
2019-04-01 09:42:48 +02:00
jsteemann
1199f6d06e
added some newer AQL functions to highlighting list
2019-04-01 09:39:02 +02:00
Wilfried Goesgens
ebb4de1e6a
fix dumping of agency, disable javascript in agency and dbserver ( #8625 )
2019-03-29 17:47:08 +01:00
Wilfried Goesgens
7eee9f82ea
fix typo ( #8618 )
2019-03-28 17:10:05 +01:00