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/03/15 21:56:48 UTC

(incubator-sdap-nexus) 01/01: Merge pull request #278 from apache/release/1.2.0

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

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

commit 93c12e8c977795bd4169c2b66876007b61e5c289
Merge: 639d7d7 3fce31f
Author: Stepheny Perez <sk...@users.noreply.github.com>
AuthorDate: Fri Mar 15 14:56:39 2024 -0700

    Merge pull request #278 from apache/release/1.2.0
    
    Release/1.2.0

 .gitignore                                         |    2 +
 .readthedocs.yaml                                  |    5 +
 CHANGELOG.md                                       |   14 +-
 README                                             |    2 +-
 VERSION.txt                                        |    1 -
 analysis/conda-requirements.txt                    |   36 -
 analysis/package-list.txt                          |   68 -
 analysis/setup.py                                  |   79 -
 .../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 --
 analysis/webservice/apidocs/openapi.yml            |    2 +-
 .../app_builders/HandlerArgsBuilder.py             |    6 +-
 analysis/webservice/webapp.py                      |   25 +-
 .../nexustiles/config/datastores.ini.default       |    2 +-
 data-access/requirements.txt                       |   24 -
 data-access/setup.py                               |   47 -
 docker/nexus-webapp/Dockerfile                     |  155 +-
 docker/nexus-webapp/entrypoint.sh                  |  133 ++
 docker/nexus-webapp/install_conda.sh               |   42 -
 docker/nexus-webapp/install_nexusproto.sh          |    4 +
 docker/nexus-webapp/install_python.sh              |   48 +
 docker/solr/cloud-init/Dockerfile                  |    4 +-
 docs/build.rst                                     |    4 +-
 docs/quickstart.rst                                |   10 +-
 helm/requirements.yaml                             |    2 +-
 helm/values.yaml                                   |    3 +-
 integrations/python-client/README.md               |    0
 integrations/python-client/requirements.txt        |   13 -
 poetry.lock                                        | 1899 ++++++++++++++++++++
 pyproject.toml                                     |   75 +
 tools/deletebyquery/deletebyquery.py               |    2 +-
 tools/doms-data-tools/update_doms_data_pk.py       |    2 +-
 tools/domspurge/README.md                          |    2 +-
 tools/domspurge/purge.py                           |   12 +-
 38 files changed, 2310 insertions(+), 656 deletions(-)