- Apr 08, 2022
-
-
-
Aleš Mrázek authored
-
-
-
-
Rewritten interface for process managers to better fit OOP principles (and it generally feels nicer than before). Support for session systemd is not tested yet, but should follow shortly in a future as we get rid of containerized tests closes #8
-
-
removed unnecessary import
-
This should definitely not be a way to prevent race conditions...
-
Aleš Mrázek authored
-
Aleš Mrázek authored
-
closes #2
-
closes #4
-
Aleš Mrázek authored
-
Resolve "Implement configuration file loading on startup" Closes #3 See merge request knot-resolver-manager!3
-
-
-
Aleš Mrázek authored
- not needed for development purposes
-
Aleš Mrázek authored
-
-
-
LXC-containers based CI with integration tests See merge request knot-resolver-manager!2
-
-
-
Aleš Mrázek authored
- initial implementation of network.interfaces - network.edns-buffer-size accepts one or two arguments - suffixes for byte size and time interval
-
Aleš Mrázek authored
- formatting fix - few comments added
-
Aleš Mrázek authored
- custom hook for json loader - custom loader for PyYAML
-
Squashed commit of the following: commit b439b895b4ea18fc63124fb66b55b439f7b10fef Author: Vasek Sraier <git@vakabus.cz> Date: Thu Apr 22 19:47:48 2021 +0200 ci: npm global install in dev container commit c3a896269b222a8d23af54910ed2fe98193fa496 Author: Vasek Sraier <git@vakabus.cz> Date: Thu Apr 22 19:12:12 2021 +0200 ci: installing npm dependencies globally commit 473fbf4878c40f859b4bb2eb25c9ccd2ac5a427d Author: Vasek Sraier <git@vakabus.cz> Date: Thu Apr 22 18:56:57 2021 +0200 scripts: virtual env or ci detection commit fcf1d0e8035825fc1bd236b9c84bf792198c2aab Author: Vasek Sraier <git@vakabus.cz> Date: Thu Apr 22 18:48:41 2021 +0200 scripts: fixed bash options commit aa96cf925ac0cd6ad36b89f011e449006dd6d8e9 Author: Vasek Sraier <git@vakabus.cz> Date: Thu Apr 22 18:45:49 2021 +0200 ci: updated check stage definition commit 40a00e1261cf51c8a15e237e73d9a1dd2ffd3e61 Author: Vasek Sraier <git@vakabus.cz> Date: Thu Apr 22 18:33:51 2021 +0200 ci: fix dev container definition commit ccedf3e18aead5097bec11384c2fd08c783129cd Author: Vasek Sraier <git@vakabus.cz> Date: Thu Apr 22 18:30:37 2021 +0200 ci: fixed typo in .gitlab-ci.yml commit eaada4a0cfe1282fd90af838f6d2dade0129c47e Author: Vasek Sraier <git@vakabus.cz> Date: Thu Apr 22 18:06:39 2021 +0200 ci: use different container and always build it
-
-
-
distro: add apkg-powered packaging for debian See merge request knot-resolver-manager!1
-
-
see distro/README.md
-
-
Aleš Mrázek authored
The value of the attribute is determined indirectly from loaded configuration or based on the number of system's CPUs.
-
Aleš Mrázek authored
-
-
-
int, float -> str ... allowed and will happen str -> int, float ... disallowed float -> int ... allowed and will happen int -> float ... allowed and will happen
-
Aleš Mrázek authored
- new sections added - number of kresd instances can be based on number of system's CPUs
-