Dennis Sieben

Results 12 issues of Dennis Sieben

### Steps to reproduce 1. Go to Apps and disable "Share Files" 2. Got to settings ### Expected behaviour Sharing section on the left is removed ### Actual behaviour Sharing...

Type:Bug

Right now the google APIs consume 78 MB in `apps/files_external/3rdparty/google/apiclient-services/`. On https://github.com/googleapis/google-api-php-client#cleaning-up-unused-services google described how the total set of 200 services can be stripped down to those which are actually...

### Pre-submission Checks - [X] I [checked for similar issues](https://github.com/owncloud/client/issues?q=), but could not find any. I also checked the closed issues. I could not contribute additional information to any existing...

## Description If the dataDirectory is not correct there is currently only the message `Your Data directory is invalid` without specifying which directory is currently set. This small PR aims...

3 - To Review

Under certain currently unknown conditions the client loses the configuration for some sync connections. No data is lost and the connection can manually be restored from a backup config: -...

bug
p2-high

## Description This PR enhances the office deployment. So that a postgres operator with pgbouncer is used to switch connections to the master ## Related Issue None ## Motivation and...

## Description This PR adds helm test support to the chart and adds it to the CI pipeline ## Related Issue - Fixes https://github.com/owncloud/ocis-charts/issues/423 ## Motivation and Context Improve tests...

## Description This PR adds a monitoring example deployment to the deployment section. It includes the whole Grafana stack. So a Grafana frontend. Backends for Loki, Mimir and Tempo to...

Right now the CronJobs use a fixed historylimit: https://github.com/owncloud/ocis-charts/blob/0dce02bd77e685cad8d3b7d302af54c0cfa8d09a/charts/ocis/templates/storageusers/jobs.yaml#L13-L14C28. This means the jobs would stay forever. If would be good to specify a TTL like described [here](https://kubernetes.io/docs/concepts/workloads/controllers/job/#ttl-mechanism-for-finished-jobs) on top so...

`helm test` should be available for this chart. So we can test the successful chart deployment with basic API calls and maybe even the whole e2e test suite.

Priority:p3-medium
QA:testing
Category:Enhancement