- Jul 31, 2022
-
-
Vaclav Sraier authored
-
Vaclav Sraier authored
-
Vaclav Sraier authored
-
Vaclav Sraier authored
-
Vaclav Sraier authored
-
Vaclav Sraier authored
Click is refusing to run in environments with misconfigured locale and default encoding. https://click.palletsprojects.com/en/8.1.x/unicode-support/ Refusing to run might make sense for CLI utility, but not for a service which is not properly interactive.
-
Vaclav Sraier authored
-
Vaclav Sraier authored
-
Vaclav Sraier authored
-
Vaclav Sraier authored
-
Vaclav Sraier authored
- implemented sd_notify and changed manager service type to "notify" - fixed release configuration - renamed knot-resolver-manager.service to knot-resolver.service
-
Vaclav Sraier authored
-
Vaclav Sraier authored
-
Vaclav Sraier authored
-
-
-
- Jul 18, 2022
-
-
Aleš Mrázek authored
manager: utils: modeling utils improvements See merge request !1320
-
- Jul 14, 2022
-
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
- Jul 13, 2022
-
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
- Jul 11, 2022
-
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
- Jul 08, 2022
-
-
Aleš Mrázek authored
-
Aleš Mrázek authored
manager: inverted process tree with supervisord See merge request !1319
-
Aleš Mrázek authored
-
-
manager: improved logging, no exceptions on shutdown -> now it looks almost as before trying to invert the process tree
-
manager: initial support for inverted process tree (manager running under a subprocess manager started by manager)
-
- Jul 07, 2022
-
-
Aleš Mrázek authored
Remove systemd backend support See merge request !1318
-
Aleš Mrázek authored
-
- Jul 05, 2022
-
-
Vaclav Sraier authored
-
Vaclav Sraier authored
-
- Jul 04, 2022
-
-
Aleš Mrázek authored
- watchdog moved to top-level
-
Vaclav Sraier authored
-
Vaclav Sraier authored
Why? Because it is dangerous to use. You'd have to run manager with root privileges to be able to spawn systemd services via DBus. There is an option to do the same with session instances of systemd, but that is unpackageable and pretty much unusable in production. We will therefore rely on supervisord, as it's support got much better recently.
-
Vaclav Sraier authored
supervisord improvements See merge request !1280
-