Skip to content

Commit a0e5ff4

Browse files
authored
Merge pull request #11960 from owncloud/chore/bump-web-12.3.0
[full-ci] chore: bump web version to 12.3.0
2 parents 0c33d4d + 4853dec commit a0e5ff4

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.drone.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# The test runner source for UI tests
2-
WEB_COMMITID=d3b0b0c216f26d6c40a02469481f807e1f4fd63e
3-
WEB_BRANCH=FixTestSharingRoles
2+
WEB_COMMITID=6c5fae0833660f0893d824b5d64d050b2f29b842
3+
WEB_BRANCH=stable-12.3

.drone.star

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ config = {
384384
"part": {
385385
"skip": False,
386386
"totalParts": 4, # divide and run all suites in parts (divide pipelines)
387-
"xsuites": ["search", "app-provider", "oidc", "ocm", "keycloak"], # suites to skip
387+
"xsuites": ["search", "app-provider", "ocm", "keycloak"], # suites to skip
388388
},
389389
"search": {
390390
"skip": False,
@@ -1537,6 +1537,7 @@ def e2eTestPipeline(ctx):
15371537
"HEADLESS": "true",
15381538
"RETRY": "1",
15391539
"REPORT_TRACING": "with-tracing" in ctx.build.title.lower(),
1540+
"SKIP_A11Y_TESTS": "true",
15401541
}
15411542

15421543
# configs to setup ocis with keycloak
@@ -1723,6 +1724,7 @@ def multiServiceE2ePipeline(ctx):
17231724
"BASE_URL_OCIS": OCIS_DOMAIN,
17241725
"HEADLESS": "true",
17251726
"RETRY": "1",
1727+
"SKIP_A11Y_TESTS": "true",
17261728
},
17271729
"commands": [
17281730
"cd %s/tests/e2e" % dirs["web"],
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Enhancement: Bump Web to 12.3.0
2+
3+
4+
Bugfix [owncloud/web#13406](https://github.com/owncloud/web/pull/13406): Prevent overlapping search content
5+
Bugfix [owncloud/web#13415](https://github.com/owncloud/web/pull/13415) Filter only personal trashed spaces
6+
Enhancement [owncloud/web#5847](https://github.com/owncloud/web/pull/5847) Dynamic theme-color meta tag based on loaded theme
7+
Enhancement [owncloud/web#13412](https://github.com/owncloud/web/pull/13412) Use beta endpoint for single drive operations
8+
Enhancement [owncloud/web#13426](https://github.com/owncloud/web/pull/13426) Add crash page
9+
Enhancement [owncloud/web#13426](https://github.com/owncloud/web/pull/13426)Catch spaces loading error
10+
Enhancement [owncloud/web#13485](https://github.com/owncloud/web/pull/13485)Drop custom share filters
11+
Enhancement [owncloud/web#13499](https://github.com/owncloud/web/pull/13499)Add cross-instance reference
12+
Enhancement [owncloud/web#13500](https://github.com/owncloud/web/pull/13500)Add instance switcher
13+
14+
15+
https://github.com/owncloud/web/pull/13519
16+
https://github.com/owncloud/web/releases/tag/v12.3.0

services/web/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SHELL := bash
22
NAME := web
3-
WEB_ASSETS_VERSION = v12.2.0
3+
WEB_ASSETS_VERSION = v12.3.0
44

55
include ../../.make/recursion.mk
66

0 commit comments

Comments
 (0)