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

lahirujayathilake pushed a change to branch cybershuttle-staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


    from 88538e5a94 included license headers in research service sources
     add 6ff5872519 add airavata magics to dev-tools/, make airavata-agent/ 
build generic
     add 0a487c3007 reorganize agent-framework related code. make 
airavata-magics a python package.
     add b8b14141c6 revise jupyterhub spawned notebooks, add makefiles
     add dd95d0e1f2 initial experiment sdk implementation
     add e895397580 venv support for agent, update notebooks, show tables as 
pandas df, update dir refs, fix bugs.
     add 078513067f refine Makefiles, move app-scripts to agent-framework/, fix 
bugs in agent.go and sample Dockerfile
     add e89254ac66 regenerate thrift specs
     add 17d5431256 cleanup airavata_sdk wrappers, error-handling in 
airavata_experiments
     add 7f5b6064f8 organize code, add other deployment files, partially redo 
airavata_jupyter_magic for runtime switching
     add f9597dee62 rename platform x86_64 -> amd64. fix issues in cyberfaces 
dockerfile. update notebooks. move environment files.
     add 18411f75fc refactoring UI and responsive changes
     add 2b46e574d7 Add auth to swagger
     add c0f9ea0606 Support logout
     add 1c6b505132 Homepage + redirecting logins
     add 156257d9b1 Condense to single resource page + allow unauthenticated 
routes
     add daf4f86054 update DevDataInitializer projects/paths, update the 
application.yml bundled with research-service.
     add 1e1a4721b0 ui for adding repos
     add 0a4ac25c2b update messages in python sdk. polish messaging and flow.

No new revisions were added by this update.

Summary of changes:
 .../airavata_experiments/airavata.py               |   5 +-
 .../airavata_experiments/auth/device_auth.py       | 216 +++++++-----------
 .../airavata_experiments/sftp.py                   | 112 +++++-----
 .../airavata_experiments/task.py                   |  34 +--
 .../airavata_sdk/clients/api_server_client.py      |  28 +--
 .../clients/credential_store_client.py             |  26 ++-
 .../airavata_sdk/clients/file_handling_client.py   |   9 +-
 .../airavata_sdk/clients/group_manager_client.py   |  23 +-
 .../airavata_sdk/clients/iam_admin_client.py       |  25 ++-
 .../airavata_sdk/clients/keycloak_token_fetcher.py |  83 ++++---
 .../clients/sftp_file_handling_client.py           |  10 +-
 .../clients/sharing_registry_client.py             |  23 +-
 .../airavata_sdk/clients/tenant_profile_client.py  |  23 +-
 .../airavata_sdk/clients/user_profile_client.py    |  22 +-
 .../clients/utils/api_server_client_util.py        |  34 ++-
 .../clients/utils/data_model_creation_util.py      |  75 ++-----
 .../clients/utils/experiment_handler_util.py       |  70 +++---
 .../airavata_sdk/transport/settings.py             |  17 +-
 .../airavata-python-sdk/samples/annotations.py     |  70 ++++++
 .../airavata-python-sdk/samples/smd_cpu.ipynb      | 137 +++++-------
 .../src/components/home/CybershuttleLanding.tsx    | 246 +--------------------
 .../portal/src/components/resources/index.tsx      |   2 +-
 .../compose/user-container/bootstrap.sh            |   1 -
 .../service/config/DevDataInitializer.java         |  26 +--
 24 files changed, 501 insertions(+), 816 deletions(-)
 create mode 100644 
airavata-api/airavata-client-sdks/airavata-python-sdk/samples/annotations.py
 delete mode 100644 
modules/research-framework/research-hub/compose/user-container/bootstrap.sh

Reply via email to