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/08/07 20:14:12 UTC

[airavata-php-gateway] branch develop updated (a0d3459 -> 80aea84)

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


    from a0d3459  Merge pull request #88 from shivamriky/re_route_admin
     add 3f21925  AIRAVATA-3086 Facade for accessing GroupManagerService
     add e103b63  AIRAVATA-3086 Use group membership instead of roles
     add bc6131f  AIRAVATA-3093 Fix setting group-res-profile when cloning exp
     add 80aea84  AIRAVATA-3086 Fixing registering GroupManagerServiceProvider

No new revisions were added by this update.

Summary of changes:
 app/config/app.php                                 |  1 +
 app/controllers/AccountController.php              | 44 +++++++++++++++++-----
 app/controllers/ExperimentController.php           |  1 +
 ...rofileServices.php => GroupManagerServices.php} |  6 +--
 ...rovider.php => GroupManagerServiceProvider.php} | 21 +++++------
 app/libraries/ExperimentUtilities.php              |  2 +-
 6 files changed, 51 insertions(+), 24 deletions(-)
 copy app/libraries/Airavata/Facades/{UserProfileServices.php => GroupManagerServices.php} (56%)
 copy app/libraries/Airavata/{IamAdminServiceProvider.php => GroupManagerServiceProvider.php} (76%)
 mode change 100755 => 100644