You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2023/02/09 17:30:17 UTC

[airavata-data-catalog] branch main updated (dd0e770 -> d1d40f5)

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


[airavata-data-catalog] 01/01: Merge pull request #16 from apache:machristie/issue6

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airavata-data-catalog.git

commit d1d40f5fe22b3c627c6d24b5c7bc4b74326b8d97
Merge: dd0e770 25a311a
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Thu Feb 9 12:30:12 2023 -0500

    Merge pull request #16 from apache:machristie/issue6
    
    Data Product CRUD API

 .../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(-)