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/b45fac7a Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/b45fac7a Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/b45fac7a Branch: refs/heads/develop Commit: b45fac7a97988286f1ce7e4b65663ff833c46202 Parents: b3e0754 7f3a939 Author: Gourav Shenoy <[email protected]> Authored: Mon Jun 12 14:52:14 2017 -0400 Committer: Gourav Shenoy <[email protected]> Committed: Mon Jun 12 14:52:14 2017 -0400 ---------------------------------------------------------------------- .../Iam/Admin/Services/CPI/Error/Types.php | 95 + .../Iam/Admin/Services/CPI/IamAdminServices.php | 2069 +++++++++++++++++ .../Service/Iam/Admin/Services/CPI/Types.php | 33 + .../Service/Profile/Tenant/CPI/Error/Types.php | 95 + .../Profile/Tenant/CPI/TenantProfileService.php | 2088 ++++++++++++++++++ .../Service/Profile/Tenant/CPI/Types.php | 33 + .../lib/Airavata/Service/Profile/Types.php | 20 + .../Service/Profile/User/CPI/Error/Types.php | 95 + .../Airavata/Service/Profile/User/CPI/Types.php | 33 + .../Profile/User/CPI/UserProfileService.php | 2025 +++++++++++++++++ .../src/main/resources/lib/Types.php | 13 - .../core/impl/TenantManagementKeycloakImpl.java | 51 +- .../interfaces/TenantManagementInterface.java | 8 + .../commons/tenant/entities/GatewayEntity.java | 24 +- .../service/profile/commons/utils/JPAUtils.java | 4 +- .../handlers/IamAdminServicesHandler.java | 57 +- .../handlers/UserProfileServiceHandler.java | 30 +- .../admin/services/cpi/IamAdminServices.java | 1090 +++++++++ .../repositories/TenantProfileRepository.java | 1 - .../repositories/UserProfileRepository.java | 15 +- .../testing-0.17-scigap/group_vars/all/vars.yml | 5 + .../testing-0.17-scigap/group_vars/pga/vars.yml | 18 +- .../group_vars/pga/vault.yml | 34 +- .../testing-0.17/group_vars/pga/vars.yml | 6 +- .../testing-0.17/group_vars/pga/vault.yml | 34 +- .../server/SharingRegistryServerHandler.java | 209 +- modules/user-profile-migration/pom.xml | 5 + .../airavata/KeycloakTenantCreationManager.java | 92 - .../org/apache/airavata/MigrationManager.java | 121 +- .../UserProfileAiravataThriftClient.java | 37 - .../user-profile-migration.properties.template | 12 +- .../generate-thrift-stubs.sh | 98 +- .../service-cpis/generate-service-cpi-stubs.sh | 72 +- .../iam-admin-services-cpi.thrift | 4 + .../profile-tenant/profile-tenant-cpi.thrift | 1 + .../profile-user/profile-user-cpi.thrift | 1 + 36 files changed, 8235 insertions(+), 393 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/b45fac7a/airavata-services/profile-service/profile-tenant-core/src/main/java/org/apache/airavata/service/profile/tenant/core/repositories/TenantProfileRepository.java ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/b45fac7a/thrift-interface-descriptions/service-cpis/profile-service/profile-tenant/profile-tenant-cpi.thrift ----------------------------------------------------------------------
