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


    omit f03e1d28bd refactor: gRPC/Armeria migration with full module boundary 
enforcement
     add 52dacc8d1c 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   (f03e1d28bd)
            \
             N -- N -- N   refs/heads/feat/grpc-armeria-migration (52dacc8d1c)

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:
 .../compute/task/CloudJobManagerConfiguration.java |   1 +
 .../compute/task/ForkJobConfiguration.java         |   1 +
 .../compute/task/HTCondorJobConfiguration.java     |   1 +
 .../airavata/compute/task/LSFJobConfiguration.java |   1 +
 .../airavata/compute/task/PBSJobConfiguration.java |   1 +
 .../compute/task/SlurmJobConfiguration.java        |   1 +
 .../airavata/compute/task/UGEJobConfiguration.java |   1 +
 .../apache/airavata/compute/util/AgentUtils.java   |   1 +
 .../airavata/compute/util/SSHJAgentAdaptor.java    |   3 +
 .../airavata/compute/util/SSHJStorageAdaptor.java  |   2 +
 .../airavata/compute/util/SshAgentAdaptor.java     |   3 +
 .../airavata/compute/util/StandardOutReader.java   |   1 +
 .../compute/util/StorageResourceAdaptorImpl.java   |   2 +
 .../service/RegistryServerHandler.java             |  25 +
 .../interfaces/GroupResourceProfileProvider.java   |   3 +
 .../plans/2026-04-08-portal-full-modernization.md  | 673 +++++++++++++++++++++
 .../specs/2026-04-08-portal-migration-design.md    | 105 ++++
 .../2026-04-08-portal-modernization-design.md      | 109 ++++
 18 files changed, 934 insertions(+)
 create mode 100644 
docs/superpowers/plans/2026-04-08-portal-full-modernization.md
 create mode 100644 docs/superpowers/specs/2026-04-08-portal-migration-design.md
 create mode 100644 
docs/superpowers/specs/2026-04-08-portal-modernization-design.md

Reply via email to