0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cli.py: replace `'...'.format(...)` with f-strings
eepp
as Philippe Proulx
More... about 5 years ago
config_parse.py: replace `'...'.format()` with f-strings
eepp
as Philippe Proulx
More... about 5 years ago
pyproject.toml: require Python 3.6+
eepp
as Philippe Proulx
More... about 5 years ago
config_parse.py: fix PEP 8 errors, as reported by `flake8`
eepp
as Philippe Proulx
More... about 5 years ago
tox.ini: make `flake8` ignore `templates.py`
eepp
as Philippe Proulx
More... about 5 years ago
tox.ini: run `flake8` for the `barectf` directory only
eepp
as Philippe Proulx
More... about 5 years ago
config_parse.py: comment `_ConfigParseErrorCtx` and `_ConfigParseError`
eepp
as Philippe Proulx
More... about 5 years ago
_YamlConfigParser: rename field type creation methods (more explicit)
eepp
as Philippe Proulx
More... about 5 years ago
_YamlConfigParser: rename `_root_yaml_path` 👉 `_root_path`
eepp
as Philippe Proulx
More... about 5 years ago
config_parse.py: use a `_YamlConfigParser` object a single time
eepp
as Philippe Proulx
More... about 5 years ago
config_parse.py: normalize exception contexts and messages
eepp
as Philippe Proulx
More... about 5 years ago
config_parse.py: update/improve comments
eepp
as Philippe Proulx
More... about 5 years ago
barectf: rename `ConfigParseError` 👉 `_ConfigParseError`
eepp
as Philippe Proulx
More... about 5 years ago
barectf: use JSON schema to validate special root field type fields
eepp
as Philippe Proulx
More... about 5 years ago
barectf: schemas: use conditionals intead of `oneOf` when possible
eepp
as Philippe Proulx
More... about 5 years ago
_SchemaValidator.validate(): use "element" prefix for array elements
eepp
as Philippe Proulx
More... about 5 years ago
LICENSE: reflow licence header for 72 columns
eepp
as Philippe Proulx
More... about 5 years ago
LICENSE: update copyright years
eepp
as Philippe Proulx
More... about 5 years ago
barectf: reflow licence headers for 72 columns
eepp
as Philippe Proulx
More... about 5 years ago
barectf: update copyright years
eepp
as Philippe Proulx
More... about 5 years ago
gen.py, templates.py: replace double quotes with backticks (generated)
eepp
as Philippe Proulx
More... about 5 years ago
cli.py, config_parse.py: replace double quotes with backticks
eepp
as Philippe Proulx
More... about 5 years ago
Use JSON schemas to validate the layout and types of the YAML config.
eepp
as Philippe Proulx
More... about 5 years ago
config_parse.py: add _append_error_ctx() to remove redundant code
eepp
as Philippe Proulx
More... about 5 years ago
Make configuration and metadata objects immutable
eepp
as Philippe Proulx
More... about 5 years ago
Capitalize exception messages and what the CLI prints
eepp
as Philippe Proulx
More... about 5 years ago
test.bash: pass all `.bats` files to `bats`
eepp
as Philippe Proulx
More... about 5 years ago
barectf_config_check_fail(): check that failure is caused by cfg. error
eepp
as Philippe Proulx
More... about 5 years ago
tests/config/pass/everything/pass.bats: quote `$CC`
eepp
as Philippe Proulx
More... about 5 years ago
tests/config/pass/everything/pass.bats: make test directory the CWD
eepp
as Philippe Proulx
More... about 5 years ago