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
omit 96ed4f5685 * [distribution] merge assembly XML/content into
airavata-api * [api-server] remove redundant dbinit schemas * [api-server] move
all templates into templates/ * [api-server] move all db scripts into
database_scripts/ * fix devcontainer and properties
add ef1dd2ee3c devops improvements
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 (96ed4f5685)
\
N -- N -- N refs/heads/dev-env-fix (ef1dd2ee3c)
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 | 27 ++++-
.devcontainer/devcontainer.json | 2 +-
.devcontainer/docker-compose.yml | 133 +++++++++++++++++----
.devcontainer/keycloak/keycloak.conf | 15 +--
.devcontainer/keycloak/realm-default.json | 14 +--
.devcontainer/pga/Dockerfile | 34 ------
.devcontainer/portals/Dockerfile | 33 +++++
.devcontainer/{pga => portals}/pga-default.conf | 2 +-
.devcontainer/{pga => portals}/pga_config.php | 10 +-
.devcontainer/proxy/proxy.conf | 76 ++++++++++++
.dockerignore | 5 +
airavata-api/pom.xml | 4 +-
airavata-api/src/main/docker/api-server/Dockerfile | 2 +-
airavata-api/src/main/docker/docker-compose.yml | 2 +-
.../src/main/resources/airavata-server.properties | 6 +-
.../airavata_experiments/plan.py | 10 +-
.../airavata_jupyter_magic/__init__.py | 2 +-
.../airavata_jupyter_magic/device_auth.py | 2 +-
.../service/config/ClusterApplicationConfig.java | 11 +-
.../service/handlers/AgentManagementHandler.java | 6 +-
.../service/services/AiravataService.java | 2 +-
.../src/main/resources/application.yml | 12 +-
modules/agent-framework/airavata-agent/Makefile | 2 +-
.../compose/custom_templates/login.html | 6 +-
.../research-hub/compose/jupyterhub_config.py | 10 +-
.../airavata/research/service/AiravataService.java | 2 +-
.../research/service/config/OpenApiConfig.java | 5 +-
.../src/main/resources/application.yml | 10 +-
pom.xml | 8 +-
29 files changed, 310 insertions(+), 143 deletions(-)
delete mode 100644 .devcontainer/pga/Dockerfile
create mode 100644 .devcontainer/portals/Dockerfile
rename .devcontainer/{pga => portals}/pga-default.conf (87%)
rename .devcontainer/{pga => portals}/pga_config.php (95%)
create mode 100644 .devcontainer/proxy/proxy.conf
create mode 100644 .dockerignore