You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by tl...@apache.org on 2022/06/14 17:01:17 UTC

[incubator-sdap-nexus] branch sdap-388-proxy updated (faf85f9 -> 66be5a7)

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

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


    from faf85f9  redirect validated on AQACF prod server, /list end point returns the remote collections
     add ba853a4  Hotfix: Handle mismatched dataset listing and specification example (#152)
     add 884410c  SDAP-387: Update NetCDF matchup output format (#159)
     add 9d02c8c  SDAP-372: Integrate AWS insitu API (#158)
     add 8476dc6  SDAP-372 Updated match_spark_doms to interface with samos_cdms endpoint (#160)
     add f124c4d  Fixed failing matchup test. Matchup nowuses 'lon' instead of 'x' (#161)
     add b36f2df  add configmap to the webapp, not tested
     add ad78d2c  first version of the code ready, but still not tested
     add 701bb94  proxy with redirect feature tested on laptop
     add b4914d2  redirect validated on AQACF prod server, /list end point returns the remote collections
     add b764bb9  add case to resolve merge conflict
     add 66be5a7  resolve conflict

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |  17 ++
 .../tests/algorithms/test_base_doms_handler.py     |  70 ++++--
 analysis/tests/algorithms_spark/test_matchup.py    |   8 +-
 .../webservice/algorithms/doms/BaseDomsHandler.py  | 260 +++++++--------------
 analysis/webservice/algorithms/doms/config.py      |  88 ++++++-
 analysis/webservice/algorithms_spark/Matchup.py    | 133 ++++++-----
 .../{Matchup.py => MatchupDoms.py}                 |  12 +-
 analysis/webservice/algorithms_spark/__init__.py   |   1 +
 analysis/webservice/apidocs/dataset-populate.js    |   8 +-
 analysis/webservice/apidocs/openapi.yml            | 161 ++++++++++++-
 .../app_builders/HandlerArgsBuilder.py             |   2 +
 .../request/renderers/NexusNETCDFRenderer.py       |   4 +-
 12 files changed, 505 insertions(+), 259 deletions(-)
 create mode 100644 CHANGELOG.md
 copy analysis/webservice/algorithms_spark/{Matchup.py => MatchupDoms.py} (99%)