Commit Graph

550 Commits

Author SHA1 Message Date
jkoberg
48325b9991 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-06-16 15:08:10 +02:00
Christian Richter
4aa9b2e416 Bump reva
Co-authored-by Julian Koberg <jkoberg@owncloud.com>
Signed-off-by: Christian Richter <crichter@owncloud.com>
2023-06-16 10:52:37 +02:00
Roman Perekhod
8160362c2e [full-ci] bump a reva according the #issue-6469 2023-06-14 17:08:16 +02:00
kobergj
613500cca9 Merge pull request #6500 from kobergj/PostprocessingRetries
[full-ci] Retry Postprocessing
2023-06-14 10:45:27 +02:00
dependabot[bot]
5ebc596352 Bump github.com/gookit/config/v2 from 2.1.8 to 2.2.2
Bumps [github.com/gookit/config/v2](https://github.com/gookit/config) from 2.1.8 to 2.2.2.
- [Release notes](https://github.com/gookit/config/releases)
- [Commits](https://github.com/gookit/config/compare/v2.1.8...v2.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-13 10:54:58 +02:00
jkoberg
86356707d2 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-06-13 10:51:00 +02:00
Michael Barz
675fbff009 update reva 2023-06-13 08:35:35 +02:00
Ralf Haferkamp
d9088afd2c bump reva to latest edge
https://github.com/cs3org/reva/pull/3960
https://github.com/cs3org/reva/pull/3959
https://github.com/cs3org/reva/pull/3955
2023-06-08 18:04:33 +02:00
Florian Schade
4f26424db6 [full-ci] enhancement: use reva client pool selectors (#6452)
* enhancement: use reva client pool selectors

register mock service to registry and pass tests

* enhancement: bump reva

* Fix a couple of linter issues

---------

Co-authored-by: Ralf Haferkamp <rhaferkamp@owncloud.com>
2023-06-08 12:41:04 +02:00
Florian Schade
749d9b2b0d Enhancement: Update go-micro kubernetes registry (#6457)
* Enhancement: Update go-micro kubernetes registry to v1.1.2-0.20230605104008-a179a6b8f8e6
2023-06-06 17:05:25 +02:00
Michael Barz
4b512fa884 update reva to latest edge 2023-06-05 17:02:04 +02:00
Martin
d35f413abf Merge pull request #6400 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/trace-1.16.0
Bump go.opentelemetry.io/otel/trace from 1.15.1 to 1.16.0
2023-06-02 09:06:38 +02:00
Roman Perekhod
366d1c2c10 Fix the empty exact list while searching for a sharee #issue-4265 2023-05-31 15:46:11 +02:00
jkoberg
599c7b6b87 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-31 11:59:31 +02:00
dependabot[bot]
c27815bdfb Bump go.opentelemetry.io/otel/trace from 1.15.1 to 1.16.0
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.15.1 to 1.16.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.15.1...v1.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-29 07:01:37 +00:00
dependabot[bot]
1ad0637254 Bump github.com/nats-io/nats-server/v2 from 2.9.4 to 2.9.17 (#6373)
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.4 to 2.9.17.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](https://github.com/nats-io/nats-server/compare/v2.9.4...v2.9.17)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-27 19:06:42 +02:00
Jörn Friedrich Dreyer
632b206675 trace proxie middlewares (#6313)
* trace proxie middlewares

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Update ocis-pkg/service/grpc/client.go

Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>

* default tls is off

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com>
2023-05-27 10:18:24 +02:00
Jörn Friedrich Dreyer
b8bdd4573a introduce otlp tracing (#5132)
* introduce otel tracing

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use new trace provider initialization

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* work

* bump reva

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* remove commented code

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add vendor changes

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-05-26 22:21:03 +02:00
jkoberg
9beb6090eb bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-25 15:52:01 +02:00
jkoberg
76ee77c835 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-24 13:58:14 +02:00
dependabot[bot]
971ba4e764 Bump github.com/coreos/go-oidc/v3 from 3.4.0 to 3.6.0
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.4.0 to 3.6.0.
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](https://github.com/coreos/go-oidc/compare/v3.4.0...v3.6.0)

---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 15:14:02 +02:00
Roman Perekhod
55b3bd2db7 Fix error status when the user share the locked file 2023-05-22 15:59:48 +02:00
jkoberg
4c2446e22d bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-22 09:52:52 +02:00
jkoberg
98e2778f1a bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-05-17 19:31:01 +02:00
Michael Barz
9d050e237a update reva 2023-05-17 12:02:34 +02:00
Michael Barz
4e2a16af81 Merge pull request #6329 from owncloud/update-reva
[full-ci] update reva to latest edge
2023-05-17 11:04:57 +02:00
dependabot[bot]
4aad1db780 Bump github.com/rogpeppe/go-internal from 1.9.0 to 1.10.0
Bumps [github.com/rogpeppe/go-internal](https://github.com/rogpeppe/go-internal) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/rogpeppe/go-internal/releases)
- [Commits](https://github.com/rogpeppe/go-internal/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: github.com/rogpeppe/go-internal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17 08:41:41 +02:00
Michael Barz
3e67cef3bf update reva to latest edge 2023-05-16 19:41:34 +02:00
Ralf Haferkamp
6c6ec2db48 Bump libregraph/lico to latest master
This is need for getting this fix: libregraph/lico#95
2023-05-16 17:25:55 +02:00
Michael Barz
28e6ec77cb Merge pull request #6303 from owncloud/update-reva
[full-ci] update reva
2023-05-15 17:10:02 +02:00
Michael Barz
488d13c7ca update the libregraph lib to latest 2023-05-15 14:28:48 +02:00
Michael Barz
90aca2d2fc update reva to latest edge 2023-05-15 14:14:51 +02:00
Saw-jan
fb8de129e7 update reva vendor files 2023-05-15 16:34:39 +05:45
Ralf Haferkamp
39950845d2 Bump go-micro/v4/store/redis to latest main commit
This includes these two fixes:
https://github.com/go-micro/plugins/pull/109
https://github.com/go-micro/plugins/pull/110
2023-05-12 14:49:19 +02:00
dependabot[bot]
184647e30e Bump github.com/cloudflare/circl from 1.2.0 to 1.3.3
Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.2.0 to 1.3.3.
- [Release notes](https://github.com/cloudflare/circl/releases)
- [Commits](https://github.com/cloudflare/circl/compare/v1.2.0...v1.3.3)

---
updated-dependencies:
- dependency-name: github.com/cloudflare/circl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-12 09:51:18 +02:00
André Duffeck
b614eb6974 Bump reva 2023-05-10 11:45:23 +02:00
Michael Barz
be8d253b82 update reva, replace go-micro redis store plugin 2023-05-08 17:31:31 +02:00
Roman Perekhod
8bbf4ababe bump the reva version 2023-05-08 16:29:35 +02:00
Roman Perekhod
5fbee63f09 fix tests 2023-05-08 16:13:52 +02:00
Jörn Friedrich Dreyer
a8e8d0b841 bump reva to 756a84314af0
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-05-04 17:16:56 +02:00
Jörn Friedrich Dreyer
4360444c81 bump reva to 2118139f5420
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-05-03 14:20:52 +02:00
jkoberg
b9db1c270c bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-28 11:35:46 +02:00
Jörn Friedrich Dreyer
3489de1c42 listing drives sould use the user filter (#6103)
* listing drives shsould use the user filter

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* fix status code

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* check correct error

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Adapt expected failures

* Bump reva

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: André Duffeck <andre.duffeck@firondu.de>
2023-04-28 10:06:40 +02:00
Andre Duffeck
129489203b Cleanup and improve the caching config (#6148)
* Cleanup and improve the caching config

* bump reva

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* disable stat cache

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Bump reva

* Linter fixes

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-04-27 12:35:30 +02:00
dependabot[bot]
40192ca45a Bump github.com/google/go-tika from 0.2.0 to 0.3.0
Bumps [github.com/google/go-tika](https://github.com/google/go-tika) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/google/go-tika/releases)
- [Commits](https://github.com/google/go-tika/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-tika
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-27 08:38:26 +02:00
Andre Duffeck
be569b7c59 [full-ci] More cache cleanup (#6134)
* Make env var names consistent with the others

* Remove unused OCS cache

* Use the same cache database for shared caches

* Bump reva
2023-04-25 15:46:59 +02:00
dependabot[bot]
02946469d5 Bump github.com/prometheus/client_golang from 1.14.0 to 1.15.0
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.14.0 to 1.15.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.14.0...v1.15.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>
2023-04-25 08:40:26 +02:00
Andre Duffeck
77bb3d8bcd [full-ci] Refactor stores (#6019)
* Streamline the store implementation with and into reva

* Adapt to the cache/store refactoring in reva

* Streamline config options and their env vars

* Apply suggestions from code review

Co-authored-by: Martin <github@diemattels.at>

* Use the same database for all stores

* Bump reva

* Configure stat and filemetadata cache separately

* Fix default config

---------

Co-authored-by: Martin <github@diemattels.at>
2023-04-24 15:13:35 +02:00
jkoberg
a5486c2726 bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-21 09:09:59 +02:00
Michael Barz
afc6ed1e41 switch to go vendoring 2023-04-19 20:24:34 +02:00