This is an automated email from the ASF dual-hosted git repository. isjarana pushed a commit to branch custos-tenant-portal in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git
commit a3379663b3e71be148218d3b46b80fe102490758 Merge: 337802a 0026cb8 Author: Isuru Ranawaka <[email protected]> AuthorDate: Wed Oct 7 21:28:34 2020 -0400 Merge pull request #33 from isururanawaka/custos-tenant-portal End user profile, groups cyclic relation validations, input validations 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(-)
