Closed rudymatela closed 2 years ago
@alex-mckenna I think I have addressed your comments :grin:. Can you please review again?
I will not merge this now. Since these changes are quite self-contained, it is a good candidate to test #137 for real after it is deployed soon. :steam_locomotive: :train: :train: :train: ...
@OpsBotPrime merge on Friday
Pull request approved for merge by @rudymatela, waiting for rebase behind one pull request.
Speculatively rebased as 4481d93dee2a0506863ecd9080a2b7e0b90ae907 behind #166, waiting for CI …
CI job started.
This is a merge train example. https://github.com/channable/hoff/issues/160 (Never mind this comment. I am just gathering a list to analyse.)
Closes: #123
Expose the running version of Hoff in the CLI and Web.
This is useful for avoiding mistakes when deploying: the version number will clearly indicate which version is deployed at a given URL and in the logs.
See the updated CLI and web interfaces below:
On the web interface, the version is discreetly displayed at the bottom-right of all pages, see:
TODO
Version
module exposingversion :: String
;--version
switch;Version.version
andhoff.cabal:version:
are the same if possible--version
and--read-only
switches (upon--help
);src/Version.hs
) bump@hoffbot version
command?~ Not now. I will do this in a separate PR.