Soxoj
|
79e93ab715
|
AI mode documentation (#2620)
|
2026-05-05 22:21:00 +02:00 |
|
Copilot
|
23adc178ea
|
Fix crash on -a --self-check by adding exception handling to site check coroutines (#2466)
* Initial plan
* Fix crash on -a --self-check by adding exception handling in site_self_check and self_check
Wrap the body of site_self_check in try/except to catch unexpected errors
and always return a valid changes dict. Also add a safety-net try/except
in self_check around awaiting individual site check futures so that a
single site failure doesn't crash the entire self-check process.
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/5e27d620-5cbb-43d2-a9f9-ecb53a29904d
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com>
* Restore @pytest.mark.slow on test_maigret_results
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/5e27d620-5cbb-43d2-a9f9-ecb53a29904d
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com>
* Document --self-check error resilience, --auto-disable, and --diagnose in docs/
Update command-line-options.rst with expanded --self-check description
and new --auto-disable and --diagnose entries. Add a "Database self-check"
section to features.rst explaining error-resilient behaviour and usage
examples. Update usage-examples.rst to reference --auto-disable.
Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/af1f0f09-9112-4902-8475-e81d235ff3ed
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com>
|
2026-04-07 19:44:09 +02:00 |
|
Soxoj
|
4894a267d7
|
Added web interface docs (#1972)
|
2024-12-16 17:06:06 +01:00 |
|
Soxoj
|
f04de78682
|
Activation mechanism documentation added (#1935)
Few site checks fixed
|
2024-12-06 01:35:19 +01:00 |
|
Soxoj
|
e982be4109
|
Installation docs update (#1927)
|
2024-12-03 20:23:49 +01:00 |
|
Soxoj
|
07a7a474f8
|
Documentation update (#1926)
|
2024-12-03 17:25:17 +01:00 |
|
Soxoj
|
e96d09dee7
|
Permutator output and documentation updates (#1914)
|
2024-11-29 13:15:03 +01:00 |
|
Soxoj
|
34073d12f4
|
XMind 8 report warning and some docs update (#452)
|
2022-04-23 01:28:31 +03:00 |
|
Egor Nagornov
|
eeab6ba82c
|
Move wiki pages to ReadTheDocs
|
2021-11-02 17:21:27 +07:00 |
|