aurweb/aurweb/testing
Kevin Morris 0d734eb07d
feat(fastapi): add configurable commit hash display
Two new options have been added:

- [devel] commit_url
    - URL including an %s format specifier that can be used to link
      to a webpage for the commit.
- [devel] commit_hash
    - HEAD's commit hash (produced via `git rev-parse HEAD`)

If a `[devel] commit_hash` is configured, a link to the commit based on
`[devel] commit_url` will be displayed in the aurweb footer in
the form: `HEAD@<commit_hash>`. If no `[devel] commit_url` is
configured, a non-linked hash will be displayed.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-24 18:12:19 -07:00
..
__init__.py setup_test_db: remove mysql-dependent coverage path 2021-06-19 09:09:12 -07:00
html.py feat(FastAPI): add get_(errors|successes) testing HTML helpers 2021-10-09 22:04:48 -07:00
requests.py feat(fastapi): add configurable commit hash display 2021-10-24 18:12:19 -07:00