Releases: teemtee/fmf
Releases · teemtee/fmf
Keep merge suffix for nested dictionaries
What's Changed
- Add an explicit sphinx configuration for docs by @psss in #278
- Keep merge suffix for nested dictionaries by @lukaszachy in #279
- Release fmf-1.6.1 by @lukaszachy in #281
Full Changelog: 1.6.0...1.6.1
Regular expression search for context, configurable sort for climb and prune
What's Changed
- Sync the
.packit.yaml
config to downstream repo by @psss in #269 - Set up default owners and the pull request checklist by @psss in #270
- Implement regular expression search for context by @psss in #272
- Make sorting in
climb()
andprune()
configurable by @psss in #271 - Release fmf-1.6.0 by @psss in #273
Full Changelog: 1.5.0...1.6.0
Merge list with dict; allow hidden files; hatch cleanup
What's Changed
- PEP621 and
hatch
scripts by @LecrisUT in #202 - Add support for merging list with dict by @kkaarreell in #256
- Handle missing attribute for merge/minus operation by @lukaszachy in #254
- Bump the
pre-commit
hook checks by @psss in #259 - Use the
referencing
library where available by @martinhoyer in #253 - Keep order of the operation when merging values by @psss in #260
- Enable the
epel-10
building and testing by @lukaszachy in #251 - Enable downstream jobs, simplify packit config by @psss in #261
- Handle nested
dict
extending non-existent keys by @psss in #263 - Use
hatch version
instead of packit default by @psss in #265 - Explore metadata in hidden files and directories by @psss in #264
- Release fmf-1.5.0 by @psss in #262
- Fix the
pipx
command in therelease
action by @psss in #268
New Contributors
- @kkaarreell made their first contribution in #256
Full Changelog: 1.4.1...1.5.0
Use local dict instead of modifying locals()
What's Changed
- Use local dict instead of modifying locals() by @martinhoyer in #248
New Contributors
- @martinhoyer made their first contribution in #248
Name search and operator escape in `filter()`, new `select` directive, merge operator `~`
What's Changed
- Add a
Toolbelt Catalog
entry forfmf
by @psss in #216 - Limit number of tests run for integration with tmt by @lukaszachy in #225
- Turn schema validation method into a stand-alone function by @happz in #189
- Small cleanups by @LecrisUT in #237
- Allow filtering based on the node name by @psss in #219
- Add directive
select
to force selecting node by @lukaszachy in #223 - Avoid
copy()
calls inadjust()
by @lukaszachy in #229 - Accept additional rules in the
adjust()
call by @lukaszachy in #230 - Support escaping
|
and&
inutils.filter()
by @psss in #220 - Implement the
~
merge operation by @lukaszachy in #234 - Extend the
filter()
documentation slightly by @The-Mule in #235 - Introduce a new page for release notes by @psss in #242
- Release fmf-1.4.0 by @psss in #243
New Contributors
Full Changelog: 1.3.0...1.4.0
Drop el8, case-insensitive context, adjust decision callback
Highlights
- Case-insensitive context matching
- Drop support for
el-8
andpython-3.6
- Implement custom
decision_callback
inadjust()
Full Changelog
- Allow case-insensitive context matching
- Move the copr repository to the
teemtee
group - Fix missing file require for unit tests
- Add callback to adjust() to make it observable by callers
- Drop support for
el-8
andpython-3.6
- Fix docs building on readthedocs
- Install
yq
needed fortmt
integration tests - Include
srpm_build_deps
in the packit config - Remove
metadata
from Packit config - Add missing build job to Packit config
- Update pre-commit checks to the latest versions
- Require
fmf
in tests, remove obsolete coverage - Fix a typo in the merging minus sign documentation
Retry if shallow clone didn't work
Single bugfix:
- Retry if shallow clone fails
Context (when optional, true/false); Select by source
Changes:
- Shallow git clone if no reference is used
- Select by the source of object
- Enable the flake8 check, fix detected issues
- Make when in adjust optional, add true|false expr.
- Version as fmf flag and module attribute
Directive for disabling inheritance; Schema validation
Features and bug fixes:
- Implement a directive for disabling inheritance
- Add support for prepending items during merging
- Explicitly convert context value to string
- Workaround s390x ruamel read issue
- Support reference schemas in validation function
- Add JSON Schema validation method
- Fixes blocking with symbolic link loops
- Use a better way to detect the default git branch
- Add unit tests for comma operator in context rules
- Add examples demonstrating the context syntax
Repo maintenance:
- Create commit builds from the main branch
- Enable epel-9 for copr builds and testing
Migrate to ruamel.yaml, drop Python 2 support
- Migrate yaml parsing to ruamel.yaml
- Drop support for Python 2
- Add extra requires and enable readthedocs config (#143)
- Filter accept value with a colon
- Adjust style to fix issues revealed by pre-commit
- Enable pre-commit, update contribution docs
- Disable integration testing with tmt for centos-7