Commit Graph

21012 Commits

Author SHA1 Message Date
Viktor Scharf
25724ae596 delete #3099 from expected failures file 2025-03-10 16:08:17 +01:00
Ralf Haferkamp
ca729a23c2 Merge pull request #326 from rhafer/go1.24-fixes
Fix build with go 1.24
2025-03-10 11:26:01 +01:00
Ralf Haferkamp
661c9b2369 Merge pull request #321 from opencloud-eu/dependabot/go_modules/go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp-0.60.0
Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.59.0 to 0.60.0
2025-03-10 11:22:37 +01:00
dependabot[bot]
401924debb 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.59.0 to 0.60.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.59.0...zpages/v0.60.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>
2025-03-10 09:52:45 +00:00
Ralf Haferkamp
fb1cf61755 Merge pull request #320 from opencloud-eu/dependabot/go_modules/go.opentelemetry.io/otel/trace-1.35.0
Bump go.opentelemetry.io/otel/trace from 1.34.0 to 1.35.0
2025-03-10 10:50:59 +01:00
Ralf Haferkamp
c46e0c4b6b Fix build with go 1.24
Go 1.24 does some stricter checks now on arguments to functions
accepting format strings.
This commit fixes a couple of "non-constant format string in call
to ..." errors when running the unit tests.
2025-03-10 10:43:34 +01:00
dependabot[bot]
b9f43ae115 Bump go.opentelemetry.io/otel/trace from 1.34.0 to 1.35.0
Bumps [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) from 1.34.0 to 1.35.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.34.0...v1.35.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>
2025-03-07 15:07:54 +00:00
Michael Barz
c5a68c072a Merge pull request #318 from opencloud-eu/go_min_version_124
set min go version to 1.24.0
2025-03-07 15:16:10 +01:00
Florian Schade
5f5a3d0af2 Merge pull request #317 from fschade/fix-make-recursion
fix: make recursion and missing opencloud node generate step
2025-03-07 14:40:43 +01:00
Artur Neumann
beb0bf8144 set min go version to 1.24.0 2025-03-07 17:43:16 +05:45
Michael Barz
d3a5b79bc0 Change secret name for devdocs push 2025-03-07 12:20:48 +01:00
Florian Schade
42af9ac42e fix: make recursion and missing opencloud node generate step 2025-03-07 10:09:19 +01:00
Ralf Haferkamp
b5bc6fbc03 Merge pull request #314 from opencloud-eu/dependabot/go_modules/github.com/prometheus/client_golang-1.21.1
Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1
2025-03-06 17:19:35 +01:00
Ralf Haferkamp
519e1e66c2 Merge pull request #313 from opencloud-eu/dependabot/go_modules/gotest.tools/v3-3.5.2
Bump gotest.tools/v3 from 3.5.1 to 3.5.2
2025-03-06 17:19:06 +01:00
dependabot[bot]
8f1a48fcb9 Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.0 to 1.21.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.21.0...v1.21.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>
2025-03-06 14:23:24 +00:00
dependabot[bot]
deb39eb729 Bump gotest.tools/v3 from 3.5.1 to 3.5.2
Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases)
- [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.5.1...v3.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-06 14:23:17 +00:00
Florian Schade
15ece1fb1b Merge pull request #278 from jochumdev/fix/continous_make_generate
fix continues "make generate" calls in services/web:pull-assets
2025-03-06 12:06:12 +01:00
Florian Schade
dbafbaa333 fix: remove deprecations and use go-generate instead of go-generate-STAGE 2025-03-06 11:56:09 +01:00
Florian Schade
5fb225a61b enhancement: build web assets outside the bin fs 2025-03-05 17:32:39 +01:00
Florian Schade
da1963cfa4 enhancement: split make ci-node-generate and ci-go-generate into prod and dev stages 2025-03-05 17:32:37 +01:00
Florian Schade
2be846ad51 enhancement: allow pulling web assets instead of downloading the pre-build release artifacts 2025-03-05 17:31:45 +01:00
Florian Schade
033cb46f78 fix(web): use released artifacts for web 2025-03-05 17:31:45 +01:00
René Jochum
1031130280 fix continues "make generate" calls in services/web:pull-assets 2025-03-05 17:31:45 +01:00
Klaas Freitag
f08e3e073d Remove the oc- prefix in the README 2025-03-05 11:32:31 +01:00
Viktor Scharf
d7b6e10832 add opencloud-sandbox to gitignore 2025-03-05 11:32:31 +01:00
Klaas Freitag
11fe6bb9f4 Add the bare metal simple install script as example 2025-03-05 11:32:31 +01:00
Ralf Haferkamp
9c85f9e02f Merge pull request #307 from opencloud-eu/bump-reva-22b1ead80cdd
bump reva to 22b1ead80cdd
2025-03-04 19:02:25 +01:00
Jörn Friedrich Dreyer
23bcc87f35 bump reva to 22b1ead80cdd
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-03-04 18:26:29 +01:00
Michael Barz
69a2086d5b Merge pull request #300 from rhafer/bump-mockery
Bump mockery to 2.53.0
2025-03-04 08:19:25 +01:00
Ralf Haferkamp
2678d0bb89 Bump mockery to 2.53.0
Should fix build on go1.24. Also fix ci-go-generate step in multiarch
Dockerfile.

Closes: #289
2025-03-03 16:02:59 +01:00
Viktor Scharf
332865b960 Merge pull request #297 from opencloud-eu/look-up-personal-space-for-gdpr-export
look up personal space for GDPR export
2025-03-03 14:35:10 +01:00
Jörn Friedrich Dreyer
5ee01dcd97 look up personal space for GDPR export
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-03-03 13:00:55 +01:00
Ralf Haferkamp
b4b2e7c5cc Merge pull request #285 from opencloud-eu/bump-reva-a48ba78dc61
bump reva and deps
2025-03-03 10:33:22 +01:00
Ralf Haferkamp
a2ef3e0041 Merge pull request #293 from opencloud-eu/fix-docs-link-in-readme
fix: docs link in readme
2025-03-03 10:08:13 +01:00
Benedikt Kulmann
8c5e2171c1 fix: docs link in readme 2025-03-03 09:11:24 +01:00
Benedikt Kulmann
cdf19b6e26 Merge pull request #286 from opencloud-eu/extensions-in-full-example
feat: use extensions in full example
2025-03-03 09:09:58 +01:00
Jörn Friedrich Dreyer
be6e406eb3 Merge pull request #290 from FelixDobler/main
Fix: Docker Compose "opencloud_full" Windows Bug
2025-03-02 20:42:14 +01:00
Felix Dobler
71d4328e93 fix: set compose path separator for windows support 2025-03-01 22:57:09 +01:00
Jörn Friedrich Dreyer
a901ab860a bump reva and deps
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-02-28 17:40:07 +01:00
Benedikt Kulmann
4c6ad216f1 feat: use extensions in full example 2025-02-28 16:42:15 +01:00
Jörn Friedrich Dreyer
63c4f0b1b4 Merge pull request #283 from opencloud-eu/fixTetsWithPasswordBannedList
fix test with password banned list. add run test with posixfs
2025-02-28 15:55:18 +01:00
Viktor Scharf
5638652016 fix test with password banned list 2025-02-28 15:53:35 +01:00
Jörn Friedrich Dreyer
4ce7efee3b Merge pull request #276 from opencloud-eu/fixPreviewTest
fix preview tests
2025-02-28 10:50:32 +01:00
Andre Duffeck
f656a8d174 Merge pull request #274 from opencloud-eu/fix#251
fix #251
2025-02-28 07:58:19 +01:00
Viktor Scharf
f99985be2a fix preview tests 2025-02-27 17:43:51 +01:00
Viktor Scharf
2042cc02ff fix #251 2025-02-27 15:29:53 +01:00
Viktor Scharf
fa498a031b Merge pull request #256 from opencloud-eu/run-api-tests-on-posix
allow running api tests with posix
2025-02-27 14:34:04 +01:00
Jörn Friedrich Dreyer
2225b1039f use correct docker hub orga
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-02-27 11:33:53 +01:00
Jörn Friedrich Dreyer
350398bf61 allow running api tests with posix
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-02-27 11:31:00 +01:00
Jörn Friedrich Dreyer
2c58ba2200 Merge pull request #258 from opencloud-eu/staticBinaryIssue
static binary issue
2025-02-27 11:29:35 +01:00