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 4b78b1e  Merge branch 
'AIRAVATA-3299-bug-unselected-queues-in-grp-is-listed-in-create' into develop
     new f2bf414  AIRAVATA-3327 Update Thrift Python stubs
     new 1364986  AIRAVATA-3327 Remove deprecated reservation fields
     new e2f62c6  AIRAVATA-3331 Mask client_secret out of error emails

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:
 .../api/credential}/__init__.py                    |    0
 .../credential/store/CredentialStoreService-remote |  208 ++
 .../api/credential/store/CredentialStoreService.py | 2851 ++++++++++++++++++++
 airavata/api/credential/store/__init__.py          |    1 +
 .../credential/store}/constants.py                 |    1 +
 .../cpi => api/credential/store}/error/__init__.py |    0
 .../credential/store}/error/constants.py           |    0
 .../cpi => api/credential/store}/error/ttypes.py   |    4 +-
 .../api/{sharing => credential/store}/ttypes.py    |    3 +-
 .../appcatalog/groupresourceprofile/ttypes.py      |   41 +-
 .../js/models/GroupComputeResourcePreference.js    |    3 -
 django_airavata/apps/auth/backends.py              |    3 +
 12 files changed, 3072 insertions(+), 43 deletions(-)
 copy {django_airavata/wagtailapps/base/tests/management => 
airavata/api/credential}/__init__.py (100%)
 create mode 100755 airavata/api/credential/store/CredentialStoreService-remote
 create mode 100644 airavata/api/credential/store/CredentialStoreService.py
 create mode 100644 airavata/api/credential/store/__init__.py
 copy airavata/{model/appcatalog/accountprovisioning => 
api/credential/store}/constants.py (92%)
 copy airavata/{service/profile/user/cpi => 
api/credential/store}/error/__init__.py (100%)
 copy airavata/{service/profile/user/cpi => 
api/credential/store}/error/constants.py (100%)
 copy airavata/{service/profile/iam/admin/services/cpi => 
api/credential/store}/error/ttypes.py (95%)
 copy airavata/api/{sharing => credential/store}/ttypes.py (79%)

Reply via email to