This is an automated email from the ASF dual-hosted git repository. skperez pushed a commit to branch proxy-bugfix-apidocs in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 990e4748322aa1645b14f01c46639c7c0ececabe Merge: b2bcc65 10a8c6e Author: skorper <[email protected]> AuthorDate: Mon Aug 22 08:34:54 2022 -0700 Merge branch 'master' of github.com:apache/incubator-sdap-nexus into proxy-bugfix-apidocs CHANGELOG.md | 3 +- tests/regression/README.md | 23 ++ tests/regression/cdms_reader.py | 1 + tests/regression/conftest.py | 23 ++ tests/regression/test_cdms.py | 746 ++++++++++++++++++++++++++++++++++++++++ tools/cdms/requirements.txt | 204 ----------- 6 files changed, 795 insertions(+), 205 deletions(-) diff --cc CHANGELOG.md index 35fa5c5,4ec7930..d8ac181 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@@ -14,12 -14,10 +14,13 @@@ and this project adheres to [Semantic V - SDAP-371: Renamed `/domssubset` endpoint to `/cdmssubset` - SDAP-390: Updated NetCDF reader tool for data matchup and added user functionality. - SDAP-396: Added saildrone insitu api to matchup + - SDAP-398: Added script for regression tests. +- Matchup validates insitu parameter using insitu API schema endpoint +- Added domsresults endpoint to openapi spec ### Changed - -SDAP-390: Changed `/doms` to `/cdms` and `doms_reader.py` to `cdms_reader.py` + - SDAP-390: Changed `/doms` to `/cdms` and `doms_reader.py` to `cdms_reader.py` - domslist endpoint points to AWS insitu instead of doms insitu +- Matchup returns numSecondary and numPrimary counts rather than insitu/gridded ### Deprecated ### Removed - removed dropdown from matchup doms endpoint secondary param
