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.7.1-0.20210531093513-b74a2b156af6 #2104

Merged
merged 1 commit into from
Jun 1, 2021
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
10 changes: 4 additions & 6 deletions accounts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require (
contrib.go.opencensus.io/exporter/zipkin v0.1.2
github.com/asim/go-micro/plugins/client/grpc/v3 v3.0.0-20210408173139-0d57213d3f5c
github.com/asim/go-micro/v3 v3.5.1-0.20210217182006-0f0ace1a44a9
github.com/cs3org/go-cs3apis v0.0.0-20210507060801-f176760d55f4
github.com/cs3org/reva v1.7.1-0.20210507160327-e2c3841d0dbc
github.com/cs3org/go-cs3apis v0.0.0-20210527092509-2b828e94ed4c
github.com/cs3org/reva v1.7.1-0.20210531093513-b74a2b156af6
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/render v1.0.1
github.com/gofrs/uuid v3.3.0+incompatible
Expand All @@ -23,15 +23,15 @@ require (
github.com/owncloud/ocis/ocis-pkg v0.0.0-20210216094451-dc73176dc62d
github.com/owncloud/ocis/settings v0.0.0-20210413063522-955bd60edf33
github.com/prometheus/client_golang v1.10.0
github.com/rs/zerolog v1.21.0
github.com/rs/zerolog v1.22.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/thejerf/suture/v4 v4.0.0
go.opencensus.io v0.23.0
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
google.golang.org/genproto v0.0.0-20210207032614-bba0dbe2a9ea
google.golang.org/grpc v1.37.0
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
)

Expand All @@ -42,6 +42,4 @@ replace (
// taken from https://github.com/asim/go-micro/blob/master/plugins/registry/etcd/go.mod#L14-L16
go.etcd.io/etcd/api/v3 => go.etcd.io/etcd/api/v3 v3.0.0-20210204162551-dae29bb719dd
go.etcd.io/etcd/pkg/v3 => go.etcd.io/etcd/pkg/v3 v3.0.0-20210204162551-dae29bb719dd
// latest version compatible with etcd
google.golang.org/grpc => google.golang.org/grpc v1.29.1
)
238 changes: 220 additions & 18 deletions accounts/go.sum

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions changelog/unreleased/update-reva-to-b74a2b156af6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Enhancement: Update reva to v1.7.1-0.20210531093513-b74a2b156af6

This reva update includes:
* [fix move in the owncloud storage driver](https://github.com/cs3org/reva/pull/1696)
* [add checksum header to the tus preflight response](https://github.com/cs3org/reva/pull/1702)
* [Add reliability calculations support to Mentix](https://github.com/cs3org/reva/pull/1649)
* [fix response format when accepting shares](https://github.com/cs3org/reva/pull/1724)
* [Datatx createtransfershare](https://github.com/cs3org/reva/pull/1725)

https://github.com/owncloud/ocis/pull/2104
https://github.com/owncloud/ocis/issues/2102
4 changes: 1 addition & 3 deletions glauth/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/owncloud/ocis/accounts v0.5.3-0.20210216094451-dc73176dc62d
github.com/owncloud/ocis/ocis-pkg v0.0.0-20210216094451-dc73176dc62d
github.com/prometheus/client_golang v1.10.0
github.com/rs/zerolog v1.21.0
github.com/rs/zerolog v1.22.0
github.com/spf13/viper v1.7.1
github.com/thejerf/suture/v4 v4.0.0
go.opencensus.io v0.23.0
Expand All @@ -31,6 +31,4 @@ replace (
// taken from https://github.com/asim/go-micro/blob/master/plugins/registry/etcd/go.mod#L14-L16
go.etcd.io/etcd/api/v3 => go.etcd.io/etcd/api/v3 v3.0.0-20210204162551-dae29bb719dd
go.etcd.io/etcd/pkg/v3 => go.etcd.io/etcd/pkg/v3 v3.0.0-20210204162551-dae29bb719dd
// latest version compatible with etcd
google.golang.org/grpc => google.golang.org/grpc v1.29.1
)
227 changes: 214 additions & 13 deletions glauth/go.sum

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions graph-explorer/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ replace (
// taken from https://github.com/asim/go-micro/blob/master/plugins/registry/etcd/go.mod#L14-L16
go.etcd.io/etcd/api/v3 => go.etcd.io/etcd/api/v3 v3.0.0-20210204162551-dae29bb719dd
go.etcd.io/etcd/pkg/v3 => go.etcd.io/etcd/pkg/v3 v3.0.0-20210204162551-dae29bb719dd
// latest version compatible with etcd
google.golang.org/grpc => google.golang.org/grpc v1.29.1
)
226 changes: 213 additions & 13 deletions graph-explorer/go.sum

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions graph/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ require (
contrib.go.opencensus.io/exporter/ocagent v0.7.0
contrib.go.opencensus.io/exporter/zipkin v0.1.2
github.com/asim/go-micro/v3 v3.5.1-0.20210217182006-0f0ace1a44a9
github.com/cs3org/go-cs3apis v0.0.0-20210507060801-f176760d55f4
github.com/cs3org/reva v1.7.1-0.20210507160327-e2c3841d0dbc
github.com/cs3org/go-cs3apis v0.0.0-20210527092509-2b828e94ed4c
github.com/cs3org/reva v1.7.1-0.20210531093513-b74a2b156af6
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/render v1.0.1
github.com/go-ldap/ldap/v3 v3.3.0
Expand All @@ -21,7 +21,7 @@ require (
github.com/thejerf/suture/v4 v4.0.0
github.com/yaegashi/msgraph.go v0.1.4
go.opencensus.io v0.23.0
google.golang.org/grpc v1.37.0
google.golang.org/grpc v1.38.0
)

replace (
Expand All @@ -30,6 +30,4 @@ replace (
// taken from https://github.com/asim/go-micro/blob/master/plugins/registry/etcd/go.mod#L14-L16
go.etcd.io/etcd/api/v3 => go.etcd.io/etcd/api/v3 v3.0.0-20210204162551-dae29bb719dd
go.etcd.io/etcd/pkg/v3 => go.etcd.io/etcd/pkg/v3 v3.0.0-20210204162551-dae29bb719dd
// latest version compatible with etcd
google.golang.org/grpc => google.golang.org/grpc v1.29.1
)
Loading