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:12:04 UTC

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

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 d8cf439  Merge pull request #73 from dinukadesilva/gh-72-enable-secret-management
     new 430cf4f  gh-74: Enabling the roles and attributes edit only to tenant admins
     new 7247092  Disable the email on create new tenant
     new a9abf42  Error handling on lagin page
     new e1dcf86  Fix the CI Logon
     new e0f31d0  Fix typos
     new 2852579  Get rid of composite in roles
     new d6e69a4  Fix user enable/disable
     new a725e63  Fix the user store
     new 05a6998  Comment the institutions dropdown from landing page
     new b156f0e  Enabling the user roles only to admins
     new 162af6d  Refactor the group api requests
     new 0e2c7f8  Disable the disable user button for tenant admins
     new d1a01ee  A temporary fix to the users pagination
     new 6e9f06a  Disable scope checkboxes from create new tenant and tenant profile
     new cdafe79  Getting rid of secrets menu from the left navigation
     new 76ce5e5  Refactoring
     new 1f0ca82  Enabling only to users on group membership
     new fd0a27b  Disable deleting group owner
     new abafc85  Enable group delete
     new 6d2d3fa  Fix documentation links
     new 0c7702f  Fix the tenant profile save
     new 2e32208  Fix user attribute drop
     new 6c5a651  Fix the roles
     new fa3b4d4  Enabling the `Tenant Requester` role at the cologon callback
     new 528d74a  Display the `Tenant Requester` role by default in the user profile
     new 21574cd  Disable the role checkboxes to non admin users
     new e24f6e7  Style improvements on share modal
     new 4bc9b3d  Adding roles delete button
     new cffbe26  Merge pull request #75 from dinukadesilva/gh-74-enabling-updating-roles-andattributes-only-to-tenant-admins

The 267 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/Callback.vue    |   8 +-
 custos-demo-gateway/src/components/Header.vue      |  10 +-
 .../src/components/admin-portal/ListTenants.vue    |   8 +-
 .../src/components/admin-portal/NewTenant.vue      |  11 +-
 .../src/components/admin-portal/TenantGroup.vue    |  16 ++-
 .../src/components/admin-portal/TenantGroups.vue   |  44 ++++++-
 .../src/components/admin-portal/TenantHome.vue     |  14 +-
 .../src/components/admin-portal/TenantNewRole.vue  |  18 +--
 .../src/components/admin-portal/TenantProfile.vue  |  11 +-
 .../src/components/admin-portal/TenantRoles.vue    |  48 ++++++-
 .../src/components/admin-portal/TenantUser.vue     | 141 +++++++++++----------
 .../src/components/admin-portal/TenantUsers.vue    |  20 ++-
 .../input-fields/input-select-users-or-groups.vue  |  67 ++++++----
 .../modals/modal-select-users-or-groups.vue        |   5 +-
 .../admin-portal/modals/modal-share-entity.vue     |   2 +-
 .../src/components/landing/Landing.vue             |  46 ++++---
 .../src/components/table-overlay-info.vue          |   2 +-
 .../custos-service-entities/index.js               |  17 +++
 .../custos-service/custos-service-groups.js        |  16 +--
 .../custos-service/custos-service-tenants.js       |  13 ++
 .../service/custos-service/custos-service-users.js |  11 +-
 .../src/new-service/store/modules/auth.store.js    |  13 +-
 .../src/new-service/store/modules/entity.store.js  |   3 +
 .../src/new-service/store/modules/group.store.js   |  16 +--
 .../src/new-service/store/modules/tenant.store.js  |  21 ++-
 .../src/new-service/store/modules/user.store.js    | 117 +++++++++++------
 custos-demo-gateway/src/router.js                  |   2 +-
 27 files changed, 464 insertions(+), 236 deletions(-)