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 2022/06/01 20:56:22 UTC

[airavata-django-portal] branch develop updated (57e586a6 -> b325fcd0)

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 57e586a6 Fix null latestJobStatus bug
     new a448cd2d AIRAVATA-3574: Enabling `showInDashboard` parameter on manage-notifications endpoint
     new 82215aad AIRAVATA-3574: Refactoring
     new 93b5340e AIRAVATA-3574: Enabling the workspace notificatioons on the UI
     new 23b7f861 AIRAVATA-3574: Fix notifications update endpoint
     new cc766726 AIRAVATA-3575: Enabling the Application instructions text box
     new 4f9523fd AIRAVATA-3575: Enabling validations on the application instructions text area
     new 948e5bd2 AIRAVATA-3574: Refactoring
     new f5cf4042 Merge branch 'develop' of https://github.com/apache/airavata-django-portal into AIRAVATA-3574-enabling-workspace-documentation
     new ae742c5a AIRAVATA-3574: Resolve migration conflicts
     new 958f5777 AIRAVATA-3574: flake8 fixes
     new b325fcd0 Merge pull request #88 from dinukadesilva/AIRAVATA-3574-enabling-workspace-documentation

The 1968 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:
 .../applications/ApplicationEditorContainer.vue    |  1 -
 .../applications/ApplicationInterfaceEditor.vue    | 27 +++++++++--
 .../src/components/notices/NoticeEditor.vue        | 14 ++++++
 .../notices/NoticesManagementContainer.vue         |  4 ++
 ...onsettings.py => 0007_notificationextension.py} | 11 +++--
 .../api/migrations/0008_merge_20220601_1951.py     | 14 ++++++
 django_airavata/apps/api/models.py                 |  8 ++++
 django_airavata/apps/api/serializers.py            | 31 ++++++++++++-
 .../django_airavata_api/js/models/Notification.js  |  1 +
 django_airavata/apps/api/views.py                  |  4 ++
 .../js/components/experiment/ExperimentEditor.vue  | 18 ++++++--
 .../WorkspaceNoticesManagementContainer.vue        | 52 ++++++++++++++++++++++
 .../js/containers/CreateExperimentContainer.vue    |  3 ++
 .../js/containers/DashboardContainer.vue           |  3 ++
 14 files changed, 177 insertions(+), 14 deletions(-)
 copy django_airavata/apps/api/migrations/{0007_applicationsettings.py => 0007_notificationextension.py} (56%)
 create mode 100644 django_airavata/apps/api/migrations/0008_merge_20220601_1951.py
 create mode 100644 django_airavata/apps/workspace/static/django_airavata_workspace/js/components/notices/WorkspaceNoticesManagementContainer.vue