This is an automated email from the ASF dual-hosted git repository.
yasith pushed a change to branch feat/svclayer-services
in repository https://gitbox.apache.org/repos/asf/airavata.git
discard 0e93213a4d feat: add Spring Boot service layer architecture
discard 29538a569c feat(db): add schema migrations, Flyway baseline, and DB
init scripts
add 7d0d8fb1a9 feat(db): unify all databases into single airavata DB with
schema migrations (#592)
add f7e41da466 feat: add Spring Boot service layer architecture
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 (0e93213a4d)
\
N -- N -- N refs/heads/feat/svclayer-services (f7e41da466)
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:
.devcontainer/Dockerfile | 70 -
.devcontainer/devcontainer.json | 27 -
.devcontainer/docker-compose-alt.yml | 279 ---
.devcontainer/docker-compose.yml | 263 ---
.devcontainer/gateway-storage/Dockerfile | 22 -
.devcontainer/gateway-storage/authorized_keys | 1 -
.devcontainer/portals/Dockerfile | 33 -
.devcontainer/portals/pga-default.conf | 10 -
.devcontainer/portals/pga_config.php | 324 ---
.devcontainer/proxy/http.conf | 104 -
.devcontainer/proxy/nginx.conf | 15 -
.devcontainer/proxy/stream.conf | 18 -
.../src/main/resources/META-INF/persistence.xml | 203 ++
.../src/main/resources/dozer_mapping.xml | 68 +
.../src/main/resources/conf/db/README.md | 6 +-
.../src/main/resources/conf/db/create-database.sql | 8 -
.../db/migration/airavata/V1__Baseline_schema.sql | 2379 ++++++++++++++------
compose.yml | 86 +
conf/init-db/01-create-databases.sql | 19 -
{.devcontainer => conf}/keycloak/keycloak.conf | 0
.../keycloak/realm-default.json | 12 +-
.../inventories/dev/group_vars/all/vars.yml | 37 +-
.../scigap/develop/group_vars/all/vars.yml | 10 +-
.../scigap/production/group_vars/all/vars.yml | 12 +-
.../production/host_vars/simvascular/vars.yml | 2 +-
.../scigap/production/host_vars/smiles/vars.yml | 4 +-
.../scigap/staging/group_vars/all/vars.yml | 2 +-
.../scigap/testing/group_vars/all/vars.yml | 2 +-
.../inventories/staging/group_vars/all/vars.yml | 37 +-
.../inventories/standalone/group_vars/all/vars.yml | 17 +-
.../inventories/template/group_vars/all/vars.yml | 17 +-
.../roles/airavata_services/defaults/main.yml | 28 +-
.../airavata_services/tasks/generate_keystore.yml | 2 +-
.../airavata_services/tasks/start_services.yml | 2 +-
dev-tools/ansible/roles/api-orch/defaults/main.yml | 6 +-
dev-tools/ansible/roles/kafka/defaults/main.yml | 2 +-
dev-tools/ansible/roles/keycloak/defaults/main.yml | 8 +-
.../roles/keycloak/templates/realm-default.json.j2 | 6 +-
.../ansible/roles/tusd/templates/tus-vhost.conf.j2 | 4 +-
dev-tools/ansible/roles/zabbix/defaults/main.yml | 2 +-
.../deployment-scripts/airavata-server.properties | 65 +-
dev-tools/deployment-scripts/docker-startup.sh | 2 +-
dev-tools/simstream/example/settings.json | 2 +-
docker-compose.yml | 113 -
.../resources/profile-client-sample.properties | 2 +-
keystores/generate_keystore.sh | 4 +-
.../src/main/resources/application.yml | 14 +-
.../src/main/resources/application.properties | 4 +-
.../src/main/compose/dbinit/01-init-db.sql | 7 +-
.../research/service/model/entity/Project.java | 2 +-
.../service/model/repo/ResourceRepository.java | 15 +-
.../research/service/model/repo/TagRepository.java | 7 +-
.../src/main/resources/application.yml | 14 +-
modules/research-framework/simexr_mod/setup.sh | 6 +-
.../src/main/resources/application.properties | 2 +-
55 files changed, 2194 insertions(+), 2212 deletions(-)
delete mode 100644 .devcontainer/Dockerfile
delete mode 100644 .devcontainer/devcontainer.json
delete mode 100644 .devcontainer/docker-compose-alt.yml
delete mode 100644 .devcontainer/docker-compose.yml
delete mode 100644 .devcontainer/gateway-storage/Dockerfile
delete mode 100644 .devcontainer/gateway-storage/authorized_keys
delete mode 100644 .devcontainer/portals/Dockerfile
delete mode 100644 .devcontainer/portals/pga-default.conf
delete mode 100644 .devcontainer/portals/pga_config.php
delete mode 100644 .devcontainer/proxy/http.conf
delete mode 100644 .devcontainer/proxy/nginx.conf
delete mode 100644 .devcontainer/proxy/stream.conf
create mode 100644
airavata-api/modules/airavata-api/src/main/resources/META-INF/persistence.xml
create mode 100644
airavata-api/modules/airavata-api/src/main/resources/dozer_mapping.xml
create mode 100644 compose.yml
delete mode 100644 conf/init-db/01-create-databases.sql
rename {.devcontainer => conf}/keycloak/keycloak.conf (100%)
rename {.devcontainer => conf}/keycloak/realm-default.json (99%)
delete mode 100644 docker-compose.yml