Closed rudymatela closed 2 years ago
UI as of https://github.com/channable/hoff/pull/146/commits/febcaa2656517385c9d47f2209e492c0f2423cc2:
The PR description has been updated with this.
... and here's how it looks before the build link arrives:
@OpsBotPrime merge yourself please and thank you.
Pull request approved for merge by @rudymatela, rebasing now.
Rebased as 12b01d17647d70d2bd7232d76477543725ca0812, waiting for CI β¦
In preparation for: #137. Closes: #77.
This changes how the status is represented to something more explicit and descriptive:
This will make the change in #137 much nicer and simpler.
I checked and this does not affect the parsing of status files during an upgrade.
There are two other somewhat unrelated changes explained below.
Build status wording
... and slightly change the build status comment wording to "CI job started."
Rendering Status + Commit Hash on the web interface
... and change web rendering of CI jobs. Besides the link to the CI, we also now include a link to the commit in GitHub.
Before:
After:
The icons are clickable and so are the commit hashes:
#110
| π‘ e711b80 | CI build#109
| β 95a8b8f | CI buildEven though the heading already identifies the build status, this makes it so that the link to CI is somewhat consistent with GitHub UX:
~Having "View in CI | e711b80" looked a bit weird now that the commit hash is present.~ Not applicable anymore.