Skip to content

Commit

Permalink
update reva to v1.7.1-0.20210531093513-b74a2b156af6
Browse files Browse the repository at this point in the history
  • Loading branch information
David Christofas committed Jun 1, 2021
1 parent 3f97792 commit 65b0025
Show file tree
Hide file tree
Showing 35 changed files with 3,486 additions and 439 deletions.
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

0 comments on commit 65b0025

Please sign in to comment.