You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2023/05/17 00:25:26 UTC

[incubator-sdap-nexus] branch SDAP-465 updated (1ded360 -> 17f3f79)

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

rkk pushed a change to branch SDAP-465
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


    from 1ded360  Update CHANGELOG.md
     add d0c48eb  SDAP-453 - Update results storage & retrieval so results JSON output matches original matchup output (#239)
     add 17f3f79  Merge remote-tracking branch 'origin/master' into SDAP-465

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   6 +
 .../webservice/algorithms/doms/BaseDomsHandler.py  | 105 +++++++---
 .../algorithms/doms/DomsInitialization.py          |   3 +-
 .../webservice/algorithms/doms/ResultsRetrieval.py |   2 +-
 .../webservice/algorithms/doms/ResultsStorage.py   | 191 +++++++++--------
 analysis/webservice/algorithms_spark/Matchup.py    |  11 +-
 analysis/webservice/apidocs/openapi.yml            |   2 +-
 .../request/renderers/NexusRendererFactory.py      |   2 +-
 tools/update-doms-data-schema/update.py            | 226 +++++++++++++++++++++
 9 files changed, 433 insertions(+), 115 deletions(-)
 create mode 100644 tools/update-doms-data-schema/update.py