This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-data-catalog.git
from dd0e770 Fixing issue with 'user' being reserved word by changing
table name
add 25a311a Data Product CRUD API Fixes #6
new d1d40f5 Merge pull request #16 from apache:machristie/issue6
The 1 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:
.../api/client/DataCatalogAPIClient.java | 63 ++++++++++++++---
.../datacatalog/api/mapper/DataProductMapper.java | 54 +++++++++++++++
.../api/repository/DataProductRepository.java | 6 +-
.../api/service/DataCatalogAPIService.java | 81 ++++++++++++++--------
.../stubs/src/main/proto/DataCatalogAPI.proto | 20 ++++++
5 files changed, 187 insertions(+), 37 deletions(-)
create mode 100644
data-catalog-api/server/src/main/java/org/apache/airavata/datacatalog/api/mapper/DataProductMapper.java