Releases: os-autoinst/openqa-mon
Releases · os-autoinst/openqa-mon
Version 1.0.0
I'm switching to a new versioning layout and will start with Version 1.0.0 🥳
Here's what's new:
- Switch to single request for multiple jobs (
openqa-mon
andopenqa-revtui
) https://github.com/grisu48/openqa-mon/pull/104 - Improve review templates https://github.com/grisu48/openqa-mon/pull/93
- Consider the
parallel_failed
status (openqa-revtui
) https://github.com/grisu48/openqa-mon/pull/94 - Add progress when loading jobs (
openqa-revtui
) https://github.com/grisu48/openqa-mon/pull/96 - Introduce colors in status field (
openqa-revtui
) https://github.com/grisu48/openqa-mon/pull/97 - Rate limit continuous refresh on OSD and O3 https://github.com/grisu48/openqa-mon/pull/102
- Show job progress in Refresh line (
openqa-revtui
) https://github.com/grisu48/openqa-mon/pull/98
The first point is the most important one, as it reduced the load on the openQA instances by performing WAY less http requests (one request for multiple jobs as opposed to one request per job)
Version 0.27
- Fix incomplete jobs not considered with --exit (https://github.com/grisu48/openqa-mon/pull/88)
- Refactoring of the
revtui
screen (https://github.com/grisu48/openqa-mon/pull/89) - Introduce the
--input
parameter inopenqa-mon
(https://github.com/grisu48/openqa-mon/pull/90) - Many small bugfixes (including contributions from @okurz)
Beta 3
Beta 2
What's Changed
- Cleanup container definitions by @grisu48 in https://github.com/grisu48/openqa-mon/pull/52
- Add script _review/run_screen_qac by @cfconrad in https://github.com/grisu48/openqa-mon/pull/54
- Improve revtui by @grisu48 in https://github.com/grisu48/openqa-mon/pull/59
- Improve tui interaction commands by @grisu48 in https://github.com/grisu48/openqa-mon/pull/58
New Contributors
- @cfconrad made their first contribution in https://github.com/grisu48/openqa-mon/pull/54
Full Changelog: grisu48/openqa-mon@v0.24...v0.25