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/07/23 13:27:42 UTC

[airavata-custos-portal] branch master updated (59d1441 -> eca5263)

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 59d1441  Merge pull request #123 from dinukadesilva/gh-121-enabling-copy-and-view-on-secret-fields
     new 4279d59  Developed front end support to create child entities.
     new daadd20  Designed Tree Structure to display child entities.
     new 3932526  Changed the create chil entity icon.
     new 468715e  Merge branch 'master' into child-entity-integration
     new a86f77c  Injected the params while calling new entities page.
     new efb523e  Removed debug statements and added no more child entities message.
     new e31d8d0  Modified the entity table body component root.
     new 950b0f9  re-included the return statement for createEntity method.
     new dbf3a58  Emit the refreshData child to parent and passed allEntities to child.
     new 6e76ed0  Removing the Breadcrumb link as we are using same url to create entities of all types.
     new f544a60  EntityId passed to create new entity page through query string.
     new 1079669  Merge branch 'master' into child-entity-integration
     new 6d0d273  gh-105: Improve child entity visualization
     new eca5263  Merge pull request #124 from dinukadesilva/gh-105-improve-child-entity-visualization

The 328 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:
 .gitignore                                         |   3 +-
 src/lib/components/pages/TenantEntities.vue        | 215 +++++++++++++++++----
 src/lib/components/pages/TenantNewEntity.vue       |  18 +-
 .../custos-service-entities/index.js               |   3 +-
 src/lib/store/modules/entity.store.js              |   4 +-
 src/router.js                                      |   2 +-
 6 files changed, 198 insertions(+), 47 deletions(-)