You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/04/10 19:36:16 UTC

[airavata-django-portal] branch master updated (45ad991 -> 6544623)

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal.git.


    from 45ad991  Restoring missing draft-colors.css
     new de6a0b6  AIRAVATA-2605 workspace_preferences model to store most recent project
     new 6544623  AIRAVATA-2605 Update most recent project on user action

The 754 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:
 django_airavata/apps/api/apps.py                   |  1 +
 django_airavata/apps/api/helpers.py                | 58 +++++++++++++++++++
 .../apps/api/migrations/0001_initial.py            | 23 ++++++++
 django_airavata/apps/api/models.py                 |  9 +++
 django_airavata/apps/api/serializers.py            |  9 ++-
 .../api/static/django_airavata_api/js/index.js     | 10 +---
 .../js/models/WorkspacePreferences.js              |  9 +++
 .../django_airavata_api/js/service_config.js       | 13 ++++-
 django_airavata/apps/api/urls.py                   |  3 +
 django_airavata/apps/api/views.py                  | 66 +++++++++++++++-------
 .../js/components/experiment/ExperimentEditor.vue  | 16 +++++-
 11 files changed, 186 insertions(+), 31 deletions(-)
 create mode 100644 django_airavata/apps/api/helpers.py
 create mode 100644 django_airavata/apps/api/migrations/0001_initial.py
 create mode 100644 django_airavata/apps/api/static/django_airavata_api/js/models/WorkspacePreferences.js