Run a pipeline in a container
The main change is #751 to run a pipeline in a container, but there are other changes:
See the milestone for a full list of issues.
Configuration changes:
- Upgrade Django and Django REST framework from requirements.txt.
- Upgrade PostgreSQL from 9 to 10, for performance. Set user access in
data/pg_hba.conf
and listening addresses indata/postgresql.conf
. - #751 migrations
- #710 slurm accounting purge
- #765 Apache log rotation
- #749 flash messages support in Django settings file
- #751 run
convert_pipelines
command