Jan
3d79491f36
exclude VST requests from direct execution ( #9075 )
2019-05-24 09:53:15 +02:00
Jan
fb0fdb6629
remove define that slows down Windows debug builds ( #9085 )
2019-05-24 09:52:59 +02:00
Wilfried Goesgens
815b10f22f
add missing examples ( #9089 )
2019-05-24 09:29:36 +02:00
Jan
59b67cad40
fix various small annoyances ( #9079 )
2019-05-23 17:36:38 +02:00
Andrey Abramov
f5a14414e1
Bug fix/disable upgrade for views again 2 ( #9084 )
...
* temporary disable upgrade for views
* temporary comment out test for upgrade
2019-05-23 15:31:26 +02:00
Frank Celler
37a1d7521e
Merge branch 'devel' of github.com:arangodb/arangodb into 3.5
2019-05-23 15:28:56 +02:00
Frank Celler
d3fadedad0
temporary disable upgrade for views ( #9083 )
2019-05-23 15:22:23 +02:00
Frank Celler
fdbaeec732
Revert "temporary disable upgrade for views ( #9083 )"
...
This reverts commit b459a85498
.
2019-05-23 15:20:09 +02:00
Andrey Abramov
b459a85498
temporary disable upgrade for views ( #9083 )
2019-05-23 15:18:55 +02:00
Wilfried Goesgens
b7ad25b3fe
only add whitespace if we have actual content to separate ( #9062 )
2019-05-23 14:52:18 +02:00
Wilfried Goesgens
8db0acae79
control the agency dumper via whether we launched an agency or not ( #9058 )
2019-05-23 14:50:44 +02:00
Jan
70cccc3c89
fix VERSION files on upgrade and database creation in cluster ( #9076 )
2019-05-22 22:42:48 +03:00
Dronplane
6b08aa95c4
Added helper method to DataStore in iresearch link for performing full data store reset. Fixed usage of data store reset. ( #9071 )
2019-05-22 19:18:08 +03:00
Michael Hackstein
1a6719e144
Revert "(K_)SHORTEST PATHS: Display correct directions in explainer/profiler ( #9049 )" ( #9074 )
...
This reverts commit 44d15db812
.
2019-05-22 16:46:45 +02:00
jsteemann
9c70b420be
fix release date
2019-05-22 16:38:06 +02:00
Markus Pfeiffer
44d15db812
(K_)SHORTEST PATHS: Display correct directions in explainer/profiler ( #9049 )
2019-05-22 16:06:46 +02:00
Jan
79258e072a
Bug fix/remove io task ( #9056 )
2019-05-22 14:34:49 +02:00
jsteemann
0e24c18253
re-add optimization for single servers
2019-05-22 14:29:12 +02:00
jsteemann
c0b2049000
update CHANGELOG
2019-05-22 14:01:43 +02:00
jsteemann
d0868e76f8
fix "random" scheduler hangs
2019-05-22 14:01:03 +02:00
Frank Celler
73fee31db5
release version 3.5.0-rc.2
2019-05-22 11:25:54 +02:00
Frank Celler
446a025960
Merge branch 'devel' of github.com:arangodb/arangodb into 3.5
2019-05-22 09:54:14 +02:00
Tobias Gödderz
f1dd0659fa
Fixed test usage of MultiDependencySingleRowFetcher ( #9060 )
...
* Fixed assertion to not have side effects
* init dependencies in test explicitly
2019-05-22 09:39:50 +02:00
Andrey Abramov
8ebcdfda16
bug-fix/internal-issue-#550 ( #9064 )
...
* backport fix from iresearch upstream
* move file to proper location
* minor cleanup
2019-05-21 22:46:05 +03:00
Dronplane
e8298aeb00
Update IResearchLink.cpp ( #9061 )
...
added proper release for recovery reader on link drop.
2019-05-21 22:02:16 +03:00
Jan
de717924ac
fix crash ( #9057 )
2019-05-21 18:19:11 +02:00
jsteemann
fe7d7f6e98
updated CHANGELOG
2019-05-21 18:06:46 +02:00
jsteemann
9546fbb932
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2019-05-21 17:59:54 +02:00
jsteemann
19f4061f70
updated CHANGELOG
2019-05-21 17:59:41 +02:00
Jan
82b1e26686
Bug fix/smart joins ( #9050 )
2019-05-21 17:49:12 +02:00
Jan
6cea7528fb
fix result of AQL function `MIN` in case the first input element is ( #9053 )
...
`null`
2019-05-21 15:43:33 +02:00
Alan Plum
e8b7e1860a
Bug fix/unbreak foxx security ( #9042 )
...
* 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.
* 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.
* Hide Foxx services in frontend if Foxx API is disabled
* Build aardvark
* fixed typo in disable check, fixed tests
2019-05-21 14:45:23 +02:00
jsteemann
d1671425c1
don't hide tooltip by default
2019-05-21 10:37:11 +02:00
jsteemann
320329fc33
Merge branch 'devel' of github.com:arangodb/arangodb into devel
2019-05-21 10:19:20 +02:00
jsteemann
fe6727b7d0
remove compile instruction specific for CATCH tests
2019-05-21 10:18:54 +02:00
Jan
a61dd2895e
only offer indexes of type "persistent" in the web UI for the RocksDB ( #9046 )
2019-05-21 10:11:07 +02:00
Dan Larkin-York
d5ecdd143a
Convert unit tests to googletest framework ( #9034 )
2019-05-21 09:17:46 +02:00
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