Skip to content

chore: bump web to v7.2.0-beta.3#2953

Merged
kulmann merged 2 commits into
mainfrom
bump-web-7.2.0-beta.3
Jun 17, 2026
Merged

chore: bump web to v7.2.0-beta.3#2953
kulmann merged 2 commits into
mainfrom
bump-web-7.2.0-beta.3

Conversation

@kulmann

@kulmann kulmann commented Jun 16, 2026

Copy link
Copy Markdown
Member

No description provided.

@codacy-production

codacy-production Bot commented Jun 16, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Coverage ∅ diff coverage · 0.00% coverage variation

Metric Results
Coverage variation 0.00% coverage variation (-1.00%)
Diff coverage diff coverage

View coverage diff in Codacy

Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (346cfab) 82262 18943 23.03%
Head commit (ef62181) 82262 (+0) 18942 (-1) 23.03% (0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#2953) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@ScharfViktor

Copy link
Copy Markdown
Contributor

we need first merge it opencloud-eu/web#2694 to get e2e tests to pass

@kulmann kulmann force-pushed the bump-web-7.2.0-beta.3 branch from 0fa136c to 49fc468 Compare June 16, 2026 13:55
@ScharfViktor

ScharfViktor commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

I can reproduce it localy

Steps:

  • switch to bump-web-7.2.0-beta.3
  • make clean build && make -C opencloud build
  • OC_LOG_COLOR=true OC_LOG_LEVEL=debug OC_LOG_PRETTY=true PROXY_ENABLE_BASIC_AUTH=true OC_INSECURE=true OC_URL=https://localhost:9200 opencloud/bin/opencloud server

Result:

  • curl https://localhost:9200/graph/v1.0/users/admin -uadmin:admin -vk -> gets 200
  • but openning https://localhost:9200/ in browser gets 404 -> same in CI
image

logs doesn't contains error:

2026-06-17T09:36:59+02:00 DBG bytes=19 duration=0.268708 line=/Users/v.scharf/Work/opencloud/opencloud/pkg/middleware/logger.go:27 method=GET path=/ proto=HTTP/1.1 request-id= service=web status=404
2026-06-17T09:36:59+02:00 INF access-log bytes=43 duration=4.192291 line=/Users/v.scharf/Work/opencloud/opencloud/services/proxy/pkg/middleware/accesslog.go:34 method=GET path=/ proto=HTTP/2.0 remote-addr=[::1]:59131 request-id=Mac.fritz.box/XvKfSwLVqd-000021 service=proxy status=404 traceid=73747042eb7d0838ec0bc80679fb4780
2026-06-17T09:37:00+02:00 DBG skipping auth host.name=Mac.fritz.box line=/Users/v.scharf/Work/opencloud/opencloud/vendor/github.com/opencloud-eu/reva/v2/internal/grpc/interceptors/auth/auth.go:122 method=/cs3.gateway.v1beta1.GatewayAPI/AddAppProvider pkg=rgrpc service=gateway traceid=d28295f5ffc91f2fe16825c60081c8f5
2026-06-17T09:37:00+02:00 DBG JETSTREAM - JetStream connection closed: Client Closed line=/Users/v.scharf/Work/opencloud/opencloud/services/nats/pkg/logging/nats.go:45 service=nats
2026-06-17T09:37:00+02:00 DBG JETSTREAM - JetStream connection closed: Client Closed line=/Users/v.scharf/Work/opencloud/opencloud/services/nats/pkg/logging/nats.go:45 service=nats
2026-06-17T09:37:00+02:00 DBG skipping auth host.name=Mac.fritz.box line=/Users/v.scharf/Work/opencloud/opencloud/vendor/github.com/opencloud-eu/reva/v2/internal/grpc/interceptors/auth/auth.go:122 method=/cs3.app.registry.v1beta1.RegistryAPI/AddAppProvider pkg=rgrpc service=app-registry traceid=d28295f5ffc91f2fe16825c60081c8f5
2026-06-17T09:37:00+02:00 DBG unary code=OK end="17/Jun/2026:09:37:00 +0200" from=tcp://127.0.0.1:59134 host.name=Mac.fritz.box line=/Users/v.scharf/Work/opencloud/opencloud/vendor/github.com/opencloud-eu/reva/v2/internal/grpc/interceptors/log/log.go:69 pkg=rgrpc service=app-registry start="17/Jun/2026:09:37:00 +0200" time_ns=94625 traceid=d28295f5ffc91f2fe16825c60081c8f5 uri=/cs3.app.registry.v1beta1.RegistryAPI/AddAppProvider user-agent=grpc-go/1.81.1
2026-06-17T09:37:00+02:00 DBG unary code=OK end="17/Jun/2026:09:37:00 +0200" from=tcp://127.0.0.1:59133 host.name=Mac.fritz.box line=/Users/v.scharf/Work/opencloud/opencloud/vendor/github.com/opencloud-eu/reva/v2/internal/grpc/interceptors/log/log.go:69 pkg=rgrpc service=gateway start="17/Jun/2026:09:37:00 +0200" time_ns=3085500 traceid=d28295f5ffc91f2fe16825c60081c8f5 uri=/cs3.gateway.v1beta1.GatewayAPI/AddAppProvider user-agent=grpc-go/1.81.1
2026-06-17T09:37:03+02:00 DBG refreshing external service-registration line=/Users/v.scharf/Work/opencloud/opencloud/pkg/registry/register.go:43 service={"endpoints":[],"metadata":null,"name":"eu.opencloud.api.gateway","nodes":[{"address":"127.0.0.1:9142","id":"eu.opencloud.api.gateway-ea060cf9-3410-43ee-9cd0-de729a2c7772","metadata":{"protocol":"grpc","registry":"cache","server":"grpc","transport":"tcp"}}],"version":"7.1.0+078b994781"}
2026-06-17T09:37:03+02:00 DBG refreshing external service-registration line=/Users/v.scharf/Work/opencloud/opencloud/pkg/registry/register.go:43 service={"endpoints":[],"metadata":null,"name":"eu.opencloud.api.auth-service","nodes":[{"address":"127.0.0.1:9199","id":"eu.opencloud.api.auth-service-ea060cf9-3410-43ee-9cd0-de729a2c7772","metadata":

@kulmann kulmann force-pushed the bump-web-7.2.0-beta.3 branch from 078b994 to 2fc0117 Compare June 17, 2026 08:56
@kulmann kulmann force-pushed the bump-web-7.2.0-beta.3 branch from 2fc0117 to ef62181 Compare June 17, 2026 10:54
@kulmann kulmann merged commit cba59be into main Jun 17, 2026
63 checks passed
@kulmann kulmann deleted the bump-web-7.2.0-beta.3 branch June 17, 2026 11:24
@openclouders openclouders mentioned this pull request Jun 17, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants