From db8a5348dc8cf898aae93b58c08dd529e10e6e0f Mon Sep 17 00:00:00 2001 From: Pascal Wengerter Date: Thu, 7 Apr 2022 18:11:14 +0200 Subject: [PATCH] Bump web to v5.4.0-rc.4 --- .drone.env | 2 +- changelog/unreleased/update-web-5.4.0.md | 7 ++++--- .../acceptance/expected-failures-webUI-on-OCIS-storage.md | 8 ++------ web/Makefile | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/.drone.env b/.drone.env index 3c443a0779..552a10c61b 100644 --- a/.drone.env +++ b/.drone.env @@ -3,5 +3,5 @@ CORE_COMMITID=574b3c8bc75df34cae8a41ad5ed0524ec08c5519 CORE_BRANCH=master # The test runner source for UI tests -WEB_COMMITID=805627004b9445c1f69ce9a6d824a18a2b83aca4 +WEB_COMMITID=0460c3c992838c50717038874af468a29488b165 WEB_BRANCH=master diff --git a/changelog/unreleased/update-web-5.4.0.md b/changelog/unreleased/update-web-5.4.0.md index 9bcc92cea9..094da89a7f 100644 --- a/changelog/unreleased/update-web-5.4.0.md +++ b/changelog/unreleased/update-web-5.4.0.md @@ -1,9 +1,10 @@ -Enhancement: Update ownCloud Web to v5.4.0-rv.3 +Enhancement: Update ownCloud Web to v5.4.0-rc.4 Tags: web -We updated ownCloud Web to v5.4.0-rv.3. Please refer to the changelog (linked) for details on the web release. +We updated ownCloud Web to v5.4.0-rc.4. Please refer to the changelog (linked) for details on the web release. https://github.com/owncloud/web/pull/6709 https://github.com/owncloud/ocis/pull/3437 -https://github.com/owncloud/web/releases/tag/v5.4.0-rc.3 +https://github.com/owncloud/ocis/pull/3487 +https://github.com/owncloud/web/releases/tag/v5.4.0-rc.4 diff --git a/tests/acceptance/expected-failures-webUI-on-OCIS-storage.md b/tests/acceptance/expected-failures-webUI-on-OCIS-storage.md index d39e21992d..d13b215864 100644 --- a/tests/acceptance/expected-failures-webUI-on-OCIS-storage.md +++ b/tests/acceptance/expected-failures-webUI-on-OCIS-storage.md @@ -9,13 +9,9 @@ Level-3 headings should be used for the references to the relevant issues. Inclu Other free text and markdown formatting can be used elsewhere in the document if needed. But if you want to explain something about the issue, then please post that in the issue itself. -### [Media Viewer does not support mp3 files](https://github.com/owncloud/ocis/issues/1106) -- [webUIPreview/imageMediaViewer.feature:84](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L84) -- [webUIPreview/imageMediaViewer.feature:91](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L91) - ### [Endless loading when opening a file in section "Shared with me" or "Shared with other"](https://github.com/owncloud/web/issues/5324) -- [webUIPreview/imageMediaViewer.feature:143](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L143) -- [webUIPreview/imageMediaViewer.feature:152](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L152) +- [webUIPreview/mediaPreview.feature:143](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L143) +- [webUIPreview/mediaPreview.feature:152](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUIPreview/imageMediaViewer.feature#L152) ### [Exit page re-appears in loop when logged in user is deleted](https://github.com/owncloud/web/issues/4677) - [webUILogin/openidLogin.feature:50](https://github.com/owncloud/web/blob/master/tests/acceptance/features/webUILogin/openidLogin.feature#L50) diff --git a/web/Makefile b/web/Makefile index 3befe3673e..463a259cf0 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,6 +1,6 @@ SHELL := bash NAME := web -WEB_ASSETS_VERSION = v5.4.0-rc.3 +WEB_ASSETS_VERSION = v5.4.0-rc.4 include ../.make/recursion.mk