| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-14 | Windows does not support SIGUSR1, so don't use it unconditionally. | Rolf | |
| 2021-01-19 | [fix] checker: minor fix about language detection | Alexandre Flament | |
| 2021-01-19 | [mod] checker : replace pycld3 by langdetect | Alexandre Flament | |
| pycld3 requires the native library cld3 langdetect is a pure python package | |||
| 2021-01-18 | [fix] /stats/checker : remove the timestamp field when the checker is disabled | Alexandre Flament | |
| 2021-01-18 | [fix] checker: fix engine statistics | Alexandre Flament | |
| Without this commit, the URL /stats/errors shows percentage above 100% after the checker has run. | |||
| 2021-01-13 | [fix] checker: don't run the checker when uwsgi is not properly configured | Alexandre Flament | |
| Before this commit, even with the scheduler disabled, the checker was running at least once for each uwsgi worker. | |||
| 2021-01-12 | [fix] checker: fix typo unknown instead of unknow | Alexandre Flament | |
| 2021-01-12 | [mod] checker: add status and timestamp to the result | Alexandre Flament | |
| for each engine: replace status by success | |||
| 2021-01-12 | |mod] checker: improve searx-checker command line | Alexandre Flament | |
| * output is unbuffered * verbose mode describe more precisly the errrors | |||
| 2021-01-12 | [enh] checker: background check | Alexandre Flament | |
| See settings.yml for the options SIGUSR1 signal starts the checker. The result is available at /stats/checker | |||
| 2021-01-12 | [fix] do not colorize output on dumb terminals | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-01-12 | [enh] add checker | Alexandre Flament | |