Merge remote-tracking branch 'origin/versions/micro' into versions/minor

This commit is contained in:
Roberto Rosario
2019-11-03 23:13:12 -04:00
2 changed files with 9 additions and 4 deletions

View File

@@ -538,7 +538,7 @@ Release using GitLab CI
#. Push the current branch to the corresponding origin ``releases/`` branch: #. Push the current branch to the corresponding origin ``releases/`` branch:
:: ::
git push origin <local branch> releases/<branch> git push origin <local branch>:releases/<branch>
#. Push the new tags: #. Push the new tags:

View File

@@ -24,6 +24,10 @@ Dependencies
The help message of the ``--context`` option of the ``platformtemplate`` The help message of the ``--context`` option of the ``platformtemplate``
command was fixed to say "YAML" instead of "JSON". command was fixed to say "YAML" instead of "JSON".
The Celery and Django Celery dependencies were moved to the task
manager app.
Some dependencies were updated to a new version:
- Update Django to version 1.11.25. - Update Django to version 1.11.25.
- Update PyYAML to version 5.1.2. - Update PyYAML to version 5.1.2.
@@ -32,8 +36,6 @@ command was fixed to say "YAML" instead of "JSON".
- Update pathlib2 to version 2.3.5. - Update pathlib2 to version 2.3.5.
- Update whitenoise to version 4.1.4. - Update whitenoise to version 4.1.4.
- Update Pillow to version 6.2.1. - Update Pillow to version 6.2.1.
- Move Celery and Django Celery dependencies
to the task manager app.
Docker Docker
@@ -214,8 +216,11 @@ Backward incompatible changes
Bugs fixed or issues closed Bugs fixed or issues closed
--------------------------- ---------------------------
- :gitlab-issue:`659` GitLab config: '.gitlab-ci.yml' does not specify the
exact version of all dependencies
- :gitlab-issue:`676` Access fuse mounted index via samba - :gitlab-issue:`676` Access fuse mounted index via samba
- :gitlab-issue:`671` [Docker] MAYAN_GUNICORN_TIMEOUT timeout not passed to worker - :gitlab-issue:`671` [Docker] MAYAN_GUNICORN_TIMEOUT timeout not passed
to worker
- :gitlab-issue:`677` Django start before PostgreSQL is up. - :gitlab-issue:`677` Django start before PostgreSQL is up.
- :forum-topic:`1347` Workflow state action: perform a POST request - :forum-topic:`1347` Workflow state action: perform a POST request