Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-13 | deps: T7450: use PCRE2 instead of the original, outdated PCRE | Daniil Baturin | |
2024-10-25 | T6718: inject environment variables required by certain validators | John Estabrook | |
2024-10-24 | T6718: catch bad_validator error | John Estabrook | |
2024-10-24 | T6718: fix typo in quoting arg | John Estabrook | |
2024-10-24 | T6718: validate_path returns unit instead of (path, value) | John Estabrook | |
Splitting of path arg into (path, value), as originally returned by validate_path, is now handled by a utility function. validate_path returns unit on success and raises error with output on failure. | |||
2024-10-24 | T6718: update value_checker to return validator output on error | John Estabrook | |
2024-10-24 | T6718: move validate_path from vyconf | John Estabrook | |