| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-05-22 | [refactor] metrics.get_reliabilities() - make code more readable | Markus Heiser | |
| - init stat values by None - drop round_or_none - don't try to get percentage if base is 'None' Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-05-22 | [fix] metrics: processing time = total time if there is no http time | Alexandre Flament | |
| It was previsouly None Fix /stats | |||
| 2021-04-27 | [mod] searx.metrics.error_recorder: store relative file name instead of the ↵ | Alexandre Flament | |
| full absolute file name. | |||
| 2021-04-26 | [pylint] tag PYLINT_FILES by comment `# lint: pylint` | Markus Heiser | |
| These py files are linted by `test.pylint`, all other files are linted by `test.pep8`. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-25 | [mod] /stats : detail per engine | Alexandre Flament | |
| allow to submit a github issue including the technical details (exceptions, errors, warning, checker result) | |||
| 2021-04-24 | Fix PEP8 | Alexandre Flament | |
| 2021-04-24 | [mod] /stats : add reliability column and sort by column links | Alexandre Flament | |
| 2021-04-24 | [mod] metrics: add to pylint and justify indentations | Markus Heiser | |
| Signed-off-by: Markus Heiser <markus.heiser@darmarit.de> | |||
| 2021-04-24 | [mod] update /stats | Alexandre Flament | |
| 2021-04-21 | [mod] metrics: add secondary parameter | Alexandre Flament | |
| Some error won't stop the engine: * additional HTTP redirects for example * some invalid results secondary=True allows to flag these errors as not important. | |||
| 2021-04-21 | [enh] rewrite and enhance metrics | Alexandre Flament | |