aurweb/docker
Kevin Morris 7b7e571e93
change(FastAPI): run test_initdb.py ahead of time in docker
In some cases, when tests fail through Docker, the database
ends up in an invalid state. This causes subsequent runs to
error out with non-sensical DB errors. The `test_initdb.py`
test suite runs tests which setup every modifiable table
in the database, so let's just run it first here to avoid
any invalid test DB state.

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-10-15 20:16:38 -07:00
..
config feat(Docker): allow custom certificates for fastapi/nginx 2021-10-02 13:27:19 -07:00
health docker-compose: add redis service 2021-08-17 19:58:26 -07:00
scripts change(FastAPI): run test_initdb.py ahead of time in docker 2021-10-15 20:16:38 -07:00
ca-entrypoint.sh fix(Docker): use cert chain for nginx 2021-09-13 14:19:48 -07:00
cgit-entrypoint.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
fastapi-entrypoint.sh refactor(docker): New mariadb_init service 2021-09-08 17:14:55 -07:00
git-entrypoint.sh fix(docker): Fix git service's update hook 2021-09-08 17:10:14 -07:00
hypercorn.env Docker: add .env configurable FASTAPI_BACKEND 2021-06-24 21:31:49 -07:00
localhost.ext fix(Docker): use cert chain for nginx 2021-09-13 14:19:48 -07:00
logging.conf Docker: add [c]git, nginx, fastapi, php-fpm, ca 2021-06-24 19:02:35 -07:00
mariadb-entrypoint.sh refactor(docker): New mariadb_init service 2021-09-08 17:14:55 -07:00
mariadb-init-entrypoint.sh refactor(docker): New mariadb_init service 2021-09-08 17:14:55 -07:00
nginx-entrypoint.sh feat(Docker): allow custom certificates for fastapi/nginx 2021-10-02 13:27:19 -07:00
php-entrypoint.sh refactor(docker): New mariadb_init service 2021-09-08 17:14:55 -07:00
redis-entrypoint.sh docker-compose: add redis service 2021-08-17 19:58:26 -07:00
smartgit-entrypoint.sh Docker: Fix git sshd 2021-06-27 05:16:12 -07:00
test-mysql-entrypoint.sh Docker: Improve mariadb init 2021-06-29 21:49:57 -07:00
test-sqlite-entrypoint.sh Improve Docker ecosystem 2021-06-24 19:02:35 -07:00
tests-entrypoint.sh Improve Docker ecosystem 2021-06-24 19:02:35 -07:00