From commits-return-19725-archive-asf-public=cust-asf.ponee.io@airavata.apache.org Mon Sep 24 21:24:14 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C7FD0180649 for ; Mon, 24 Sep 2018 21:24:13 +0200 (CEST) Received: (qmail 79643 invoked by uid 500); 24 Sep 2018 19:24:12 -0000 Mailing-List: contact commits-help@airavata.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airavata.apache.org Delivered-To: mailing list commits@airavata.apache.org Received: (qmail 79634 invoked by uid 99); 24 Sep 2018 19:24:12 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Sep 2018 19:24:12 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 55D98828A6; Mon, 24 Sep 2018 19:24:12 +0000 (UTC) Date: Mon, 24 Sep 2018 19:24:12 +0000 To: , "' commits@airavata.apache.org" , '@gitbox.apache.org, Subject: [airavata-django-portal] branch master updated (f8d5c01 -> 77ab5c2) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153781705226.5653.5257077980471823241@gitbox.apache.org> From: machristie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: airavata-django-portal X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: f8d5c01c1f2e6ac00dbc6b133cac48bd01aab11d X-Git-Newrev: 77ab5c229722a2f986c0b0252721aead411d2032 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 f8d5c01 AIRAVATA-2876 Display validation errors when saving app module new 6626662 AIRAVATA-2840 Regenerated Thrift stubs new 51260a0 AIRAVATA-2840 Upgrading DRF new 77ab5c2 AIRAVATA-2840 WIP: display list of SSH credentials The 3 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: airavata/api/Airavata-remote | 69 +- airavata/api/Airavata.py | 3107 +++++++------------- airavata/model/credential/store/ttypes.py | 29 +- airavata/model/group/ttypes.py | 9 +- airavata/model/sharing/ttypes.py | 24 +- airavata/model/workflow/ttypes.py | 1378 +++++++-- .../dashboards/CredentialStoreDashboard.vue | 187 +- .../static/django_airavata_admin/src/router.js | 2 +- django_airavata/apps/admin/urls.py | 5 +- django_airavata/apps/admin/views.py | 2 +- django_airavata/apps/api/serializers.py | 7 + .../js/models/CredentialSummary.js | 38 +- .../django_airavata_api/js/service_config.js | 263 +- django_airavata/apps/api/urls.py | 63 +- django_airavata/apps/api/views.py | 215 +- requirements.txt | 2 +- 16 files changed, 2541 insertions(+), 2859 deletions(-)