This is an automated email from the ASF dual-hosted git repository.
skperez pushed a change to branch SDAP-455
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
from 8feb2ba Merge remote-tracking branch 'origin' into SDAP-455
add 06616e4 Release/1.1.0 (#250)
add 8031c12 SDAP-461 - Added extra Saildrone datasets (#248)
add 1d07232 Update CHANGELOG.md (#251)
add d0c48eb SDAP-453 - Update results storage & retrieval so results JSON
output matches original matchup output (#239)
add 6c542b3 Merge remote-tracking branch 'origin' into SDAP-455
add bb721bd updateExecution function updated so execution status is not
changed to success until after all results are inserted
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 28 ++-
README | 2 +-
VERSION.txt | 2 +-
.../webservice/algorithms/doms/BaseDomsHandler.py | 105 +++++++---
.../algorithms/doms/DomsInitialization.py | 3 +-
.../webservice/algorithms/doms/ResultsRetrieval.py | 2 +-
.../webservice/algorithms/doms/ResultsStorage.py | 195 ++++++++++--------
analysis/webservice/algorithms/doms/config.py | 16 ++
analysis/webservice/algorithms_spark/Matchup.py | 11 +-
analysis/webservice/apidocs/openapi.yml | 6 +-
.../request/renderers/NexusRendererFactory.py | 2 +-
docker/nexus-webapp/Dockerfile | 2 +-
docker/solr/cloud-init/create-collection.py | 27 ++-
docs/build.rst | 13 +-
docs/conf.py | 1 +
docs/quickstart.rst | 41 ++--
tools/rmqmonitor/monitor.py | 2 +-
tools/update-doms-data-schema/update.py | 226 +++++++++++++++++++++
18 files changed, 529 insertions(+), 155 deletions(-)
create mode 100644 tools/update-doms-data-schema/update.py