You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by rk...@apache.org on 2024/02/29 16:01:11 UTC

(incubator-sdap-nexus) branch SDAP-511 updated (ea7d724 -> 6bd1b3e)

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

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


    from ea7d724  more module renaming
     add 9dcfac2  Revert "more module renaming"
     add 67b7931  Revert "banner"
     add 6369ac5  Revert "fix some incorrectly sed'd import statements"
     add d67b026  Revert "poetry lock & pyproject toml"
     add da3b9fe  Revert "poetry lock & pyproject toml"
     add b22fccc  Revert "Edit import statements"
     add 24e1f59  reorged pyproject to avoid import renaming
     add 6bd1b3e  Reset changed imports from saved webapp.py

No new revisions were added by this update.

Summary of changes:
 .../tests/algorithms/StandardDeviationSearch_test.py |  4 ++--
 .../tests/algorithms/longitudelatitudemap_test.py    |  6 +++---
 analysis/tests/algorithms/test_base_doms_handler.py  |  2 +-
 analysis/tests/algorithms/test_subsetter.py          |  2 +-
 analysis/tests/algorithms_spark/test_matchup.py      |  4 ++--
 .../tests/algorithms_spark/test_timeseriesspark.py   |  4 ++--
 .../integration/algorithms_spark/test_matchup.py     |  2 +-
 analysis/tests/redirect/test_RemoteSDAPCache.py      |  6 +++---
 analysis/tests/webapp_test.py                        |  2 +-
 analysis/webservice/algorithms/Capabilities.py       |  6 +++---
 analysis/webservice/algorithms/ColorBarHandler.py    |  4 ++--
 analysis/webservice/algorithms/CorrelationMap.py     |  6 +++---
 .../webservice/algorithms/DailyDifferenceAverage.py  |  6 +++---
 analysis/webservice/algorithms/DataInBoundsSearch.py |  6 +++---
 analysis/webservice/algorithms/DataSeriesList.py     | 10 +++++-----
 analysis/webservice/algorithms/DelayTest.py          |  4 ++--
 analysis/webservice/algorithms/ErrorTosserTest.py    |  4 ++--
 analysis/webservice/algorithms/Heartbeat.py          |  4 ++--
 analysis/webservice/algorithms/HofMoeller.py         |  6 +++---
 .../webservice/algorithms/LongitudeLatitudeMap.py    |  6 +++---
 analysis/webservice/algorithms/MapFetchHandler.py    |  6 +++---
 .../webservice/algorithms/StandardDeviationSearch.py |  6 +++---
 analysis/webservice/algorithms/TestInitializer.py    |  2 +-
 analysis/webservice/algorithms/TileSearch.py         |  4 ++--
 analysis/webservice/algorithms/TimeAvgMap.py         |  6 +++---
 analysis/webservice/algorithms/TimeSeries.py         |  8 ++++----
 analysis/webservice/algorithms/TimeSeriesSolr.py     |  8 ++++----
 .../webservice/algorithms/doms/BaseDomsHandler.py    |  4 ++--
 .../webservice/algorithms/doms/DatasetListQuery.py   |  6 +++---
 .../webservice/algorithms/doms/DomsInitialization.py |  2 +-
 .../webservice/algorithms/doms/ExecutionCancel.py    | 14 +++++++-------
 .../webservice/algorithms/doms/ExecutionStatus.py    |  8 ++++----
 analysis/webservice/algorithms/doms/MatchupQuery.py  |  2 +-
 analysis/webservice/algorithms/doms/MetadataQuery.py |  6 +++---
 .../webservice/algorithms/doms/ResultsRetrieval.py   |  4 ++--
 .../webservice/algorithms/doms/ResultsStorage.py     |  4 ++--
 analysis/webservice/algorithms/doms/StacCatalog.py   |  8 ++++----
 analysis/webservice/algorithms/doms/StatsQuery.py    |  4 ++--
 analysis/webservice/algorithms/doms/ValuesQuery.py   |  4 ++--
 analysis/webservice/algorithms/doms/fetchedgeimpl.py |  2 +-
 analysis/webservice/algorithms/doms/insitu.py        |  2 +-
 analysis/webservice/algorithms/doms/insitusubset.py  |  8 ++++----
 analysis/webservice/algorithms/doms/subsetter.py     |  6 +++---
 analysis/webservice/algorithms_spark/ClimMapSpark.py |  6 +++---
 analysis/webservice/algorithms_spark/CorrMapSpark.py |  6 +++---
 .../algorithms_spark/DailyDifferenceAverageSpark.py  |  6 +++---
 .../webservice/algorithms_spark/HofMoellerSpark.py   |  8 ++++----
 analysis/webservice/algorithms_spark/Matchup.py      | 20 ++++++++++----------
 analysis/webservice/algorithms_spark/MatchupDoms.py  | 16 ++++++++--------
 .../webservice/algorithms_spark/MaximaMinimaSpark.py |  6 +++---
 .../algorithms_spark/NexusCalcSparkHandler.py        |  6 +++---
 .../algorithms_spark/NexusCalcSparkTornadoHandler.py |  2 +-
 .../webservice/algorithms_spark/TimeAvgMapSpark.py   |  6 +++---
 .../webservice/algorithms_spark/TimeSeriesSpark.py   | 10 +++++-----
 .../webservice/algorithms_spark/VarianceSpark.py     |  6 +++---
 analysis/webservice/config/web.ini                   |  2 +-
 .../nexus_tornado/app_builders/HandlerArgsBuilder.py | 16 ++++++++--------
 .../nexus_tornado/app_builders/NexusAppBuilder.py    |  6 +++---
 .../nexus_tornado/app_builders/RedirectAppBuilder.py |  4 ++--
 .../app_builders/SparkContextBuilder.py              |  2 +-
 .../request/handlers/NexusRequestHandler.py          |  6 +++---
 .../request/renderers/NexusCSVRenderer.py            |  2 +-
 .../request/renderers/NexusNETCDFRenderer.py         |  2 +-
 .../request/renderers/NexusPNGRenderer.py            |  2 +-
 .../request/renderers/NexusZIPRenderer.py            |  2 +-
 analysis/webservice/redirect/RedirectHandler.py      |  2 +-
 .../webservice/redirect/RemoteCollectionMatcher.py   |  2 +-
 analysis/webservice/webapp.py                        |  6 +++---
 analysis/webservice/webapp_livy.py                   |  4 ++--
 analysis/webservice/webmodel/Exceptions.py           |  2 +-
 analysis/webservice/webmodel/NexusRequestObject.py   |  4 ++--
 .../webmodel/NexusRequestObjectTornadoFree.py        |  4 ++--
 analysis/webservice/webmodel/NexusResults.py         |  2 +-
 pyproject.toml                                       |  2 +-
 tools/doms-data-tools/update_values_type.py          |  4 ++--
 tools/domspurge/purge.py                             |  4 ++--
 76 files changed, 198 insertions(+), 198 deletions(-)