Miloš Prchlík

Results 91 issues of Miloš Prchlík

Pull Request Checklist * [x] implement the feature

code | style
ci | full test
review | trivial

* Well, it really, really should. Users should not dive into `log.txt`. * It's also needed, to support `tmt-reboot` in `prepare` and `finish` - it turns out reboot support is...

area | results
ci | full test
plugin | shell

Pull Request Checklist * [x] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] mention the version * [ ]...

command | reboot
ci | full test
plugin | shell

Pull Request Checklist * [ ] implement the feature * [ ] write the documentation * [ ] extend the test coverage * [ ] update the specification * [...

area | results
ci | full test

* Setup/teardown methods - `virtual` has them, `artemis` needs them, make it official. * Many warnings turned exceptions, too many issues went silently. This was expected, we now have support...

step | provision
ci | full test

Skipping fmf ID targets for now, not as easy to implement as other possible targets, will get back to it later. Already reported a genuine issue. Pull Request Checklist *...

command | lint
ci | full test

By setting `mapping`, `sequence`, and `offset` formatting hints for the YAML dumper, the produced YAML incorrectly handles multiline strings starting with an empty line, and export of collection items under...

bug
status | blocked

* naming: use `to_yaml` and `from_yaml` first, to be aligned with the rest of codebase (e.g. `to_spec`). * `to_yaml` and `from_yaml` are the primary work horses: most of the time,...

code | style
code | no functional change
ci | full test

Instead of enumerating submodules in tmt code, switch the subcommand discovery to entrypoint, and expose subcommands there. Pull Request Checklist * [x] implement the feature * [ ] write the...

code | style
code | no functional change

Environment variables visible to test - but not just tests, `prepare` scripts or Ansible playbooks must be considered too! - are composed from various sources: ### External sources * run:...

documentation
status | discuss
area | environment
status | blocking other work