This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch feat/single-jvm
in repository https://gitbox.apache.org/repos/asf/airavata.git
discard 46e339f3bb fix: restore module distribution scripts and pre-existing
test files
discard dc763b9ce7 fix: update all ansible templates and inventories for
single server
discard e9541cf27b refactor: simplify IServer interface, fix all
implementations
discard c7d5f25b2d feat: start background services from AiravataServer
bootstrap
discard 620d3e5c37 refactor: move db migration resources to
airavata-api/src/main/resources
discard 1f970f41e1 refactor: rename AiravataUnifiedServer to AiravataServer
discard 20e8d11abd feat: update all modules for unified server + multiplexed
Thrift
discard 48928917e0 feat: register Orchestrator service, fix setup script
discard dbd71c22aa feat: add setup.sh and start.sh scripts
discard 69b93d7724 fix: add CREDENTIALS/COMMUNITY_USER tables to V1 baseline,
fix properties
discard bd3e19c037 fix: startup issues — localhost binding, null-guard
publishers, update properties
discard 70fcc1bc64 fix: audit issues — DB init, SDK validation, test/deploy
properties
discard 1c568090fd fix: remove tests that depend on deleted DatabaseTestCases
and SharingRegistryServer
discard ddee63173e feat: update DevOps configs for single unified server
deployment
discard 15293bbb0b refactor: remove old per-service server classes and startup
scripts
discard 2b511446e7 feat(python-sdk): route all service clients through single
API server port via TMultiplexedProtocol
discard 4944767c92 refactor: replace ThriftClientPool RPC calls with
in-process handler method calls
discard bb29ae7c4d feat: add AiravataUnifiedServer consolidating all Thrift
services
add aa456cec43 feat: add AiravataUnifiedServer consolidating all Thrift
services
add daa6a9223a refactor: replace ThriftClientPool RPC calls with
in-process handler method calls
add c005607be7 feat(python-sdk): route all service clients through single
API server port via TMultiplexedProtocol
add 0a0772264a refactor: remove old per-service server classes and startup
scripts
add 049eb34a28 feat: update DevOps configs for single unified server
deployment
add d031024bc4 fix: remove tests that depend on deleted DatabaseTestCases
and SharingRegistryServer
add b9ff14c840 fix: audit issues — DB init, SDK validation, test/deploy
properties
add 0bc74601bf fix: startup issues — localhost binding, null-guard
publishers, update properties
add e01ea0509e fix: add CREDENTIALS/COMMUNITY_USER tables to V1 baseline,
fix properties
add 969690964c feat: add setup.sh and start.sh scripts
add 4453babb1d feat: register Orchestrator service, fix setup script
add 952afcad3b feat: update all modules for unified server + multiplexed
Thrift
add 90fa024409 refactor: rename AiravataUnifiedServer to AiravataServer
add 9d21d7a169 refactor: move db migration resources to
airavata-api/src/main/resources
add cf323d84e3 feat: start background services from AiravataServer
bootstrap
add d02b14ef21 refactor: simplify IServer interface, fix all
implementations
add db59adf421 fix: update all ansible templates and inventories for
single server
add c5543ae4ab fix: restore module distribution scripts and pre-existing
test files
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 (46e339f3bb)
\
N -- N -- N refs/heads/feat/single-jvm (c5543ae4ab)
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:
airavata-api/pom.xml | 12 +++
.../airavata/common/utils/DatabaseTestCases.java | 101 +++++++++++++++++++++
2 files changed, 113 insertions(+)
create mode 100644
airavata-api/src/test/java/org/apache/airavata/common/utils/DatabaseTestCases.java