Skip to content

Commit

Permalink
[full-ci] Use sizediff propagation (#5092)
Browse files Browse the repository at this point in the history
* bump reva

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

log calls

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

bump to fix, disable api log

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

bump to latest fix

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

remove unexpected failures

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

bump reva, update unexpected passes

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

test sizediff propagation

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

use reva edge

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add changelog

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic authored Nov 23, 2022
1 parent 187c126 commit 26f3e8f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
10 changes: 10 additions & 0 deletions changelog/unreleased/update-reva.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Bugfix: update reva

Tags: reva

We updated reva to pull in several Bugfixes:
* Bugfix [owncloud/ocis#5061](https://github.com/owncloud/ocis/issues/5061): [Performance] Upload speed drops while uploading 1k files in a folder
* Bugfix [owncloud/ocis#3868](https://github.com/owncloud/ocis/issues/3868): Downloading the older version of shared file as share receiver gives 403
* Bugfix [owncloud/ocis#765](https://github.com/owncloud/ocis/issues/765): [OCIS-storage] Restoring an older version of a shared file deletes the share

https://github.com/owncloud/ocis/pull/5092
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/blevesearch/bleve/v2 v2.3.5
github.com/coreos/go-oidc/v3 v3.4.0
github.com/cs3org/go-cs3apis v0.0.0-20221012090518-ef2996678965
github.com/cs3org/reva/v2 v2.10.1-0.20221122203801-810f981c8d9b
github.com/cs3org/reva/v2 v2.10.1-0.20221123110342-cf8ce449fc83
github.com/disintegration/imaging v1.6.2
github.com/ggwhite/go-masker v1.0.9
github.com/go-chi/chi/v5 v5.0.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,8 @@ github.com/crewjam/saml v0.4.6 h1:XCUFPkQSJLvzyl4cW9OvpWUbRf0gE7VUpU8ZnilbeM4=
github.com/crewjam/saml v0.4.6/go.mod h1:ZBOXnNPFzB3CgOkRm7Nd6IVdkG+l/wF+0ZXLqD96t1A=
github.com/cs3org/go-cs3apis v0.0.0-20221012090518-ef2996678965 h1:y4n2j68LLnvac+zw/al8MfPgO5aQiIwLmHM/JzYN8AM=
github.com/cs3org/go-cs3apis v0.0.0-20221012090518-ef2996678965/go.mod h1:UXha4TguuB52H14EMoSsCqDj7k8a/t7g4gVP+bgY5LY=
github.com/cs3org/reva/v2 v2.10.1-0.20221122203801-810f981c8d9b h1:2/jP2wlUVwkAXSVllR/rwQEn460rmiUZXiuplcJ+T28=
github.com/cs3org/reva/v2 v2.10.1-0.20221122203801-810f981c8d9b/go.mod h1:+lH5G0UmNjMNj4F0bDhbh+HqL1UihlbL8zPBa57Y2QI=
github.com/cs3org/reva/v2 v2.10.1-0.20221123110342-cf8ce449fc83 h1:cyYWkYxEFr08PDMQHVxOyCAUzCT+nh0qsFDmMYiK2O8=
github.com/cs3org/reva/v2 v2.10.1-0.20221123110342-cf8ce449fc83/go.mod h1:+lH5G0UmNjMNj4F0bDhbh+HqL1UihlbL8zPBa57Y2QI=
github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8 h1:Z9lwXumT5ACSmJ7WGnFl+OMLLjpz5uR2fyz7dC255FI=
github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8/go.mod h1:4abs/jPXcmJzYoYGF91JF9Uq9s/KL5n1jvFDix8KcqY=
github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4=
Expand Down
8 changes: 0 additions & 8 deletions tests/acceptance/expected-failures-API-on-OCIS-storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ _ocdav: double-check the webdav property parsing when custom namespaces are used
- [apiWebdavProperties2/getFileProperties.feature:405](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavProperties2/getFileProperties.feature#L405)
- [apiWebdavProperties2/getFileProperties.feature:410](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavProperties2/getFileProperties.feature#L410)

#### [Downloading the older version of shared file gives 404](https://github.com/owncloud/ocis/issues/3868)

- [apiVersions/fileVersionsSharingToShares.feature:306](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiVersions/fileVersionsSharingToShares.feature#L306)

#### [file versions do not report the version author](https://github.com/owncloud/ocis/issues/2914)

- [apiVersions/fileVersionAuthor.feature:14](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiVersions/fileVersionAuthor.feature#L14)
Expand Down Expand Up @@ -320,10 +316,6 @@ cannot share a folder with create permission
- [apiWebdavMove2/moveShareOnOcis.feature:169](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavMove2/moveShareOnOcis.feature#L169)
- [apiWebdavMove2/moveShareOnOcis.feature:170](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiWebdavMove2/moveShareOnOcis.feature#L170)

#### [restoring an older version of a shared file deletes the share](https://github.com/owncloud/ocis/issues/765)

- [apiShareManagementToShares/acceptShares.feature:579](https://github.com/owncloud/core/blob/master/tests/acceptance/features/apiShareManagementToShares/acceptShares.feature#L579)

#### [Expiration date for shares is not implemented](https://github.com/owncloud/ocis/issues/1250)

#### Expiration date of user shares
Expand Down

0 comments on commit 26f3e8f

Please sign in to comment.