Commit Graph
17358 Commits
Author SHA1 Message Date
Ralf HaferkampandRalf Haferkamp 1e5db86900 Bump reva to get https://github.com/cs3org/reva/pull/4652
Fixes: #8819
2024-04-22 17:23:43 +02:00
jkoberg 7700e59fff feat(clientlog): add shareeids to sses
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-22 15:36:02 +02:00
Prarup GurungandGitHub d0dd6c8d85 Merge pull request #8875 from owncloud/issue-8724-coverage
[tests-only][full-ci] adding test for enabling sync of non-existent resource
2024-04-22 17:03:02 +05:45
Juan Pablo Villafáñez 08c47632f0 fix: use custom timeout error if the runner times out 2024-04-22 12:51:25 +02:00
Viktor ScharfandGitHub e6894474be delete php string deprication (#8911) (#8912) 2024-04-22 16:09:29 +05:45
Viktor ScharfandGitHub 13ee2d93aa delete php string deprication (#8911) 2024-04-22 11:20:00 +02:00
Niraj Acharya 96c9c16f91 adding test for trying to enable sync with invalid remote item id 2024-04-22 14:38:57 +05:45
dependabot[bot]andRalf Haferkamp 1f0b853a8d build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) from 1.24.0 to 1.25.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.24.0...v1.25.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-22 09:06:15 +02:00
dependabot[bot]andRalf Haferkamp 1cf18ffacf build(deps): bump github.com/onsi/gomega from 1.32.0 to 1.33.0
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.32.0 to 1.33.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.32.0...v1.33.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>
2024-04-22 08:59:00 +02:00
kobergj 520aa9a066 Automated changelog update [skip ci] 2024-04-19 14:38:13 +00:00
kobergjandGitHub 35ef0b4afd Merge pull request #8908 from kobergj/LinkSSEs
[full-ci] Link CrUD SSEs
2024-04-19 16:37:21 +02:00
jkoberg b6d177b1a6 feat(reva): bump reva
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-19 16:01:31 +02:00
jkoberg 10e41556ba feat(changelog): link c/u/d sse
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-19 16:01:31 +02:00
Juan Pablo Villafáñez 0d5756bc53 docs: add changelog entry 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez 59051e2f2b feat: make the interrupt duration optional and with a default 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez df3c496cba fix: ensure runners provide a result after being interrupted 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez cb2e8e0ef2 test: unit tests for the helper 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez 5ea30f7295 feat: helper to ensure the task is interrupted and doesn't block 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez b6a6b6114a test: add unit tests 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez ff346c2861 fix: additional guarantees for concurrent calls 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez 6ddc0addd3 fix: ensure the task hasn't finished before interrupt it 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez 0da6810cb1 fix: panic if there are duplicates in the group 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez da71059a16 refactor: reuse functions and name changes 2024-04-19 14:47:21 +02:00
Juan Pablo Villafáñez ef32af6402 feat: add runners to startup the ocis' services 2024-04-19 14:47:21 +02:00
Michael Barz 9aa9684e46 Automated changelog update [skip ci] 2024-04-19 12:44:47 +00:00
Michael BarzandGitHub 648a3fc3c3 Merge pull request #8897 from owncloud/fix-role-assignments
fix: always assign the admin role to the default admin
2024-04-19 14:44:04 +02:00
Sabin PantaandGitHub 032f5afd58 changed php version (#8900) 2024-04-19 15:36:18 +05:45
Sabin PantaandGitHub e861512f15 updated php version to 8.2 (#8903) 2024-04-19 15:17:15 +05:45
Michael Barz 4960f8c42d tests: add unit tests for admin role assignment 2024-04-19 11:22:10 +02:00
Michael Barz ad29d7da3e fix: always assign the admin role to the default admin 2024-04-19 10:08:21 +02:00
Phil DavisandGitHub 43621b4555 Merge pull request #8889 from owncloud/upgrade-php-version
[tests-only] [full-ci] changed php version
2024-04-19 12:31:24 +05:45
Sabin d931c60615 changed php version 2024-04-19 09:41:26 +05:45
MartinandGitHub 3f7bb7d61e Merge pull request #8896 from owncloud/update_ocis_wopi_readme
[docs-only] updating the ocis-wopi deployment readme's
2024-04-18 20:12:48 +02:00
mmattel 5246b199a6 [docs-only] updating the ocis-wopi deployment readme's 2024-04-18 16:36:32 +02:00
Benedikt Kulmann ac360d773d chore: fix web changelog formatting 2024-04-18 15:28:00 +02:00
kobergj 7cd7219d78 Automated changelog update [skip ci] 2024-04-18 13:01:46 +00:00
kobergjandGitHub 6c3e7306b8 Merge pull request #8880 from kobergj/NatsReconnects
Fix nats reconnects
2024-04-18 15:01:12 +02:00
7db63005c4 fix(changelog): improve wording
Co-authored-by: Ralf Haferkamp <ralf@h4kamp.de>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-18 14:26:29 +02:00
Sawjan GurungandGitHub 2f32fa3e36 [tests-only] do not try to delete already deleted groups (#8886)
* fix(test): do not try to delete already deleted groups

* test: remove redundant steps

* test: fix php code style

* fix typo
2024-04-18 17:28:38 +05:45
Viktor ScharfandGitHub 2e8708816f remove access to drive tests (#8879) 2024-04-18 11:46:19 +02:00
Viktor ScharfandGitHub c8adcaa4f7 update web commit: fix flaky #10803 (#8890) 2024-04-18 11:46:11 +02:00
AmritaandGitHub da656cb8f7 add tests for list permissions using root endpoint (#8824) 2024-04-18 15:17:51 +05:45
dependabot[bot]andRalf Haferkamp 65213abcb4 build(deps): bump google.golang.org/grpc from 1.63.0 to 1.63.2
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.63.0 to 1.63.2.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.63.0...v1.63.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 10:03:46 +02:00
dependabot[bot]andRalf Haferkamp f585822803 build(deps): bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
Bumps [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.49.0 to 0.50.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.49.0...zpages/v0.50.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-18 09:25:02 +02:00
ownClouders 78202793d2 Automated changelog update [skip ci] 2024-04-18 01:21:43 +00:00
ownClouders 03cb960bb2 [tx] updated from transifex 2024-04-18 01:20:39 +00:00
Michael BarzandGitHub e2173df520 Merge pull request #8882 from owncloud/forward-port-changelog
Forward port changelog
2024-04-18 02:42:23 +02:00
Michael Barz 945414d463 chore: update released deployments 2024-04-17 19:24:07 +02:00
Michael Barz a4794a96fd Merge branch 'stable-5.0' into forward-port-changelog 2024-04-17 19:22:37 +02:00
Michael Barz 5d41175b12 Automated changelog update [skip ci] 2024-04-17 17:21:01 +00:00