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/05/09 21:48:41 UTC

[airavata-data-catalog] branch main updated (fb9b52b -> ad670ab)

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 fb9b52b  Disable custos sharing integration for now
     new 77f501f  included the functionality to retrieve all the metadata schemas
     new 4f41cbf  support 'union' search queries and client samples
     new ad670ab  Merge pull request #37 from lahirujayathilake/main

The 69 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           | 50 ++++++++++++++++++++++
 .../impl/MetadataSchemaQueryExecutorImpl.java      | 30 +++++++++----
 .../PostgresqlMetadataSchemaQueryWriterImpl.java   | 29 ++++++++++---
 .../api/service/DataCatalogAPIService.java         | 10 +++++
 .../api/service/DataCatalogService.java            |  2 +
 .../api/service/impl/DataCatalogServiceImpl.java   |  7 +++
 .../stubs/src/main/proto/DataCatalogAPI.proto      |  7 +++
 7 files changed, 121 insertions(+), 14 deletions(-)