Wilfried Goesgens
167c899034
Doc - Remove Swagger schemes (HTTP) to fix it for HTTPS ( #9043 )
2019-05-20 16:09:41 +02:00
jsteemann
8d7d4e3faf
nicify label
2019-05-20 15:49:20 +02:00
Jan
49babbc66b
handle incomplete read errors ( #9021 )
2019-05-20 14:13:41 +02:00
jsteemann
c640e07ada
next attempt for fixing unreliable test
2019-05-20 11:45:25 +02:00
Lars Maier
4fc2790863
[devel] Direct Exec Scheduler ( #9004 )
2019-05-20 11:38:57 +02:00
Andrey Abramov
56696e3ea6
Bug fix/internal issue #577 ( #9035 )
...
* properly handle shorthand of system analyzer
* don't allow accessing local analyzer from within another database
* ensure local analyzer are not acessible from outside
* fix duplicate ids
2019-05-19 18:00:13 +02:00
Frank Celler
148ba5f288
Revert "Fix Foxx security ( #9020 )"
...
This reverts commit a57b6b86ef
.
2019-05-18 09:55:13 +02:00
Frank Celler
0bb8ec2e06
Revert "test is broken"
...
This reverts commit 469b94235b
.
2019-05-18 09:55:01 +02:00
Frank Celler
de566b405d
Revert "fixed typo in disable check, fixed tests"
...
This reverts commit 068bbc9143
.
2019-05-18 09:54:49 +02:00
Frank Celler
068bbc9143
fixed typo in disable check, fixed tests
2019-05-18 09:42:11 +02:00
Frank Celler
469b94235b
test is broken
2019-05-18 08:04:49 +02:00
Jan Christoph Uhde
d194cfc31e
bug-fix/iresearch-error-propagation ( #9001 )
...
* use result instead of bool
* WIP: use arangodb::Results in more places
* WIP: fix unittests
* fix tests
2019-05-17 19:00:29 +03:00
Tobias Gödderz
3ccaabc2f5
Make ExecutionEngine respect the batch size. ( #9012 )
...
Fixes a test failure in api-export-spec-timecritical-noncluster.rb
2019-05-17 16:41:48 +02:00
Alan Plum
a57b6b86ef
Fix Foxx security ( #9020 )
...
* Unbreak aardvark when --foxx.api false
The easiest way to disable the aardvark foxx routes is to just skip the
import and mount altogether. The previous approach caused the service to
throw an error because the module doesn't actually export anything.
There's no need to prevent the export if we just don't import the module
to begin with.
* Add an error code for service api disabled
* Throw an actual error when accessing Foxx API routes
* Throw an error when using legacy Foxx API
There's no easy way to use a catch-all here so disable them one by one. No new routes will be added to this API and it'll go away in 4.0 so there's no risk of forgetting to add the throw-check in new routes.
* Hide Foxx services in frontend if Foxx API is disabled
* Render subnav without delay
The subnav doesn't need the perm check results but we need the subnav to exist so we can populate it in other parts of the app. This fixes the subnav not showing up when reloading certain views (e.g. install service via upload).
* Hide ONLY the Foxx store when it is disabled
We still want to allow installing and upgrading/replacing services. We just don't want to show the store.
* Build aardvark
2019-05-17 16:41:34 +02:00
Markus Pfeiffer
c1d6a88da2
Fix a crash in ShortestPathExecutor ( #8985 )
...
* Fix a crash in ShortestPathExecutor
* Add a test that checks whether ShortestPathFinder is passed valid inputs
2019-05-17 16:40:22 +02:00
Simon
394c070a4f
Do not check isEnabled ( #8997 )
2019-05-17 16:33:17 +02:00
Simon
93b2e64f37
Port pregel fixes ( #9022 )
2019-05-17 16:32:58 +02:00
Simon
c37950135c
slight wording updates to PR template ( #9025 )
2019-05-17 11:37:19 +02:00
Jan Christoph Uhde
970f732dec
add exceptions for tokens function. ( #8984 )
...
* Provide users of the TOKENS function with errors.
* remove newlines
* fix compare
* fix as asked for
* improve fix
2019-05-16 22:12:43 +03:00
Jan
145cf3d294
fix arangosh tests ( #9013 )
2019-05-16 19:51:38 +02:00
jsteemann
0f6af587ad
remove debug output
2019-05-16 19:49:22 +02:00
jsteemann
4fa87528c6
Merge branch 'devel' of github.com:arangodb/arangodb into bug-fix/debug-commtasks
2019-05-16 19:47:12 +02:00
Simon
f338f48c17
pr template ( #9023 )
2019-05-16 19:32:37 +02:00
jsteemann
01dad862a4
move stopping more down
2019-05-16 13:52:46 +02:00
Tobias Gödderz
83732bc369
Improve calculation executor performance ( #8851 )
...
* Avoid a copy in CalculationExecutor<CalculationType::Reference>::doEvaluation
* Hack: fixed compilation
* Removed accidentally committed broken assert
* Replaced const_cast hack
* Completed implementation of copyBlockInternalRegister
* Simplified some assert code
* Fixed maintainer compilation
2019-05-16 11:31:21 +02:00
Tobias Gödderz
c9fa5fba11
Additional AQL skipSome tests for IndexExecutor ( #8938 )
...
* Began work on additional index skipSome tests
* Added more index skip tests
2019-05-16 11:30:24 +02:00
jsteemann
73a7990a31
add debugging for CommTasks creation & destruction
2019-05-16 10:37:12 +02:00
Andrey Abramov
b7cfa24518
bug-fix/arangosearch-upgrade ( #9010 )
...
* fix upgrade
* fix catch tests
* Update arangod/IResearch/IResearchAnalyzerFeature.cpp
Co-Authored-By: Jan <jsteemann@users.noreply.github.com>
* Update arangod/IResearch/IResearchAnalyzerFeature.cpp
Co-Authored-By: Jan <jsteemann@users.noreply.github.com>
2019-05-16 10:38:39 +03:00
Jan
0ea4d35a17
fix failing test ( #9006 )
2019-05-15 22:58:14 +02:00
Wilfried Goesgens
3c5193231f
we now support umlaut temp dirs; create multi-layer temp-dirs; add tests ( #9008 )
...
* we now support umlaut temp dirs; create multi-layer temp-dirs; add tests
* Fix log
2019-05-15 21:47:05 +02:00
Andrey Abramov
bdc2c7cdc4
fix asan error ( #9005 )
2019-05-15 17:16:30 +03:00
Wilfried Goesgens
1907a7211b
Bug fix/cleanup system includes ( #8962 )
2019-05-15 15:12:59 +02:00
Jan
d94f49947c
fix sort order in distributed RETURN DISTINCT ( #8935 )
2019-05-15 15:02:53 +02:00
jsteemann
8fabe21a79
fix jslint
2019-05-15 14:35:50 +02:00
KVS85
d727cc7f9b
Greylist tests/js/server/recovery/write-throttling-mmfiles.js
2019-05-15 12:27:04 +02:00
Wilfried Goesgens
8ff54d3433
Doc - Feature/swagger operation ids ( #8945 )
...
Helps to grep for Swagger DocuBlocks based on method names in code
2019-05-15 12:23:56 +02:00
Wilfried Goesgens
5171771dc8
switch the temp path too ( #9000 )
2019-05-15 12:16:28 +02:00
Tobias Gödderz
84d3d5dc5b
Let only on shard per collection, not per DBServer, be responsible for initialize cursor (and shutdown) ( #8946 )
...
* Let only on shard per collection, not per DBServer, be responsible for initialize cursor (and shutdown)
* Reverted assertion
* Changed parameter to const&
* Style correction
2019-05-15 11:21:13 +02:00
Lars Maier
b26ed84a81
Retry updating user collection. ( #9002 )
2019-05-15 10:08:25 +02:00
Tobias Gödderz
82f5978f30
Bugfix: Do not call getSome on remote after DONE ( #8978 )
...
* Bugfix: Do not call getSome on remote after DONE
* Added profiler tests for Sorting- and UnsortingGather
* Fixed jslint error
2019-05-15 09:13:44 +02:00
Simon
1923d315e8
New tests for Transaction API ( #8996 )
2019-05-14 21:40:31 +02:00
Andrey Abramov
8358b978be
disable arangosearch analyzers in agency ( #8989 )
...
* disable arangosearch analyzers
* do nothing in `stop()` if feature is disabled
2019-05-14 17:37:38 +02:00
Matthew Von-Maszewski
fb157b89ac
Add protective barrier to sendWithFailover() in case MANAGER is nullptr ( #8998 )
2019-05-14 17:35:55 +02:00
Jan
1ddb8351b9
properly display the selectivity estimates of unique indexes in the explainer ( #8993 )
2019-05-14 16:15:49 +02:00
Jan Christoph Uhde
057ba7130a
Feature/cluster comm logging ( #8971 )
2019-05-14 16:11:58 +02:00
Lars Maier
d9ff6647d8
[devel] Do not skip the check if there is only a single agent. ( #8943 )
...
* Do not skip the check if there is only a single agent.
* Updated changelog.
2019-05-14 15:42:43 +02:00
Lars Maier
49c568e674
Added reason to job abort method. ( #8877 )
2019-05-14 15:39:53 +02:00
Lars Maier
2bb96eedac
Fixed lost precondition when removing server. ( #8987 )
2019-05-14 15:38:17 +02:00
Wilfried Goesgens
e36655dee7
Feature/have collection count type ( #8942 )
2019-05-14 13:19:09 +02:00
Vasiliy
12bd4c785b
issue 555.1.1: issue 555.1.1: try loading previous data store snapshots if checkpoint file unavailable, ehnace error message, address some warnings ( #8975 )
2019-05-13 18:33:44 +03:00