From 817994177e8f08b0619198e14cb6f6a392cfd766 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Wed, 12 Aug 2020 09:06:45 +0000 Subject: [PATCH 1/2] Automated changelog update [skip ci] --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 769c670f3..2a0f6923e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * Change - Start ocis-proxy with the ocis server command: [#119](https://github.com/owncloud/ocis/issues/119) * Change - Update reva config: [#336](https://github.com/owncloud/ocis/pull/336) * Enhancement - Document how to run OCIS on top of EOS: [#172](https://github.com/owncloud/ocis/pull/172) +* Enhancement - Simplify tracing config: [#92](https://github.com/owncloud/product/issues/92) * Enhancement - Add new REVA config variables to docs: [#345](https://github.com/owncloud/ocis/pull/345) * Enhancement - Update extensions: [#180](https://github.com/owncloud/ocis/pull/180) * Enhancement - Update extensions 2020-07-01: [#357](https://github.com/owncloud/ocis/pull/357) @@ -110,6 +111,15 @@ https://github.com/owncloud/ocis/pull/172 +* Enhancement - Simplify tracing config: [#92](https://github.com/owncloud/product/issues/92) + + We now apply the oCIS tracing config to all services which have tracing. With this it is possible + to set one tracing config for all services at the same time. + + https://github.com/owncloud/product/issues/92 + https://github.com/owncloud/ocis/pull/329 + + * Enhancement - Add new REVA config variables to docs: [#345](https://github.com/owncloud/ocis/pull/345) With the default setup of running oCIS with ocis-proxy we need to set `REVA_DATAGATEWAY_URL` From a9bf1b32c5371c6242e52ad155bb03ce6a56ae32 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 13 Aug 2020 08:18:30 +0545 Subject: [PATCH 2/2] Bump core commit to run extra tests --- .drone.star | 2 +- tests/acceptance/expected-failures.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 544647ad5..fba5023d2 100644 --- a/.drone.star +++ b/.drone.star @@ -1,7 +1,7 @@ config = { 'apiTests': { 'coreBranch': 'master', - 'coreCommit': 'aa87e9c07c5558387c37921d850e8d8e99d6cd45', + 'coreCommit': 'f0fd17a01c69c7c5b518d3209afe8f3e4feac1ef', 'numberOfParts': 2 }, 'uiTests': { diff --git a/tests/acceptance/expected-failures.txt b/tests/acceptance/expected-failures.txt index a3fe0fc84..fbabd011c 100644 --- a/tests/acceptance/expected-failures.txt +++ b/tests/acceptance/expected-failures.txt @@ -189,6 +189,11 @@ apiShareManagementBasic/createShare.feature:195 apiShareManagementBasic/createShare.feature:417 apiShareManagementBasic/createShare.feature:418 # +# https://github.com/owncloud/ocis-reva/issues/243 Sharing seems to work but does not work +# https://github.com/owncloud/ocis-reva/issues/372 Listing shares via ocs API does not show path for parent folders +apiShareManagementBasic/createShare.feature:269 +apiShareManagementBasic/createShare.feature:270 +# # https://github.com/owncloud/ocis-reva/issues/356 Fields missing in delete share OCS response apiShareManagementBasic/deleteShare.feature:36 apiShareManagementBasic/deleteShare.feature:37