This is an automated email from the ASF dual-hosted git repository.

yasith pushed a change to branch dev-env-fix
in repository https://gitbox.apache.org/repos/asf/airavata.git


 discard 6718b130be update sdk to 2.1.5, config files, and compose file
 discard f8a1e4225e fix dozermapper issues after updating to 
org.github.dozermapper.core. cleanup dockerfiles. add a new service (Restproxy) 
to replace confluent rest proxy.
 discard 9ed4331aea add missing services, add nginx reverse proxy
 discard 1477d396d2 devops improvements
     add d2a44ef52e django portal deploy
     add 6f4f07c043 updated the django portal deploy_script to run against 
python 3.10, fixed the issue with the system mod_wsgi
     add 3c4080d2d9 devops improvements
     add 5d115ef82d add missing services, add nginx reverse proxy
     add f781f3e1f7 fix dozermapper issues after updating to 
org.github.dozermapper.core. cleanup dockerfiles. add a new service (Restproxy) 
to replace confluent rest proxy.
     add fd955c4a64 update sdk to 2.1.5, config files, and compose file
     add c48e9a8e90 remove unused properties and getters/setters. fix few code 
warnings

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   (6718b130be)
            \
             N -- N -- N   refs/heads/dev-env-fix (c48e9a8e90)

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/docker-compose.yml                   |   3 +-
 .devcontainer/keycloak/keycloak.conf               |   4 +-
 .devcontainer/proxy/proxy.conf                     |  23 ++-
 .../airavata/common/utils/ApplicationSettings.java | 141 +------------
 .../apache/airavata/common/utils/Constants.java    |  20 +-
 .../airavata/common/utils/ServerSettings.java      | 228 +--------------------
 .../core/utils/OrchestratorConstants.java          |   2 -
 .../ApplicationDeploymentRepository.java           |  28 +--
 .../org/apache/airavata/server/ServerMain.java     |  11 +-
 .../core/impl/TenantManagementKeycloakImpl.java    |   2 +-
 .../service/security/KeyCloakSecurityManager.java  |  40 ----
 .../registry/server/SharingRegistryServer.java     |  64 +++---
 .../src/main/resources/airavata-server.properties  |  60 ++----
 .../airavata/sharing/registry/CipresTest.java      |  70 ++++---
 .../registry/SharingRegistryServiceTest.java       |  71 +++----
 dev-tools/deployment-scripts/deploy_portal.sh      | 196 ++++++++++++++++++
 modules/ide-integration/README.md                  |   8 +
 .../research-hub/compose/Dockerfile                |   2 +-
 18 files changed, 373 insertions(+), 600 deletions(-)
 create mode 100644 dev-tools/deployment-scripts/deploy_portal.sh

Reply via email to