- Sep 27, 2022
-
-
Jakub Ružička authored
Cleanup before introduction of new packaging tests. See: #612
-
- Sep 23, 2022
-
-
Vaclav Sraier authored
-
- Sep 21, 2022
-
-
Vaclav Sraier authored
fix kresctl packaging See merge request !1344
-
Vaclav Sraier authored
This reverts commit 16ea2c8f.
-
Vaclav Sraier authored
- downgraded pinned version of supervisord - installing procps in CI
-
Aleš Mrázek authored
release 5.5.3 See merge request !1343
-
- Sep 16, 2022
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
It's a mitigation for CVE-2022-40188 and similar DoS attempts. It's using really trivial approaches, at least for now.
-
- Aug 30, 2022
-
-
Aleš Mrázek authored
manager: fully featured HTTP API See merge request !1331
-
Aleš Mrázek authored
-
- Aug 29, 2022
-
-
Aleš Mrázek authored
-
- Aug 26, 2022
-
-
Aleš Mrázek authored
-
Vladimír Čunát authored
-
-
- Aug 25, 2022
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
Vladimír Čunát authored
This fixes config_tests on aarch64 macOS. The key difference is that they use 16k pages, so LMDB space usage also behaves a bit different.
-
manager dependencies: accept just about any pyyaml (problems with kresctl refusing to launch due to version mismatch)
-
-
-
-
- adds versions to URL's (closes #759) - adds a basic packaging test for consistent etags - adds a basic packaging test for working metrics - fix bugs with API implementation - fix bugs with /metrics endpoint
-
-
Aleš Mrázek authored
doc: sphinx-tabs added See merge request !1335
-
- Aug 24, 2022
-
-
Aleš Mrázek authored
-
Vladimír Čunát authored
-
Aleš Mrázek authored
- added reference to usecases chapter
-
Vladimír Čunát authored
That option isn't supported there, so the test wouldn't work. Now the config tests work for me on x86 macOS.
-
Vladimír Čunát authored
Enums are more like ints anyway (in standard), even when drawn from a small subset.
-
Vladimír Čunát authored
So far the message wasn't pointing to freebind at all: [net ] bind to '::1@53' (UDP): Operation not supported I used preprocessor to avoid duplication and unused warnings. Another way would be to ignore the freebind option if not supported, but I think it's better to convince users not to specify it.
-
- Aug 18, 2022
-
-
Aleš Mrázek authored
-
- Aug 16, 2022
-
-
Aleš Mrázek authored
release 5.5.2 See merge request !1337
-
Vladimír Čunát authored
21.10 isn't supported anymore, which is probably why it's failing.
-
Vladimír Čunát authored
We've already done that on OBS side, which is probably why it's failing.
-
Aleš Mrázek authored
-
- Aug 15, 2022
- Aug 14, 2022
-
-
Vladimír Čunát authored
We're mostly using those in NEWS and first line of commit messages. I'm not sure if they're much better than alternatives, but at least consistency is nice.
-
- Aug 11, 2022
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
This caused a huge increase in real memory usage in case of queries arriving to kresd while being disconnected from internet. The usage was slowly creeping up, even over 2G. Interesting past commits: b350d38d and two preceding. There apparently was no real memory leak. I assume that reusal of long-living mempools is risky in terms of memory fragmentation, though the extent of the issue surprised me very much. The issue seemed the same with normal glibc and jemalloc. I generally dislike ad-hoc optimization attempts like these freelists. Now the allocator can better decide *itself* how to reuse memory.
-
Vladimír Čunát authored
-