This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch custos-integration
in repository https://gitbox.apache.org/repos/asf/airavata-data-catalog.git
from 115764e Merge pull request #22 from apache/calcite
new 454ca5a Adding custos sharing lib
new 5fbb510 implement sharing logic
new 4ae109c Merge branch 'custos-integration' into main
new b493b4f Merge pull request #17 from isururanawaka/main
The 36 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 | 4 +
data-catalog-api/server/pom.xml | 15 +++
.../api/DataCatalogApiServiceApplication.java | 7 ++
.../datacatalog/api/sharing/SharingManager.java | 17 ++--
.../api/sharing/SharingManagerImpl.java | 102 +++++++++++++++++++++
.../src/main/resources/application.properties | 2 +-
.../stubs/src/main/proto/DataCatalogAPI.proto | 1 +
pom.xml | 2 +-
8 files changed, 140 insertions(+), 10 deletions(-)
create mode 100644
data-catalog-api/server/src/main/java/org/apache/airavata/datacatalog/api/sharing/SharingManagerImpl.java