Commit Graph

364 Commits

Author SHA1 Message Date
jkoberg
e9b4f43946 bump reva and remove expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-21 14:56:39 +01:00
David Christofas
d70fe6ac13 prevent purging of enabled spaces 2022-01-20 17:26:10 +01:00
Willy Kloucek
16113b41b6 update reva 2022-01-20 13:46:06 +01:00
David Christofas
0bfc1f08b7 implement graph endpoint to delete spaces 2022-01-20 11:34:15 +01:00
Willy Kloucek
e1ee6db087 Merge pull request #2991 from owncloud/dependabot/go_modules/github.com/grpc-ecosystem/grpc-gateway/v2-2.7.3
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.7.2 to 2.7.3
2022-01-20 09:35:03 +01:00
dependabot[bot]
926efa033d Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.7.2 to 2.7.3
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.7.2 to 2.7.3.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/.goreleaser.yml)
- [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.7.2...v2.7.3)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-20 06:20:39 +00:00
dependabot[bot]
97fac6d33b Bump github.com/prometheus/client_golang from 1.11.0 to 1.12.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.12.0.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-20 06:20:24 +00:00
Jörn Friedrich Dreyer
3f5846b5a3 Merge pull request #2962 from owncloud/graph-reads-space-yaml
Read additional graph drive prop from space.yaml
2022-01-19 11:34:57 +01:00
Jörn Friedrich Dreyer
9b4fae1704 add mockery for minimal graph testing
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-18 12:42:49 +00:00
dependabot[bot]
c38ca577f9 Bump gotest.tools/v3 from 3.0.3 to 3.1.0
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases)
- [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: gotest.tools/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 06:17:25 +00:00
Jörn Friedrich Dreyer
0aba703454 Merge pull request #2953 from owncloud/update-reva-07451f6cd8067b2b044f51928992924fbb925d20
update REVA to v1.16.1-0.20220112085026-07451f6cd806
2022-01-14 11:52:05 +01:00
Jörn Friedrich Dreyer
7e5eafab20 Bump github.com/owncloud/libre-graph-api-go from 0.7.0 to 0.8.0
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-13 14:34:55 +00:00
Jörn Friedrich Dreyer
ab6054bdc6 update REVA to v1.16.1-0.20220112085026-07451f6cd806
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-13 08:57:03 +00:00
dependabot[bot]
7ad03330f6 Bump github.com/owncloud/libre-graph-api-go from 0.5.0 to 0.7.0
Bumps [github.com/owncloud/libre-graph-api-go](https://github.com/owncloud/libre-graph-api-go) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/owncloud/libre-graph-api-go/releases)
- [Commits](https://github.com/owncloud/libre-graph-api-go/compare/v0.5.0...v0.7.0)

---
updated-dependencies:
- dependency-name: github.com/owncloud/libre-graph-api-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-13 06:16:25 +00:00
jkoberg
5c7427f090 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-11 16:07:14 +01:00
jkoberg
64471d02cb bump reva and update expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-10 17:36:14 +01:00
jkoberg
b68a9c5346 use newest reva version
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-01-10 15:46:37 +01:00
Willy Kloucek
5034e399bb maintain envdecode inside ocis-pkg 2022-01-07 16:08:14 +00:00
Willy Kloucek
d2befd9257 switch accounts to struct tag based env config 2022-01-07 15:39:01 +00:00
Jörn Friedrich Dreyer
76592e21d8 update to latest edge
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-07 15:27:48 +00:00
Jörn Friedrich Dreyer
f706d76335 Merge branch 'master' into spaces-registry
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-06 10:51:43 +00:00
Jörn Friedrich Dreyer
2cf22bf979 use latest reva branch
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-06 10:49:01 +00:00
Willy Kloucek
cff0749f38 update reva 2022-01-06 08:03:47 +01:00
Jörn Friedrich Dreyer
349987115d use locking branch
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-04 20:36:39 +00:00
Jörn Friedrich Dreyer
66491b94c9 Merge branch 'master' into spaces-registry 2022-01-04 19:30:00 +00:00
Jörn Friedrich Dreyer
ae6b9c6fce update reva edge commit id
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-01-04 19:25:21 +00:00
Willy Kloucek
0226be2657 update untagged go micro plugins 2021-12-21 14:34:41 +01:00
Willy Kloucek
9eae4f6b42 Merge pull request #2902 from owncloud/update-reva-2021-12-20
[full-ci] update reva
2021-12-21 10:00:05 +01:00
dependabot[bot]
9f3640a9b4 Bump github.com/libregraph/lico from 0.53.0 to 0.53.1
Bumps [github.com/libregraph/lico](https://github.com/libregraph/lico) from 0.53.0 to 0.53.1.
- [Release notes](https://github.com/libregraph/lico/releases)
- [Changelog](https://github.com/libregraph/lico/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libregraph/lico/compare/v0.53.0...v0.53.1)

---
updated-dependencies:
- dependency-name: github.com/libregraph/lico
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-21 06:37:33 +00:00
Willy Kloucek
9bc78db384 update reva 2021-12-20 16:14:19 +01:00
Willy Kloucek
30c0ffc98c Merge pull request #2896 from owncloud/dependabot/go_modules/github.com/blevesearch/bleve/v2-2.3.0
Bump github.com/blevesearch/bleve/v2 from 2.2.2 to 2.3.0
2021-12-20 15:40:24 +01:00
dependabot[bot]
730694889b Bump go-micro.dev/v4 from 4.4.0 to 4.5.0
Bumps [go-micro.dev/v4](https://github.com/asim/go-micro) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/asim/go-micro/releases)
- [Commits](https://github.com/asim/go-micro/compare/v4.4.0...v4.5.0)

---
updated-dependencies:
- dependency-name: go-micro.dev/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 06:38:40 +00:00
dependabot[bot]
0eb1e57ecc Bump github.com/blevesearch/bleve/v2 from 2.2.2 to 2.3.0
Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/blevesearch/bleve/releases)
- [Commits](https://github.com/blevesearch/bleve/compare/v2.2.2...v2.3.0)

---
updated-dependencies:
- dependency-name: github.com/blevesearch/bleve/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-17 06:32:32 +00:00
David Christofas
afcde1e529 Merge pull request #2885 from owncloud/update-graph-api
Change: Update graph api to 0.5.0
2021-12-16 14:51:21 +01:00
Michael Barz
4502d4dfcc Update graph api to 0.5.0 2021-12-16 13:39:27 +01:00
Willy Kloucek
28f842c1c9 Merge pull request #2888 from owncloud/dependabot/go_modules/github.com/rs/zerolog-1.26.1
Bump github.com/rs/zerolog from 1.26.0 to 1.26.1
2021-12-16 08:26:46 +01:00
dependabot[bot]
89ebdd7295 Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.7.1 to 2.7.2
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) from 2.7.1 to 2.7.2.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/.goreleaser.yml)
- [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.7.1...v2.7.2)

---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 06:32:05 +00:00
dependabot[bot]
407b5b90ba Bump github.com/rs/zerolog from 1.26.0 to 1.26.1
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog) from 1.26.0 to 1.26.1.
- [Release notes](https://github.com/rs/zerolog/releases)
- [Commits](https://github.com/rs/zerolog/compare/v1.26.0...v1.26.1)

---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 06:31:50 +00:00
Jörn Friedrich Dreyer
da61a20cf1 Merge branch 'master' into spaces-registry 2021-12-15 16:33:52 +00:00
Jörn Friedrich Dreyer
70b8f3b949 wtf
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-12-15 16:27:16 +00:00
Willy Kloucek
8607525f65 update reva 2021-12-15 14:39:41 +01:00
dependabot[bot]
2536df7199 Bump github.com/spf13/cobra from 1.2.1 to 1.3.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-15 10:06:00 +00:00
dependabot[bot]
f322dfcfca Bump google.golang.org/grpc from 1.42.0 to 1.43.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.42.0 to 1.43.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.42.0...v1.43.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-15 06:33:02 +00:00
Willy Kloucek
f35133d4bd Merge pull request #2879 from owncloud/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc-0.28.0
Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.27.0 to 0.28.0
2021-12-14 17:21:14 +01:00
dependabot[bot]
b796a96d3b Bump go.opentelemetry.io/otel/exporters/jaeger from 1.2.0 to 1.3.0
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 15:12:39 +00:00
dependabot[bot]
a3a37a2ad5 Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.27.0 to 0.28.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/zpages/v0.27.0...zpages/v0.28.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 14:44:27 +00:00
dependabot[bot]
5859be13f2 Bump go.opentelemetry.io/otel from 1.2.0 to 1.3.0
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-14 14:03:51 +00:00
Willy Kloucek
c1d3867239 update gologr 2021-12-14 12:54:22 +01:00
Michael Barz
04145b295a Merge pull request #2869 from owncloud/graph-api-rest
Graph api rest
2021-12-13 19:59:01 +01:00
Michael Barz
23458ba4b9 remove unecessary replace 2021-12-13 16:33:47 +01:00