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/02/01 20:54:02 UTC

(incubator-sdap-nexus) branch SDAP-499 updated (718067c -> ad9283a)

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

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


    from 718067c  Merge branch 'SDAP-500' into SDAP-499
     add 56a841c  Update helm cassandra dependency (#289)
     add 39f1741  SDAP-507 - Remove geos from image build (#292)
     add 5afdec2  SDAP-493: Pagination improvements (#282)
     add ad9283a  Merge branch 'develop' into SDAP-499

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  21 ++-
 .../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, 30 insertions(+), 259 deletions(-)
 delete mode 100644 analysis/webservice/algorithms/doms/ResultsPlotQuery.py
 delete mode 100644 analysis/webservice/algorithms/doms/mapplot.py