Commit Graph

15 Commits

Author SHA1 Message Date
ed9c2cc92c refactor: add override attribute
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2025-06-04 07:33:09 +02:00
0a22b3f174 fix(psrlog): Make the logger compatible with the upcoming bump to psr/log 3 in server
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-10-02 23:21:58 +02:00
94ac6cf8c6 style: apply coding-standard 1.2.3
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-08-26 11:50:26 +02:00
432e10ffd8 chore: Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-06-24 18:46:58 +02:00
c39b756131 chore: apply coding standards
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-06-28 14:44:08 +02:00
93b7c72b25 Update codestyle
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-09-03 15:37:58 +02:00
bed3063e70 ${var} is deprecated for php8.2
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-06-16 11:30:19 +02:00
631da0bbdb Only print debug logs at debug verbosity
Ref https://symfony.com/doc/current/console/verbosity.html

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-12 15:27:27 +02:00
a4c7e55a1f Include memory consumption in performance logging
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-05-12 11:04:30 +02:00
635e03fc71 Add debug output to sync processes triggered via the CLI
Just like a CLI priority inbox model training gives all the details, we
want to have the same to diagnose slow/faulty account syncs. This
changes the console logger adapter for the PSR logger and adds it to the
sync process.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-09-23 20:48:55 +02:00
6a6f58ade8 Make the importance classifier training more debuggable
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-16 09:41:30 +02:00
39489d1449 Add a ML-based classifier for important messages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-05-13 17:36:22 +02:00
7f32cfe657 Update to nextcloud coding standard v0.3.0
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-04-14 16:06:46 +02:00
c287787f8d Add a cache for IMAP message in the database
Co-authored-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-31 16:43:51 +01:00
b4e6a55843 Refactor host name retrieval to make it mockable
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-08-09 08:13:43 +02:00