[Patchew-devel] [PATCH 0/6] PostgreSQL database support

Fam Zheng famz at redhat.com
Wed Oct 31 01:28:50 UTC 2018


Let's be more agile and get as much as possible features pushed to
next.patchew.org before the end of Nov, then stablize it and give patchew.org a
big update before Christmas.

Fam Zheng (6):
  ansible: Install the right pip
  deploy: Deploy a Dockerized postgres DB
  settings: Drop dead code for openshift
  Make default group creation a migration
  mod: Lazy access module config from DB
  server: Use postgres in Docker deploy

 api/apps.py                                   | 14 +------
 .../0037_populate_default_groups.py           | 22 ++++++++++
 mod.py                                        | 30 +++++--------
 patchew/settings.py                           | 42 ++++++++++---------
 requirements.txt                              |  1 +
 scripts/deploy                                | 10 ++++-
 scripts/dockerfiles/db.docker                 |  6 +++
 scripts/playbooks/deploy-db.yml               | 18 ++++++++
 scripts/playbooks/deploy-servers.yml          |  1 +
 scripts/playbooks/tasks/docker-deploy.yml     | 13 +-----
 scripts/playbooks/templates/docker.service.j2 |  1 +
 11 files changed, 95 insertions(+), 63 deletions(-)
 create mode 100644 api/migrations/0037_populate_default_groups.py
 create mode 100644 scripts/dockerfiles/db.docker
 create mode 100644 scripts/playbooks/deploy-db.yml

-- 
2.17.2




More information about the Patchew-devel mailing list