- Nov 01, 2022
-
-
Rajmund Hruška authored
-
- Jun 28, 2022
-
-
Rajmund Hruška authored
-
Rajmund Hruška authored
Allow parsing of unknown arguments See merge request 709/mentat/pyzenkit!9
-
Rajmund Hruška authored
(Fixes #1)
-
- Jun 22, 2022
-
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
Rajmund Hruška authored
Update project documentation See merge request 709/mentat/pyzenkit!7
-
Rajmund Hruška authored
-
- Jun 21, 2022
-
-
Rajmund Hruška authored
Use multiple python versions for testing See merge request 709/mentat/pyzenkit!5
-
Rajmund Hruška authored
-
Rajmund Hruška authored
Use nose2 See merge request 709/mentat/pyzenkit!4
-
Rajmund Hruška authored
-
Rajmund Hruška authored
Check deprecation warnings See merge request 709/mentat/pyzenkit!3
-
Rajmund Hruška authored
-
- Jun 01, 2022
-
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
- Apr 17, 2022
-
-
Rajmund Hruška authored
CI/CD See merge request 709/mentat/pyzenkit!2
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
Rajmund Hruška authored
CI/CD See merge request 709/mentat/pyzenkit!1
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
Rajmund Hruška authored
-
- Jan 20, 2022
-
-
Honza Mach authored
It is not a number anymore, we need to format it as a string.
-
Honza Mach authored
Format it as hex to mask it due to the fact that in case of PID files the PID in file name is not the same as PID within the file. The reason is the fact that the PID file name is determined before daemonization. Alternative approach would be to change the daemonization library to be able to generate the PID file name. This however would restrict the library too much.
-
- Jan 11, 2021
-
-
Honza Mach authored
-
- Jan 10, 2021
-
-
Honza Mach authored
Make runlog file names more unique by adding PID
-
- Dec 22, 2020
-
-
Rajmund Hruška authored
-
- Oct 12, 2020
-
-
Rajmund Hruška authored
-
- Jan 10, 2020
-
-
Honza Mach authored
There are now several default initial events scheduled by default for each daemon. Event handlers are now defined with simple macro-like method to reduce possibilities of errors. There is an explicit 'start' event, that will be fired by default and that can be used by daemon components to perform necessary startup actions, schedule additional initial events etc.
-
- Dec 06, 2019
-
-
Honza Mach authored
There was a posibility of zero division, which resulted in exception and program termination.
-
- Aug 29, 2019
-
-
Honza Mach authored
The py:mod role does not exist on PyPI and the linter is throwing errors, because it would not be correctly rendered to HTML.
-
Honza Mach authored
Current version of unit tests needs redesign to be usable. I have disabled them to make our automated build system work.
-
Honza Mach authored
-
Honza Mach authored
Better condition for ending with empty queue. This should fix occasional invalid daemon termination with some events still present in queue.
-
Jan Zerdik authored
-
- Mar 01, 2019
-
-
Honza Mach authored
-
Honza Mach authored
-
Honza Mach authored
-