- Feb 07, 2025
-
-
Nicki Křížek authored
Improve handling of ConnectionError See merge request !122
-
- Feb 05, 2025
-
-
Nicki Křížek authored
Unfortunately, the mypy check has been rotting for years now. Let's not pretend like this check is maintained and remove the associated code.
-
Nicki Křížek authored
-
Nicki Křížek authored
-
Nicki Křížek authored
This entire commit is just the result of running `black` formatter on the python files - no manual changes were made.
-
- Jan 29, 2025
-
-
Nicki Křížek authored
In a ConnectionError happens, try and capture the information for which resolver it occurred. While it may be just a regular one-off network blip, it may also indicate a failure mode in one of the target resolvers. That is especially true if the same connection error happens repeatedly for a single resolver. Prior to this change, the information about the resolver was lacking. This made it hard to assess whether the connection errors were caused by some network issue, or if it's likely that one of the target resolver is at fault.
-
- May 06, 2024
-
- May 03, 2024
-
-
Oto Šťáva authored
Fixes compatibility with Python >=3.11, where `random.sample()` no longer accepts non-sequence `population`. See <https://docs.python.org/3.11/library/random.html#random.sample>.
-
- Mar 15, 2023
-
-
Vladimír Čunát authored
-
Vladimír Čunát authored
-
- Oct 26, 2022
-
-
Vladimír Čunát authored
-
- Oct 13, 2022
-
-
Vladimír Čunát authored
Only add it to the build env. That way each kresd build can decide if it wants to use jemalloc or not. (so older version keep building)
-
- Aug 22, 2022
-
-
Vladimír Čunát authored
-
Oto Šťáva authored
Ubuntu 21.10 (Impish) has reached end-of-life and the image could no longer be built.
-
- Jul 11, 2022
-
-
Vladimír Čunát authored
-
- Jun 23, 2022
-
-
Jakub Ružička authored
-
- Mar 04, 2022
-
-
Nicki Křížek authored
contrib: add distrotest for rocky8 See merge request !116
-
Nicki Křížek authored
-
- Dec 22, 2021
-
-
Nicki Křížek authored
contrib/docker: utility scripts for image updates See merge request !115
-
Nicki Křížek authored
-
- Dec 13, 2021
-
-
Nicki Křížek authored
respdiff: downgrade bind to previous working version See merge request !114
-
Nicki Křížek authored
-
- Dec 09, 2021
-
-
Nicki Křížek authored
contrib: update resolvers See merge request !113
-
Nicki Křížek authored
-
- Nov 24, 2021
-
-
Nicki Křížek authored
orchestrator: fix progress report See merge request !112
-
Petr Špaček authored
For some reason, the code reading answers was using imap() function to read them _in order_ they were sent. This could cause answer buildup in an internal multiprocessing queue, and eventually the program logged multiple 'Received xxx answers' lines at once, which made the status reporting useless. It was like that since d422292d, and this commit claims it reduced storage requirements by factor 25. The problem is that the commit did three changes at once: - it moved txn.put() into central place in the main thread - it coalesced all writes into one huge transactoin - it changed imap_unordered() to imap() call In my tests today, centralized txn.put() in the main thread in combination with one huge transaction and imap_unordered() increases storage size by 5 %, and that does not seem worth incorrect status reporting. Tested with LMDB version 0.9.29.
-
- Nov 08, 2021
-
-
Nicki Křížek authored
contrib/job_manager: add ubuntu2110, fedora35, delete older See merge request !111
-
Nicki Křížek authored
-
- Oct 27, 2021
-
-
Nicki Křížek authored
ci: update to knot 3.1 and debian 11 See merge request !110
-
Nicki Křížek authored
-
Nicki Křížek authored
-
- Sep 17, 2021
-
-
Nicki Křížek authored
use respdiff-rs version of msgdiff See merge request !109
-
Nicki Křížek authored
-
Nicki Křížek authored
-
Nicki Křížek authored
-
- Aug 26, 2021
-
-
Nicki Křížek authored
contrib/job_manager: add distrotests for debian11 See merge request !108
-
Nicki Křížek authored
-
- May 03, 2021
-
-
Nicki Křížek authored
contib: update fedora, ubuntu releases See merge request !107
-
Nicki Křížek authored
-
- Feb 19, 2021
-
-
Nicki Křížek authored
diffsum: display msgid for queries See merge request !106
-