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
from f8a1e4225e fix dozermapper issues after updating to
org.github.dozermapper.core. cleanup dockerfiles. add a new service (Restproxy)
to replace confluent rest proxy.
add d5615d2f7c update sdk, config files, and compose file
No new revisions were added by this update.
Summary of changes:
.devcontainer/docker-compose.yml | 13 +-
.devcontainer/keycloak/keycloak.conf | 2 +-
.devcontainer/proxy/nginx.conf | 23 ---
.devcontainer/proxy/proxy.conf | 90 ++++++----
README.md | 4 +-
.../device_auth.py | 23 +--
.../airavata_experiments/__init__.py | 10 +-
.../airavata_experiments/auth/__init__.py | 31 ----
.../airavata_experiments/auth/device_auth.py | 186 ---------------------
.../airavata_experiments/plan.py | 17 +-
.../airavata_experiments/runtime.py | 22 +--
.../airavata_jupyter_magic/__init__.py | 55 +++---
dev-tools/airavata-python-sdk/docs/index.md | 4 +-
.../deployment-scripts/distribution_update.sh | 2 +-
14 files changed, 132 insertions(+), 350 deletions(-)
delete mode 100644 .devcontainer/proxy/nginx.conf
rename dev-tools/airavata-python-sdk/{airavata_jupyter_magic =>
airavata_auth}/device_auth.py (74%)
delete mode 100644
dev-tools/airavata-python-sdk/airavata_experiments/auth/__init__.py
delete mode 100644
dev-tools/airavata-python-sdk/airavata_experiments/auth/device_auth.py