Skip to content

Commit

Permalink
Merge pull request #601 from butonic/update-reva-to-20200924
Browse files Browse the repository at this point in the history
update reva to v1.2.2-0.20200924071957-e6676516e61e
  • Loading branch information
butonic authored Sep 24, 2020
2 parents 3256174 + 560ef4b commit 3389c48
Show file tree
Hide file tree
Showing 6 changed files with 476 additions and 500 deletions.
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

0 comments on commit 3389c48

Please sign in to comment.