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)