owncloud / ocis

:atom_symbol: ownCloud Infinite Scale Stack
https://doc.owncloud.com/ocis/next/
Apache License 2.0
1.41k stars 184 forks source link

[docs-only] Improve error messages for health command output #10566

Closed mmattel closed 1 week ago

mmattel commented 1 week ago

When there is an issue reported from a ocis <service-name> health command, we should advice to run ocis init --diff and not ocis init. The diff option will only generate a patchable delta file which can be reviewed and applied while an init without diff will overwrite the config.

We do the same when upgrading...

sonarcloud[bot] commented 1 week ago

Quality Gate Failed Quality Gate failed

Failed conditions
1 New Bugs (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

mmattel commented 1 week ago

Sonarcloud reports that string content is repeating and could be moved into a constant... This existed before too. Should we consider changing this? (If, I need some help)