Skip to content

Commit 62a2c1b

Browse files
authored
Merge branch 'master' into chore/translations-update
2 parents eed1523 + 5940017 commit 62a2c1b

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

.drone.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# The test runner source for UI tests
2-
WEB_COMMITID=6165b4e47a47e3a216107e96f90825190f10632e
2+
WEB_COMMITID=39d6215da6daa184cd2365966915a659bdbd2c8b
33
WEB_BRANCH=stable-12.3
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Enhancement: Bump Web to 12.3.3
2+
3+
- Bugfix [owncloud/web#13638](https://github.com/owncloud/web/pull/13638): Share button not usable when role dropdown text is too long
4+
- Bugfix [owncloud/web#13667](https://github.com/owncloud/web/pull/13667): Shared with does not show members
5+
- Bugfix [owncloud/web#13680](https://github.com/owncloud/web/pull/13680): Escape strings when returned from server
6+
7+
https://github.com/owncloud/web/pull/13705
8+
https://github.com/owncloud/web/releases/tag/v12.3.3

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.3.1
3+
WEB_ASSETS_VERSION = v12.3.3
44

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

tests/config/drone/run_k6_tests.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ if [ "$1" = "--ocis-log" ]; then
99
exit 0
1010
fi
1111

12+
# clean up from previous runs
13+
sshpass -p "$SSH_OCIS_PASSWORD" ssh $SSH_OPTS "$SSH_OCIS_USERNAME@$SSH_OCIS_REMOTE" "rm -rf k6-ocis"
14+
1215
# start ocis server
1316
sshpass -p "$SSH_OCIS_PASSWORD" ssh $SSH_OPTS "$SSH_OCIS_USERNAME@$SSH_OCIS_REMOTE" \
1417
"OCIS_URL=${TEST_SERVER_URL} \

0 commit comments

Comments
 (0)