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 2021/08/18 14:16:42 UTC

[airavata] 02/04: Merge branch 'airavata-3322-old' into airavata-3302

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit ef0b2f99f1765ea4551e5dbc03b03525d6947c8a
Merge: ad3ce1c 247d63f
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Aug 16 15:04:26 2021 -0400

    Merge branch 'airavata-3322-old' into airavata-3302

 .../api/server/handler/AiravataServerHandler.java  |   4 +-
 .../java/org/apache/airavata/api/Airavata.java     | 240 ++++++++++++++++++--
 .../airavata/api/Airavata-remote                   |   8 +-
 .../airavata-python-sdk/airavata/api/Airavata.py   |  54 ++++-
 .../airavata/model/workspace/ttypes.py             |  90 ++++++++
 .../airavata-python-sdk/setup.py                   |   2 +-
 .../expcatalog/ExperimentSummaryRepository.java    | 132 +++++++----
 .../ExperimentSummaryRepositoryTest.java           |  28 ++-
 .../api/service/handler/RegistryServerHandler.java |   7 +-
 .../airavata/registry/api/RegistryService.java     | 241 +++++++++++++++++++--
 .../experimentCatalog_schema_delta.sql             |   3 +
 .../airavata-apis/airavata_api.thrift              |  10 +-
 .../component-cpis/registry-api.thrift             |  11 +-
 13 files changed, 742 insertions(+), 88 deletions(-)