This is an automated email from the ASF dual-hosted git repository.
isjarana pushed a change to branch custos-tenant-portal
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git.
from 337802a Merge pull request #19 from isururanawaka/custos-tenant-portal
new ad948f0 fixed input validations
new 9473569 remove cred
new 0026cb8 remove cred
new a337966 Merge pull request #33 from isururanawaka/custos-tenant-portal
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
custos-demo-gateway/.dockerignore | 1 +
custos-demo-gateway/.env | 2 +-
custos-demo-gateway/.gitignore | 23 +
custos-demo-gateway/.idea/workspace.xml | 6 +-
custos-demo-gateway/Dockerfile | 2 +-
custos-demo-gateway/nginx.conf | 22 +
custos-demo-gateway/package-lock.json | 12014 +++++++++++++++++++
custos-demo-gateway/package.json | 4 +-
.../src/components/landing/Landing.vue | 11 +-
.../src/components/registration/CreateAccount.vue | 167 +-
.../src/components/workspace/Agents.vue | 16 +-
.../src/components/workspace/Groups.vue | 102 +-
.../src/components/workspace/Logs.vue | 14 +-
.../src/components/workspace/Profile.vue | 332 +
.../src/components/workspace/Secrets.vue | 13 +-
.../src/components/workspace/Sharing.vue | 50 +-
.../src/components/workspace/Users.vue | 14 +-
.../src/components/workspace/Workspace.vue | 69 +-
custos-demo-gateway/src/main.js | 3 +-
custos-demo-gateway/src/router.js | 33 +-
.../src/service/group_management.js | 33 +-
.../src/store/modules/group.store.js | 29 +-
22 files changed, 12861 insertions(+), 99 deletions(-)
create mode 100644 custos-demo-gateway/.gitignore
create mode 100644 custos-demo-gateway/package-lock.json
create mode 100644 custos-demo-gateway/src/components/workspace/Profile.vue