This is an automated email from the ASF dual-hosted git repository.
isjarana pushed a commit to branch baremetal
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
The following commit(s) were added to refs/heads/baremetal by this push:
new 90ae296d Add shared_by attribute to sharing core service
new 79ce2272 Merge pull request #306 from isururanawaka/baremetal
90ae296d is described below
commit 90ae296db1f5252a22f12068b7ac29e9af7930bc
Author: Isuru Ranawaka <[email protected]>
AuthorDate: Mon Sep 12 10:29:47 2022 -0400
Add shared_by attribute to sharing core service
---
.../sharing-core-service/src/main/proto/SharingService.proto | 1 +
1 file changed, 1 insertion(+)
diff --git
a/custos-core-services/sharing-core-service/src/main/proto/SharingService.proto
b/custos-core-services/sharing-core-service/src/main/proto/SharingService.proto
index c11f6ac5..b72bbc99 100644
---
a/custos-core-services/sharing-core-service/src/main/proto/SharingService.proto
+++
b/custos-core-services/sharing-core-service/src/main/proto/SharingService.proto
@@ -44,6 +44,7 @@ enum EntitySearchField {
PARENT_ID = 8;
SHARED_COUNT = 9;
PERMISSION_TYPE_ID = 10;
+ SHARED_BY=11;
}