You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by sk...@apache.org on 2023/08/16 21:38:58 UTC

[incubator-sdap-nexus] 01/02: Merge branch 'SDAP-455', remote-tracking branch 'origin' into SDAP-481

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

skperez pushed a commit to branch SDAP-481
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git

commit 96c66a99fbdcee8abc95ba1c3398bc47e8462a8e
Merge: e3c08b9 27dfc9f
Author: skorper <st...@gmail.com>
AuthorDate: Mon Aug 14 17:11:02 2023 -0700

    Merge branch 'SDAP-455', remote-tracking branch 'origin' into SDAP-481

 CHANGELOG.md                                       |   5 +-
 analysis/setup.py                                  |   3 +-
 .../webservice/algorithms/doms/BaseDomsHandler.py  |  19 +-
 .../webservice/algorithms/doms/DatasetListQuery.py |  14 +-
 .../algorithms/doms/DomsInitialization.py          |   3 +-
 .../webservice/algorithms/doms/ExecutionCancel.py  |  83 +++++++++
 .../webservice/algorithms/doms/ExecutionStatus.py  |  67 ++++++++
 .../webservice/algorithms/doms/ResultsRetrieval.py |   6 +-
 .../webservice/algorithms/doms/ResultsStorage.py   |  78 ++++++---
 analysis/webservice/algorithms/doms/__init__.py    |   2 +
 analysis/webservice/algorithms_spark/Matchup.py    | 191 ++++++++++++++-------
 .../NexusCalcSparkTornadoHandler.py                |  15 +-
 analysis/webservice/apidocs/openapi.yml            |  52 ++++++
 analysis/webservice/config/scheduler.xml           |  10 ++
 .../app_builders/HandlerArgsBuilder.py             |   1 +
 .../app_builders/SparkContextBuilder.py            |   9 +-
 .../request/handlers/NexusRequestHandler.py        |  22 ++-
 .../webservice/webmodel/NexusExecutionResults.py   | 150 ++++++++++++++++
 data-access/requirements.txt                       |   2 +
 19 files changed, 628 insertions(+), 104 deletions(-)