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/21 14:37:49 UTC

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

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 cffbe26  Merge pull request #75 from dinukadesilva/gh-74-enabling-updating-roles-andattributes-only-to-tenant-admins
     new ce0bf49  gh-77: Getting rid of client roles
     new 88e5f90  Enable fult_text on entities
     new 42fc088  gh-77: Enable user role remove
     new fb78b22  Fix role delete
     new 8249335  gh-77: Fix user role delete
     new cd7035c  Enable saving binaryData on entities
     new 43b4b06  Hide the admin user details from tenant profile
     new 253d2d1  Adding `userHasAccess` to store
     new 25c0101  Merge branch 'master' of https://github.com/apache/airavata-custos-portal into gh-77-fix-user-roles-remove
     new 078b3af  Fix the callback
     new fe12741  Merge pull request #78 from dinukadesilva/gh-77-fix-user-roles-remove

The 278 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    |   2 +-
 .../src/components/admin-portal/TenantProfile.vue  | 120 ++++++++++-----------
 .../src/components/admin-portal/TenantRoles.vue    |  41 +++----
 .../src/components/admin-portal/TenantUser.vue     |  30 +++---
 .../custos-service-entities/index.js               |  12 ++-
 .../custos-service/custos-service-sharing.js       |  22 ++++
 .../custos-service/custos-service-tenants.js       |   2 +-
 .../service/custos-service/custos-service-users.js |  10 +-
 .../src/new-service/store/modules/entity.store.js  |  16 +--
 .../src/new-service/store/modules/sharing.store.js |  24 ++++-
 .../src/new-service/store/modules/user.store.js    |  28 ++++-
 11 files changed, 196 insertions(+), 111 deletions(-)