This is an automated email from the ASF dual-hosted git repository. rkk pushed a commit to branch SDAP-521 in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
commit c07b2720dc3fecefb7619213d10e0d4416e5c97a Merge: 46cf5ad b05b474 Author: rileykk <[email protected]> AuthorDate: Fri Jul 5 13:12:22 2024 -0700 Merge branch 'SDAP-520' into SDAP-521 .../webservice/algorithms/DataInBoundsSearch.py | 96 ++++++++++++-- .../webservice/algorithms_spark/ClimMapSpark.py | 2 +- .../webservice/algorithms_spark/CorrMapSpark.py | 2 +- .../DailyDifferenceAverageSpark.py | 14 +- .../webservice/algorithms_spark/HofMoellerSpark.py | 20 ++- .../algorithms_spark/MaximaMinimaSpark.py | 24 +++- .../webservice/algorithms_spark/TimeAvgMapSpark.py | 18 ++- .../webservice/algorithms_spark/TimeSeriesSpark.py | 32 +++-- .../webservice/algorithms_spark/VarianceSpark.py | 30 +++-- analysis/webservice/apidocs/openapi.yml | 144 +++++++++++++++++++++ .../request/handlers/NexusRequestHandler.py | 8 +- .../request/renderers/NexusJSONRenderer.py | 13 ++ analysis/webservice/webmodel/NexusRequestObject.py | 39 ++++++ .../nexustiles/backends/nexusproto/backend.py | 5 + .../backends/nexusproto/dao/CassandraProxy.py | 32 +++++ .../backends/nexusproto/dao/SolrProxy.py | 41 +++++- data-access/nexustiles/model/nexusmodel.py | 17 ++- data-access/nexustiles/nexustiles.py | 72 +++++++++++ docker/nexus-webapp/Dockerfile | 2 +- docker/solr/cloud-init/create-collection.py | 2 + 20 files changed, 555 insertions(+), 58 deletions(-)
