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 2024/01/25 22:28:47 UTC

(incubator-sdap-nexus) branch SDAP-506 updated (ee5e5c8 -> 0f388a3)

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

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


    from ee5e5c8  fix bug where still-running jobs failed /job endpoint due to missing metadata
     add 56a841c  Update helm cassandra dependency (#289)
     add 39f1741  SDAP-507 - Remove geos from image build (#292)
     add 0f388a3  Merge branch 'release/1.2.0' into SDAP-506

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   7 +
 .../webservice/algorithms/doms/BaseDomsHandler.py  |   7 -
 .../webservice/algorithms/doms/ResultsPlotQuery.py |  56 -------
 .../webservice/algorithms/doms/ResultsStorage.py   |   3 +
 analysis/webservice/algorithms/doms/__init__.py    |   1 -
 .../algorithms/doms/domsconfig.ini.default         |   2 +-
 analysis/webservice/algorithms/doms/mapplot.py     | 174 ---------------------
 .../app_builders/HandlerArgsBuilder.py             |   6 +-
 .../nexustiles/config/datastores.ini.default       |   2 +-
 docker/nexus-webapp/Dockerfile                     |   4 +-
 helm/requirements.yaml                             |   2 +-
 helm/values.yaml                                   |   3 +-
 tools/deletebyquery/deletebyquery.py               |   2 +-
 tools/doms-data-tools/update_doms_data_pk.py       |   2 +-
 tools/domspurge/README.md                          |   2 +-
 tools/domspurge/purge.py                           |   2 +-
 16 files changed, 23 insertions(+), 252 deletions(-)
 delete mode 100644 analysis/webservice/algorithms/doms/ResultsPlotQuery.py
 delete mode 100644 analysis/webservice/algorithms/doms/mapplot.py