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/10 23:12:38 UTC

[airavata-custos-portal] branch master updated (bc48dae -> 2d78193)

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 bc48dae  Merge pull request #103 from dinukadesilva/master
     new 5c212c7  Enabling the `createEntity` store action to return the `entityId`
     new c88a739  Enabling `shared_by` param for entity share
     new c93114b  Update the package-lock name
     new a5f5f59  Adding .gitignore
     new 2d78193  Merge pull request #106 from dinukadesilva/minor-fix-on-entity-create

The 307 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 +++
 package-lock.json                                              |  2 +-
 src/lib/components/modals/modal-share-entity.vue               | 10 ++++++++--
 .../service/custos-service/custos-service-entities/index.js    |  6 ++++--
 src/lib/service/custos-service/custos-service-sharing.js       |  8 +++++---
 src/lib/store/modules/entity.store.js                          |  2 +-
 src/lib/store/modules/sharing.store.js                         |  4 ++--
 7 files changed, 24 insertions(+), 11 deletions(-)
 create mode 100644 .gitignore