- Mar 27, 2024
-
-
Hiro authored
This optimize the search by date and address function
-
- Mar 08, 2024
-
-
Hiro authored
-
- Feb 08, 2024
-
-
Hiro authored
-
- Feb 07, 2024
- Apr 13, 2020
-
-
Karsten Loesing authored
-
Karsten Loesing authored
Implements #30260.
-
- Apr 12, 2020
-
-
Karsten Loesing authored
Part of #33655.
-
- Apr 08, 2020
-
-
Karsten Loesing authored
Implements #33549.
-
- Mar 15, 2020
-
-
Karsten Loesing authored
This patch focuses on providing more context in log messages and unify the use of log levels. It also adds counters and timestamps as far as they are being used in log messages. And in very few cases it contains minor changes like using try-with-resource when we're touching that code anyway. But most other refactorings are left as future work. Fixes the first part of #24542. The second part will be to improve logging of the web server parts.
-
- Feb 25, 2020
- Feb 24, 2020
-
-
noneofyourbusiness authored
-
- Jan 15, 2020
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- Jan 14, 2020
-
-
Karsten Loesing authored
-
Karsten Loesing authored
Turn absolute links into relative links. Fixes #27925.
-
- Nov 20, 2019
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- Nov 09, 2019
-
-
Karsten Loesing authored
-
Karsten Loesing authored
This reverts commit b0165cb0. Turns out that worst case query time goes up from 3 to 58 seconds with the new query, which is unacceptable. We'll have to analyze and improve the query on the production database before merging this change.
-
- Sep 30, 2019
-
-
Karsten Loesing authored
We're now counting the hours for which we have statuses and exit lists. More precisely, we're truncating consensus valid-after times and exit scan times to the hour and counting how many distinct hours we saw during the requested time. If we're missing 18 or more hours of statuses or exit lists we're printing out a note in the summary. Fixes #31071.
-
Karsten Loesing authored
The default listen host is still 127.0.0.1, but now it's possible to configure a different listen host, like 0.0.0.0, which can facilitate local testing.
-
Karsten Loesing authored
-
- Sep 27, 2019
-
-
Karsten Loesing authored
Implements part of #31649.
-
- Sep 17, 2019
-
-
Karsten Loesing authored
-
- Sep 05, 2019
-
-
Iain R. Learmonth authored
Configuration is held in the .gitlab-ci.yml file. Fixes: #31401
-
- Aug 14, 2019
-
-
Karsten Loesing authored
-
- Aug 06, 2019
-
-
Karsten Loesing authored
Includes a metrics-lib upgrade to 2.6.2 and an upgrade to the latest metrics-base commit 256e619. Implements part of #31326.
-
- May 15, 2019
-
-
Karsten Loesing authored
-
- May 13, 2019
-
-
Karsten Loesing authored
Reported by nusenu, changes suggested by irl. Fixes #30415.