Commit Graph
5 Commits
Author SHA1 Message Date
Ferdinand Thiessen beb563e74e refactor: Migrate away from deprecated ILogger interface to PSR-3
Mostly replace `ILogger` with `LoggerInterface` and some minor cleanup (constructor property promotion).
Some places used the deprecated `logException` this is easy to migrate by simply use the appropriate loglevel on the logger
and place the exception under the `exception` key in the context.
Also the manual checking of the configured log level is not needed, as this is already done by the logger.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-19 14:09:13 +02:00
Ferdinand Thiessen ee568ec307 fix: Reorder info.xml entries to make it valid
The order of the entries is fixed in the `info.xsd`,
so to make it validate correctly we need to reorder some attributes (`namespace` and `types`).

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-08-19 13:33:24 +02:00
Ferdinand ThiessenandElizabeth Danzberger 6029655c58 fix: Adjust NPM version to v10 (LTS)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-18 18:09:56 -04:00
Ferdinand ThiessenandElizabeth Danzberger cf10ab106e fix: Upate dependencies
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-06-18 18:09:44 -04:00
Ferdinand ThiessenandGitHub 57b8f8520e Merge pull request #5961 from nextcloud/feat/workflow-auto-update-pr-feedback.yml
chore(CI): Updating pr-feedback.yml workflow from template
2024-06-04 00:52:13 +02:00