Jörn Friedrich Dreyer

Results 291 comments of Jörn Friedrich Dreyer

> * when you create a single A) file B) folder in the docker container does it show up in the web ui? **NO** > * when you restart opencloud...

@ScharfViktor can you try with: ```diff diff --git a/tests/acceptance/bootstrap/SharingNgContext.php b/tests/acceptance/bootstrap/SharingNgContext.php index 1229e78ba91..e7752c4ab09 100644 --- a/tests/acceptance/bootstrap/SharingNgContext.php +++ b/tests/acceptance/bootstrap/SharingNgContext.php @@ -327,12 +327,11 @@ class SharingNgContext implements Context { if ($shareType === "user")...

This is a behavioral change. Previously, admins could be sure only the CSP rules they configured were used. That we replace the built in default is the expected behavior. Being...

I am wondering what our nats clients, using the default options, do after 60 reconnect attempts habe been reached: ```go // Default Constants const ( Version = "1.33.1" DefaultURL =...

The registry should kill the service if the underlying store cannot recover the underlying connection.

at least the service should not be healthy if the nats client connection was closed.

For reference: https://docs.nats.io/using-nats/developer/connecting/reconnect

if restarting pods fixes it I assume we are suffering the completely broken nats-js-kv implementation in stable5. we need to backport these: https://github.com/owncloud/ocis/issues/8589#issuecomment-2271003646

I found an interesting discussion on health und ready checks with insights from kubernetes devs and operators: https://www.reddit.com/r/kubernetes/comments/wayj42/what_should_readiness_liveness_probe_actually/

this will also release https://github.com/owncloud/ocis/pull/10102, right?