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:47 UTC

(incubator-sdap-nexus) branch master updated (639d7d7 -> 93c12e8)

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

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


    from 639d7d7  Update .asf.yaml (#293)
     add 9b775b5  bump version to 1.2.0
     add e76b3f6  Merge remote-tracking branch 'origin/master' into release/1.2.0
     add 24a446b  Update .readthedocs.yaml
     add 955938a  Merge pull request #285 from apache/master
     add 3ab8bae  Remove chardet from project files & cloud-init image (#286)
     add 56a841c  Update helm cassandra dependency (#289)
     add 39f1741  SDAP-507 - Remove geos from image build (#292)
     add 083af49  domspurge patch (#280)
     add baec1f5  Patch: Made conda dep changes accidentally omitted from geos PR
     add 3fce31f  SDAP-511 - Switch package manager to poetry (#301)
     new 93c12e8  Merge pull request #278 from apache/release/1.2.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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(-)
 delete mode 100644 VERSION.txt
 delete mode 100644 analysis/conda-requirements.txt
 delete mode 100644 analysis/package-list.txt
 delete mode 100644 analysis/setup.py
 delete mode 100644 analysis/webservice/algorithms/doms/ResultsPlotQuery.py
 delete mode 100644 analysis/webservice/algorithms/doms/mapplot.py
 delete mode 100644 data-access/requirements.txt
 delete mode 100644 data-access/setup.py
 create mode 100755 docker/nexus-webapp/entrypoint.sh
 delete mode 100755 docker/nexus-webapp/install_conda.sh
 create mode 100755 docker/nexus-webapp/install_python.sh
 delete mode 100644 integrations/python-client/README.md
 delete mode 100644 integrations/python-client/requirements.txt
 create mode 100644 poetry.lock
 create mode 100644 pyproject.toml


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

Posted by sk...@apache.org.
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(-)