Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update reva to v1.2.2-0.20200924071957-e6676516e61e #601

Merged
merged 4 commits into from
Sep 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions ocis-reva/changelog/unreleased/update-reva-to-20200924.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Enhancement: update reva to v1.2.2-0.20200924071957-e6676516e61e

- Update reva to v1.2.2-0.20200924071957-e6676516e61e
- eos client: Handle eos EPERM as permission denied [(reva/#1183)](https://github.com/cs3org/reva/pull/1183)
- ocis driver: synctime based etag propagation [(reva/#1180)](https://github.com/cs3org/reva/pull/1180)
- ocis driver: fix litmus [(reva/#1179)](https://github.com/cs3org/reva/pull/1179)
- ocis driver: fix move [(reva/#1177)](https://github.com/cs3org/reva/pull/1177)
- ocs service: cache displaynames [(reva/#1161)](https://github.com/cs3org/reva/pull/1161)

https://github.com/owncloud/ocis/pull/601
https://github.com/owncloud/ocis-reva/issues/262
https://github.com/owncloud/ocis-reva/issues/357
https://github.com/owncloud/ocis-reva/issues/301
https://github.com/owncloud/ocis-reva/issues/302
4 changes: 1 addition & 3 deletions ocis-reva/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ module github.com/owncloud/ocis/ocis-reva
go 1.13

require (
github.com/cs3org/reva v1.2.1-0.20200911111727-51649e37df2d
github.com/cs3org/reva v1.2.2-0.20200924071957-e6676516e61e
github.com/gofrs/uuid v3.3.0+incompatible
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/micro/cli/v2 v2.1.2
github.com/micro/go-micro/v2 v2.9.1
github.com/oklog/run v1.0.0
github.com/owncloud/flaex v0.0.0-20200411150708-dce59891a203
github.com/owncloud/ocis/ocis-pkg v0.0.0-20200918114005-1a0ddd2190ee
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/restic/calens v0.2.0
github.com/spf13/viper v1.6.3
gopkg.in/ini.v1 v1.51.1 // indirect
)

replace github.com/owncloud/ocis/ocis-pkg => ../ocis-pkg
Loading