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

github-bot pushed a change to branch 
dependabot/pip/integrations/python-client/numpy-1.22.0
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


 discard ff604f2  Bump numpy from 1.17.0 to 1.22.0 in 
/integrations/python-client
     add 9288876  Address matchup errors and integrate SDAP Proxy changes (#196)
     add 8d497d9  Matchup domsresults bugfix (#197)
     add 03251de  SDAP-400 Added NCAR insitu api to matchup (#198)
     add baede7b  Added ReadTimeout exception to redirect, applied hofmoeller 
point data_vals bugfix (#203)
     add 0385b5e  Bumped ingress timeouts to reflect increased AWS gateway 
timeout (#201)
     add d6eb41c  SDAP-405 Added SPURS AWS in situ api (#204)
     add 9ce794e  Insitu schema (#206)
     add c2e7e7b  SDAP-402: Update matchOnce logic (#202)
     add e433bae  RMQ monitor script for use in quickstart guide (#205)
     add 22b10f6  Add second NCAR provider (#208)
     add 0c23469  SDAP-406: Fix comparison stats bug in timeseriesspark 
algorithm (#209)
     add b82bf4f  SDAP-399: Quickstart update - Docker (#185)
     add da12e09  Bump numpy from 1.17.0 to 1.22.0 in 
/integrations/python-client

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ff604f2)
            \
             N -- N -- N   
refs/heads/dependabot/pip/integrations/python-client/numpy-1.22.0 (da12e09)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  20 +
 analysis/setup.py                                  |  10 +-
 analysis/tests/algorithms_spark/test_matchup.py    |  83 +++-
 analysis/tests/data/edge_response.json             |  23 +-
 analysis/webservice/algorithms/HofMoeller.py       |   4 +-
 .../webservice/algorithms/doms/DatasetListQuery.py |   2 +-
 .../webservice/algorithms/doms/ResultsStorage.py   |   8 +-
 analysis/webservice/algorithms/doms/config.py      |  67 +++-
 analysis/webservice/algorithms/doms/insitu.py      |  10 +-
 analysis/webservice/algorithms/doms/subsetter.py   |   2 +-
 .../webservice/algorithms_spark/HofMoellerSpark.py |   2 +-
 analysis/webservice/algorithms_spark/Matchup.py    |  94 +++--
 .../webservice/algorithms_spark/MatchupDoms.py     |   6 +-
 .../webservice/algorithms_spark/TimeSeriesSpark.py |  18 +-
 analysis/{ => webservice/apidocs}/__init__.py      |   0
 analysis/webservice/apidocs/openapi.yml            |  82 +++-
 .../nexus_tornado/app_builders/NexusAppBuilder.py  |   3 +-
 analysis/webservice/redirect/RemoteSDAPCache.py    |   9 +-
 docker/jupyter/Dockerfile                          |   6 +-
 docker/jupyter/Time Series Example.ipynb           |  55 ++-
 docker/jupyter/requirements.txt                    |   7 +-
 docker/nexus-webapp/Dockerfile                     |   3 +-
 docs/quickstart.rst                                | 423 ++++++++++++++-------
 helm/templates/ingress.yml                         |   4 +-
 integrations/python-client/nexuscli/__init__.py    |  18 +-
 tools/rmqmonitor/README.md                         |  13 +
 tools/rmqmonitor/monitor.py                        |  54 +++
 27 files changed, 776 insertions(+), 250 deletions(-)
 copy analysis/{ => webservice/apidocs}/__init__.py (100%)
 create mode 100644 tools/rmqmonitor/README.md
 create mode 100644 tools/rmqmonitor/monitor.py

Reply via email to