Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-07 | T2431: use native versions of validate-value and numeric validator. | Daniil Baturin | |
2020-04-09 | util: T2226: os.system was wrongly converted to run | Thomas Mangin | |
os.system does print the ouput of the command, run() does not. A new function called call() does the printing and return the error code. | |||
2020-04-06 | util: T2226: covert most calls from os.system to util | Thomas Mangin | |
As little change a possible but the function call The behaviour should be totally unchanged. | |||
2018-08-25 | validate-value.py: remove tailing whitespaces | Christian Poessinger | |
2018-05-16 | T643: use fullmatch for regex validators so that people don't have to write ↵ | Daniil Baturin | |
^...$ all the time. | |||
2018-05-16 | T643: correct support for regex validators. | Daniil Baturin | |
2018-05-16 | T643: correct the logic for generating node constraints and add emulation of ↵ | Daniil Baturin | |
multiple validation options. |