File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# The test runner source for UI tests
2- WEB_COMMITID = 6165b4e47a47e3a216107e96f90825190f10632e
2+ WEB_COMMITID = 39d6215da6daa184cd2365966915a659bdbd2c8b
33WEB_BRANCH = stable-12.3
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11SHELL := bash
22NAME := web
3- WEB_ASSETS_VERSION = v12.3.1
3+ WEB_ASSETS_VERSION = v12.3.3
44
55include ../../.make/recursion.mk
66
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ if [ "$1" = "--ocis-log" ]; then
99 exit 0
1010fi
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
1316sshpass -p " $SSH_OCIS_PASSWORD " ssh $SSH_OPTS " $SSH_OCIS_USERNAME @$SSH_OCIS_REMOTE " \
1417 " OCIS_URL=${TEST_SERVER_URL} \
You can’t perform that action at this time.
0 commit comments