runbot/runbot
Christophe Monniez 6284baa1dc [IMP] runbot: allow removal when cleaning build errors
When cleaning build errors before fingerprinting, it's only possible to
replace the matching regex with something else but not an empty string.

Since the python 3.11 that may adds lines in error message in order to
visually improve them, the fingerprint of those errors does not match
anymore between different versions.

With this commit, when the replacement string is two consecutive simple
quotes, the matching element is replaced by an empty sting, allowing to
remove unwanted characters.
2024-08-02 10:32:19 +02:00
..
controllers [IMP] runbot: custom trigger view 2024-05-14 15:26:24 +02:00
data [REL] runbot: adapt for 17.0 2024-01-30 10:50:58 +01:00
documentation [IMP] runbot: documentation and views imps 2022-12-21 13:00:42 +01:00
example_scripts [IMP] runbot: update install documentation 2022-10-21 10:32:40 +02:00
migrations [IMP] runbot: add trigger cross dependency 2024-04-16 11:09:50 +02:00
models [IMP] runbot: allow removal when cleaning build errors 2024-08-02 10:32:19 +02:00
security [IMP] runbot: add trigger cross dependency 2024-04-16 11:09:50 +02:00
static/src [IMP] runbot: add a friendly colorblindness theme 2024-07-26 10:53:49 +02:00
templates [IMP] runbot: add a friendly colorblindness theme 2024-07-26 10:53:49 +02:00
tests [IMP] runbot: allow removal when cleaning build errors 2024-08-02 10:32:19 +02:00
views [IMP] runbot: custom trigger view 2024-05-14 15:26:24 +02:00
wizards [FIX] runbot: various fixes and ref 2023-09-25 10:52:16 +02:00
__init__.py [FIX] runbot: various fixes and ref 2023-09-25 10:52:16 +02:00
__manifest__.py [IMP] runbot: add trigger cross dependency 2024-04-16 11:09:50 +02:00
common.py [IMP] runbot: improve make_result 2024-05-14 16:21:15 +02:00
container.py [IMP] runbot: add cpus parameter 2024-04-15 10:06:28 +02:00
fields.py [FIX] runbot: adapt for jammy 2022-06-03 14:51:49 +02:00