dependabot[bot]
ea481eea59
Bump go.opentelemetry.io/otel from 1.3.0 to 1.4.1
...
Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go ) from 1.3.0 to 1.4.1.
- [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.3.0...v1.4.1 )
---
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 >
2022-02-17 08:40:32 +00:00
Michael Barz
efe292738f
Show not found error message
2022-02-16 23:39:51 +01:00
Michael Barz
405e3a7693
use latest reva edge
2022-02-16 21:13:58 +01:00
Michael Barz
a2f540fcb5
use reva from fork
2022-02-16 17:40:39 +01:00
Michael Barz
3167377fca
use id wrap and unwrap from reva
2022-02-16 17:40:36 +01:00
David Christofas
152b337299
update reva
2022-02-16 08:20:00 +05:45
Michael Barz
af0a5fac18
Create space with description ( #3168 )
...
* send description during create space
* add changelog
* update reva
* add to API test
* only use opaque if not nil
* use forked xattr to fix windows build
Signed-off-by: Michael Barz <mbarz@owncloud.com >
2022-02-15 14:18:27 +01:00
kobergj
889a42c964
[full-ci] Events ( #3146 )
...
* initial events draft
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* start nats server with ocis
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* use feature reva and add config
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* remove unneeded files
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* edge reva and fix pipeline
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* configure nats server via ocis
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* update expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* add nats to parallel deployment
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* more expected failures
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* use NATS instead of cp SETTINGS
Signed-off-by: jkoberg <jkoberg@owncloud.com >
* remove more configuration options
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-02-11 17:14:48 +01:00
Michael Barz
b1d6be7e1b
refactor to reduce complexity
2022-02-11 14:56:05 +01:00
Michael Barz
abfefd9230
use opaque as space props transport
2022-02-11 14:56:05 +01:00
Michael Barz
fe0bd0d55c
use arbitrary metadata
2022-02-11 14:56:05 +01:00
Willy Kloucek
d1c8cd053d
Merge branch 'master' into dependabot/go_modules/go-micro.dev/v4-4.6.0
2022-02-10 09:33:27 +01:00
Willy Kloucek
585c6f347d
update all go-micro plugins to v4.6.0 (hash of the tag, since they are not really released)
2022-02-10 09:25:54 +01:00
dependabot[bot]
4a578ad03f
Bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0
...
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.2.0...v4.3.0 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-02-10 06:42:21 +00:00
Willy Kloucek
f152e4f129
Merge pull request #3133 from owncloud/add-consol-as-registry-option
...
add consul as registry option
2022-02-09 10:49:28 +01:00
dependabot[bot]
33b0188888
Bump go-micro.dev/v4 from 4.5.0 to 4.6.0
...
Bumps [go-micro.dev/v4](https://github.com/asim/go-micro ) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/asim/go-micro/releases )
- [Changelog](https://github.com/asim/go-micro/blob/master/CHANGELOG.md )
- [Commits](https://github.com/asim/go-micro/compare/v4.5.0...v4.6.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 >
2022-02-09 06:16:36 +00:00
Willy Kloucek
3215cb7e6a
add consul as registry option
2022-02-08 16:58:08 +01:00
David Christofas
fe3b4b1923
update reva
2022-02-08 10:20:52 +01:00
David Christofas
57fa8a6559
update reva
2022-02-04 18:31:34 +01:00
David Christofas
5668a43e8e
add permissions to the graph drives
2022-02-04 14:49:55 +01:00
Ralf Haferkamp
c0d486f3a5
Implement adding a member to a Group
...
This implements POST request to the graph/v1.0/groups/{groupid}/members/$ref
endpoint. Allowing to add members to a group.
2022-02-01 10:17:46 +01:00
Willy Kloucek
8ebe1c78ce
Merge pull request #3052 from owncloud/parallel-deployment-sharing
...
Parallel deployment sharing
2022-02-01 08:52:14 +01:00
Willy Kloucek
429f7a3999
use reva@edge
2022-01-31 10:15:39 +01:00
Willy Kloucek
0de87a940f
use developement branch
2022-01-31 09:59:12 +01:00
dependabot[bot]
5cf1a16ad7
Bump github.com/owncloud/libre-graph-api-go from 0.8.0 to 0.9.0
...
Bumps [github.com/owncloud/libre-graph-api-go](https://github.com/owncloud/libre-graph-api-go ) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/owncloud/libre-graph-api-go/releases )
- [Commits](https://github.com/owncloud/libre-graph-api-go/compare/v0.8.0...v0.9.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-31 08:03:25 +00:00
dependabot[bot]
56cb7fbf5f
Bump github.com/prometheus/client_golang from 1.12.0 to 1.12.1
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.12.0 to 1.12.1.
- [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.12.0...v1.12.1 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-31 06:16:03 +00:00
David Christofas
84f63c3a98
Merge pull request #2852 from owncloud/cs3-permissions-service
...
first prototype of a CS3 permissions service
2022-01-28 13:44:17 +01:00
dependabot[bot]
e4209c57dd
Bump github.com/onsi/gomega from 1.18.0 to 1.18.1
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.18.0...v1.18.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-28 06:22:09 +00:00
David Christofas
e65d80f95f
update reva
2022-01-27 16:56:19 +01:00
David Christofas
29f4f49e1c
first prototype of a CS3 permissions service
2022-01-27 16:56:15 +01:00
Willy Kloucek
f479291792
Merge pull request #3020 from owncloud/dependabot/go_modules/github.com/onsi/gomega-1.18.0
...
Bump github.com/onsi/gomega from 1.17.0 to 1.18.0
2022-01-26 07:55:49 +01:00
dependabot[bot]
1b60c87257
Bump google.golang.org/grpc from 1.43.0 to 1.44.0
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.43.0 to 1.44.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.43.0...v1.44.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 >
2022-01-26 06:18:26 +00:00
dependabot[bot]
7b6f27a2c7
Bump github.com/onsi/gomega from 1.17.0 to 1.18.0
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.17.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-01-24 06:17:48 +00:00
jkoberg
e9b4f43946
bump reva and remove expected failures
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2022-01-21 14:56:39 +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
Jörn Friedrich Dreyer
94d6daa222
check error when setting cache with ttl
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2022-01-17 15:39:15 +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