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 2017/08/03 16:01:19 UTC

[03/50] [abbrv] airavata git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/airavata into develop

Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/airavata into develop


Project: http://git-wip-us.apache.org/repos/asf/airavata/repo
Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/a0c6b891
Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/a0c6b891
Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/a0c6b891

Branch: refs/heads/master
Commit: a0c6b891fd1af6b8ee61f55ab1a7d44743533853
Parents: d3bc3b6 774b4c9
Author: Gourav Shenoy <go...@apache.org>
Authored: Thu Jul 6 14:01:08 2017 -0400
Committer: Gourav Shenoy <go...@apache.org>
Committed: Thu Jul 6 14:01:08 2017 -0400

----------------------------------------------------------------------
 .../lib/Airavata/Model/Tenant/Types.php         |   2 +
 .../lib/Airavata/Model/Workspace/Types.php      |   2 +
 .../Profile/Tenant/CPI/TenantProfileService.php |  28 ++--
 .../core/impl/TenantManagementKeycloakImpl.java |   1 +
 .../repositories/AbstractRepository.java        |  18 +++
 .../profile/commons/utils/QueryConstants.java   |   4 +-
 .../handlers/TenantProfileServiceHandler.java   |   6 +-
 .../tenant/cpi/TenantProfileService.java        | 138 +++++++++----------
 .../repositories/TenantProfileRepository.java   |   8 +-
 .../security/KeyCloakSecurityManager.java       |  18 ++-
 .../gfac/core/cluster/RemoteCluster.java        |   8 +-
 .../airavata/gfac/impl/BESRemoteCluster.java    |   5 +-
 .../airavata/gfac/impl/HPCRemoteCluster.java    |  38 +++--
 .../airavata/gfac/impl/LocalRemoteCluster.java  |   9 +-
 .../airavata/gfac/impl/task/ArchiveTask.java    |  14 +-
 .../gfac/impl/task/SCPDataStageTask.java        |  95 +++++++++----
 .../gfac/impl/task/utils/StreamData.java        |  22 ++-
 .../client/UserProfileServiceClientFactory.java |  43 ++++++
 .../profile-tenant/profile-tenant-cpi.thrift    |   2 +-
 19 files changed, 297 insertions(+), 164 deletions(-)
----------------------------------------------------------------------