This is an automated email from the ASF dual-hosted git repository. tloubrieu pushed a commit to branch monthly_report_202207 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit ad2d53527810832eac74e93e9cc0b1edf2e259c8 Merge: 858a65c 07a48c6 Author: Thomas Loubrieu <[email protected]> AuthorDate: Thu Jun 23 18:41:03 2022 +0200 Merge branch 'master' of https://github.com/apache/incubator-sdap-nexus CHANGELOG.md | 3 +- analysis/README.md | 22 +++- analysis/conda-requirements.txt | 5 +- analysis/setup.py | 2 +- analysis/tests/redirect/__init__.py | 0 analysis/tests/redirect/collections-config.yaml | 20 ++++ analysis/tests/webapp_test.py | 14 +++ analysis/webservice/algorithms/DataSeriesList.py | 19 ++- .../algorithms/doms/DomsInitialization.py | 42 ++++--- .../app_builders/HandlerArgsBuilder.py | 43 +++++++ .../nexus_tornado/app_builders/NexusAppBuilder.py | 75 ++++++++++++ .../app_builders/RedirectAppBuilder.py | 16 +++ .../app_builders/SparkContextBuilder.py | 17 +++ .../nexus_tornado/app_builders/__init__.py | 2 + analysis/webservice/redirect/RedirectHandler.py | 34 ++++++ .../webservice/redirect/RemoteCollectionMatcher.py | 38 ++++++ analysis/webservice/redirect/__init__.py | 2 + analysis/webservice/webapp.py | 132 +++++++-------------- data-access/nexustiles/dao/CassandraProxy.py | 15 ++- data-access/nexustiles/dao/SolrProxy.py | 2 + docker/nexus-webapp/Dockerfile | 2 +- helm/README.md | 31 +++++ helm/templates/ingress.yml | 54 ++++++--- helm/templates/webapp.yml | 10 +- helm/values.yaml | 9 +- 25 files changed, 466 insertions(+), 143 deletions(-)
