]> git.ipfire.org Git - thirdparty/patchwork.git/commit
settings: Unify database connection variables
authorYou-Sheng Yang <vicamo@gmail.com>
Thu, 9 Dec 2021 03:38:36 +0000 (11:38 +0800)
committerStephen Finucane <stephen@that.guru>
Wed, 23 Feb 2022 13:43:59 +0000 (13:43 +0000)
commit6c12ae82fc88f15dcdff4a42f95a10faeda8247f
tree7fddceb5446f295b1c293a125d161153f786dc82
parentaa379a44bc2d30cb3629f0c6f379b337cede67eb
settings: Unify database connection variables

This changeset replaces all PW_TEST_DB_* with corresponding DATABASE_*
variables and fixes inconsistent DATABASE_PASS/DATABASE_PASSWORD usages.

Signed-off-by: You-Sheng Yang <vicamo@gmail.com>
Signed-off-by: Stephen Finucane <stephen@that.guru>
[stephenfin] Tweaked release notes
.github/workflows/ci.yaml
docker-compose-pg.yml
docker-compose.yml
docs/deployment/installation.rst
docs/development/installation.rst
lib/uwsgi/patchwork.ini
patchwork/settings/dev.py
releasenotes/notes/settings-unify-database-connection-variables-ac716f59ee7b8b48.yaml [new file with mode: 0644]
tools/docker/entrypoint.sh
tox.ini