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
discard c80327ba1f refactor: gRPC/Armeria migration with full module boundary
enforcement
add f03e1d28bd refactor: gRPC/Armeria migration with full module boundary
enforcement
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c80327ba1f)
\
N -- N -- N refs/heads/feat/grpc-armeria-migration (f03e1d28bd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.../service/ResourceProfileRegistryService.java | 163 +++++++++++++++++----
.../compute/task/AWSJobSubmissionTask.java | 2 +-
.../task/AiravataCustomCommandOutputParser.java | 23 ++-
.../compute/task/CloudJobManagerConfiguration.java | 10 --
.../airavata/compute/task/RawCommandInfo.java | 34 -----
.../apache/airavata/compute/util/AgentAdaptor.java | 29 ----
.../airavata/compute/util/AgentException.java | 50 -------
.../airavata/compute/util/CommandOutput.java | 29 ----
.../util/GroupComputeResourcePreferenceUtil.java | 30 ----
.../airavata/compute/util/SshAgentAdaptor.java | 2 +
.../airavata/iam/repository/JDBCUserStore.java | 6 -
.../airavata/iam/repository/LDAPUserStore.java | 6 -
.../iam/repository/SessionDBUserStore.java | 6 -
.../iam/repository/UserProfileRepository.java | 16 --
.../org/apache/airavata/iam/util/UserStore.java | 8 +-
.../util/RegistryServiceClientFactory.java | 34 -----
.../service/AirvataFileServiceTest.java | 2 +-
.../org/apache/airavata/db/QueryConstants.java | 3 +
.../GatewayStoragePreferenceProvider.java | 44 ++++++
.../interfaces/JobConfigurationProvider.java | 47 ------
.../interfaces/JobManagerConfiguration.java | 8 +-
.../org/apache/airavata/interfaces/Registry.java | 27 ----
.../apache/airavata/interfaces/ReplicaCatalog.java | 59 --------
.../airavata/interfaces/StorageProvider.java | 20 ---
.../airavata/storage/StorageProviderImpl.java | 15 --
.../storage/grpc/UserStorageGrpcService.java | 103 ++++++++++++-
.../storage/repository/StoragePrefRepository.java | 48 +++++-
27 files changed, 356 insertions(+), 468 deletions(-)
delete mode 100644
airavata-api/compute-service/src/main/java/org/apache/airavata/compute/task/RawCommandInfo.java
delete mode 100644
airavata-api/compute-service/src/main/java/org/apache/airavata/compute/util/AgentAdaptor.java
delete mode 100644
airavata-api/compute-service/src/main/java/org/apache/airavata/compute/util/AgentException.java
delete mode 100644
airavata-api/compute-service/src/main/java/org/apache/airavata/compute/util/CommandOutput.java
delete mode 100644
airavata-api/compute-service/src/main/java/org/apache/airavata/compute/util/GroupComputeResourcePreferenceUtil.java
delete mode 100644
airavata-api/orchestration-service/src/main/java/org/apache/airavata/orchestration/util/RegistryServiceClientFactory.java
create mode 100644
airavata-api/src/main/java/org/apache/airavata/interfaces/GatewayStoragePreferenceProvider.java
delete mode 100644
airavata-api/src/main/java/org/apache/airavata/interfaces/JobConfigurationProvider.java
delete mode 100644
airavata-api/src/main/java/org/apache/airavata/interfaces/Registry.java
delete mode 100644
airavata-api/src/main/java/org/apache/airavata/interfaces/ReplicaCatalog.java