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/06/27 21:09:08 UTC

[airavata] branch develop updated (5775302 -> 82deb9f)

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.git.


    from 5775302  Adding Eroma to Django error emails list
     new 1a3b192  added manage_sharing permission type
     new 20d32a3  corrected the revoking admins group sharing access
     new 82bbd1a  added MANAGE_SHARING permission type for default gateway in sql dump
     new bf14d82  Corrected the condition for revoking sharing access
     new 846e292  Merge branch 'AIRAVATA-2936' of https://github.com/aarushiibisht/airavata into AIRAVATA-2936
     new 95df577  getAllAccessibleUsersInternal should also return all users which have OWNER right when permission type is MANAGE_SHARING
     new 82deb9f  Merge pull request #228 from aarushiibisht/AIRAVATA-2936

The 8506 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/server/handler/AiravataServerHandler.java  | 71 +++++++++++++++++++---
 .../model/group/ResourcePermissionType.java        |  7 ++-
 .../database_scripts/init/01-databases.sql         |  2 +-
 .../migrator/airavata/AiravataDataMigrator.java    |  8 +++
 .../group_manager_model.thrift                     |  1 +
 5 files changed, 78 insertions(+), 11 deletions(-)