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

Fam Zheng famz at redhat.com
Fri Nov 2 07:01:31 UTC 2018


On Wed, 10/31 09:28, Fam Zheng wrote:
> 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.

So let's start the show. Pushed to next.

> 
> 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
> 
> _______________________________________________
> Patchew-devel mailing list
> Patchew-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/patchew-devel




More information about the Patchew-devel mailing list