You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by is...@apache.org on 2021/06/20 03:11:56 UTC

[airavata-custos-portal] branch master updated (b1fa661 -> d8cf439)

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

isjarana pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-custos-portal.git.


    from b1fa661  Merge pull request #71 from dinukadesilva/admin-portal-ux-redesign
     new 52c7d84  Disabling the users page for normal users
     new e1041bd  Change input field validation regexes
     new 2f7fd1e  Fixed the save button in user profile page
     new 556d263  Enabling SSH secret types
     new d13a7db  Disable some tenant roles
     new 613b518  Disable some permission types and entity types
     new 80f4a0b  Fix the left navigation
     new ff2a7b0  Refactoring
     new 2e338e1  Refactoring
     new 436b85b  Fix the tenant update request
     new 8214f71  Enable a radio button group for selecting the secret type
     new 64c9926  Fix typos
     new d8cf439  Merge pull request #73 from dinukadesilva/gh-72-enable-secret-management

The 238 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/src/components/Breadcrumb.vue  | 10 +++-
 .../src/components/admin-portal/NewTenant.vue      | 13 +++--
 .../src/components/admin-portal/TenantEntity.vue   |  2 +-
 .../components/admin-portal/TenantEntityTypes.vue  |  9 +++-
 .../src/components/admin-portal/TenantHome.vue     | 16 +++---
 .../components/admin-portal/TenantNewEntity.vue    | 16 ++++++
 .../admin-portal/TenantPermissionTypes.vue         |  9 +++-
 .../src/components/admin-portal/TenantProfile.vue  | 11 +++--
 .../src/components/admin-portal/TenantUser.vue     | 57 +++++++++++++++-------
 .../block/entity-view/entity-view-secret.vue       | 45 +++++++++++++++--
 .../admin-portal/block/entity-view/entity-view.vue |  7 ++-
 .../src/components/validation-regex.js             |  4 +-
 .../custos-service-entities-secrets-ssh.js         | 47 ++++++++++++++++++
 .../custos-service-entities-secrets.js             | 56 +++++++++++++++++++++
 .../index.js}                                      | 33 +++++++++++--
 .../custos-service/custos-service-tenants.js       | 11 +++--
 .../new-service/service/custos-service/index.js    |  3 +-
 .../src/new-service/store/modules/entity.store.js  | 10 ++--
 custos-demo-gateway/src/router.js                  |  3 +-
 19 files changed, 303 insertions(+), 59 deletions(-)
 create mode 100644 custos-demo-gateway/src/new-service/service/custos-service/custos-service-entities/custos-service-entities-secrets-ssh.js
 create mode 100644 custos-demo-gateway/src/new-service/service/custos-service/custos-service-entities/custos-service-entities-secrets.js
 rename custos-demo-gateway/src/new-service/service/custos-service/{custos-service-entities.js => custos-service-entities/index.js} (68%)