Skip to content

Commit

Permalink
update to reva 1.4.1-0.20201118150422-667197a6b674
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Nov 18, 2020
1 parent f2e7ade commit 1fc893f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
2 changes: 1 addition & 1 deletion changelog/unreleased/update-reva-to-1c425035c8a2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Enhancement: Update reva to v1.3.1-0.20201112131316-1c425035c8a2
Enhancement: Update reva to v1.4.0

* Refactor the uploading files workflow from various clients [cs3org/reva#1285](https://github.com/cs3org/reva/pull/1285), [cs3org/reva#1314](https://github.com/cs3org/reva/pull/1314)
* [OCS] filter share with me requests [cs3org/reva#1302](https://github.com/cs3org/reva/pull/1302)
Expand Down
9 changes: 0 additions & 9 deletions ocis/tests/acceptance/expected-failures-on-OCIS-storage.txt
Original file line number Diff line number Diff line change
Expand Up @@ -306,15 +306,6 @@ apiSharees/sharees.feature:538
# https://github.com/owncloud/product/issues/293 sharing with group not available
#
apiShareManagementToShares/acceptShares.feature:22
apiShareManagementToShares/acceptShares.feature:71
apiShareManagementToShares/acceptShares.feature:156
apiShareManagementToShares/acceptShares.feature:157
apiShareManagementToShares/acceptShares.feature:158
apiShareManagementToShares/acceptShares.feature:159
apiShareManagementToShares/acceptShares.feature:160
apiShareManagementToShares/acceptShares.feature:162
apiShareManagementToShares/acceptShares.feature:175
apiShareManagementToShares/acceptShares.feature:196
apiShareManagementToShares/acceptShares.feature:223
apiShareManagementToShares/acceptShares.feature:270
apiShareManagementToShares/acceptShares.feature:342
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -289,15 +289,6 @@ apiSharees/sharees.feature:538
# https://github.com/owncloud/product/issues/293 sharing with group not available
#
apiShareManagementToShares/acceptShares.feature:22
apiShareManagementToShares/acceptShares.feature:71
apiShareManagementToShares/acceptShares.feature:156
apiShareManagementToShares/acceptShares.feature:157
apiShareManagementToShares/acceptShares.feature:158
apiShareManagementToShares/acceptShares.feature:159
apiShareManagementToShares/acceptShares.feature:160
apiShareManagementToShares/acceptShares.feature:162
apiShareManagementToShares/acceptShares.feature:175
apiShareManagementToShares/acceptShares.feature:196
apiShareManagementToShares/acceptShares.feature:223
apiShareManagementToShares/acceptShares.feature:270
apiShareManagementToShares/acceptShares.feature:342
Expand Down
2 changes: 1 addition & 1 deletion storage/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/owncloud/ocis/storage
go 1.13

require (
github.com/cs3org/reva v1.3.1-0.20201112131316-1c425035c8a2
github.com/cs3org/reva v1.4.1-0.20201118150422-667197a6b674
github.com/gofrs/uuid v3.3.0+incompatible
github.com/micro/cli/v2 v2.1.2
github.com/micro/go-micro/v2 v2.9.1
Expand Down
4 changes: 4 additions & 0 deletions storage/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ github.com/cs3org/reva v1.3.1-0.20201023144216-cdb3d6688da5 h1:nkmk9ywGKpJthWeMY
github.com/cs3org/reva v1.3.1-0.20201023144216-cdb3d6688da5/go.mod h1:V50GXMiT524bvxACFkrkZqBzK4BoXLSprxcPshBlSOY=
github.com/cs3org/reva v1.3.1-0.20201112131316-1c425035c8a2 h1:vBgCFcQMxcu7wDPo44Onw3ZXXZc3DrARz6V8rECZjVs=
github.com/cs3org/reva v1.3.1-0.20201112131316-1c425035c8a2/go.mod h1:oqkkfe0g/dvrFFrmwd/VVfmrxhfswHp7+IB2PNeADSE=
github.com/cs3org/reva v1.4.0 h1:fMG9Rfn+gyvIlOPd9xvbefqC0UWy5c1Wp0QV/jUowr4=
github.com/cs3org/reva v1.4.0/go.mod h1:oqkkfe0g/dvrFFrmwd/VVfmrxhfswHp7+IB2PNeADSE=
github.com/cs3org/reva v1.4.1-0.20201118150422-667197a6b674 h1:r7udNbZtE0OQF1bL8Qp3kJ3inNxEPQd8shRW6ngwkkw=
github.com/cs3org/reva v1.4.1-0.20201118150422-667197a6b674/go.mod h1:oqkkfe0g/dvrFFrmwd/VVfmrxhfswHp7+IB2PNeADSE=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 1fc893f

Please sign in to comment.