This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch feat/grpc-armeria-migration
in repository https://gitbox.apache.org/repos/asf/airavata.git
from 2930ad6ebb refactor: rename profile-service to iam-service, flatten
all deep nesting, fix cross-module files
add 73ff17e469 refactor: move GatewayGroups entity and repository from
compute-service to iam-service
No new revisions were added by this update.
Summary of changes:
airavata-api/compute-service/pom.xml | 5 +++++
.../org/apache/airavata/compute/mapper/ComputeMapper.java | 6 ------
.../airavata/execution/handler/RegistryServerHandler.java | 1 +
.../src/main/java/org/apache/airavata/iam/ProfileMapper.java | 7 +++++++
.../org/apache/airavata/iam}/model/GatewayGroupsEntity.java | 2 +-
.../apache/airavata/iam/repository/AbstractRepository.java | 4 ++++
.../airavata/iam}/repository/GatewayGroupsRepository.java | 11 +++++------
airavata-api/src/test/resources/META-INF/persistence.xml | 2 +-
8 files changed, 24 insertions(+), 14 deletions(-)
rename airavata-api/{compute-service/src/main/java/org/apache/airavata/compute
=>
iam-service/src/main/java/org/apache/airavata/iam}/model/GatewayGroupsEntity.java
(98%)
rename airavata-api/{compute-service/src/main/java/org/apache/airavata/compute
=>
iam-service/src/main/java/org/apache/airavata/iam}/repository/GatewayGroupsRepository.java
(78%)