whoogle-search/app
Ben Busby 5a27d748d1
Create separate test workflow for docker
This expands on the current testing suite a bit by introducing a new
workflow for testing functionality within the docker container. It runs
the same test suite as the regular "test" workflow, but also performs a
health check after running the app for 10 seconds to ensure
functionality.

The buildx workflow now waits for the docker test script to finish
successfully, rather than the regular test workflow. This will hopefully
avoid situations where new images are pushed with issues that aren't
detected in regular testing of the app.
2021-11-22 00:26:25 -07:00
..
models Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00
static Add Japanese translation (#528) 2021-11-09 08:37:49 -07:00
templates Add "update available" indicator to footer (#517) 2021-11-02 10:35:40 -06:00
utils Fix incorrect redirect protocol used by Flask 2021-11-21 23:21:04 -07:00
__init__.py Improve cookie security when `HTTPS_ONLY` is set 2021-11-20 16:34:37 -07:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Improve public instance session management (#480) 2021-11-17 19:35:30 -07:00
request.py Include "chips" param in image search (#534) 2021-11-17 16:17:27 -07:00
routes.py Create separate test workflow for docker 2021-11-22 00:26:25 -07:00