This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.
from 63d144f AIRAVATA-3370 add linkifyjs to yarn.lock
new d8c01b6 AIRAVATA-3376 upgraded to LTS versions of Django, Wagtail
new 655475d Merge branch 'develop' into AIRAVATA-3376
new cf08767 AIRAVATA-3376 Fixing deprecation warnings
new d0ac943 AIRAVATA-3376 Fix decoding JSON bytestring
new 726a366 AIRAVATA-3376 Update DRF to 3.10.3 and fix deprecation warnings
new 624593b AIRAVATA-3376 Upgrading wagtailfontawesome to fix deprecation warning
new b63b052 AIRAVATA-3376 Update Dockerfile to Python 3.8
new 2befa79 AIRAVATA-3376 Updating Python versions note
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 1 +
.travis.yml | 5 ++--
Dockerfile | 2 +-
README.md | 4 ++--
django_airavata/apps/api/urls.py | 40 +++++++++++++++----------------
django_airavata/apps/api/views.py | 42 ++++++++++++++++-----------------
django_airavata/apps/workspace/views.py | 6 ++---
django_airavata/utils.py | 6 ++++-
django_airavata/views.py | 6 ++---
requirements-dev.txt | 1 +
requirements.txt | 8 +++----
setup.cfg | 3 ++-
tox.ini | 14 +++++++++++
13 files changed, 79 insertions(+), 59 deletions(-)
create mode 100644 tox.ini
|