tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

ISSUE-205 Is TestIngest PG_VERSION Class Variable required? #212

Closed lewismc closed 1 year ago

lewismc commented 1 year ago

Addresses #205

lewismc commented 1 year ago

@renato2099 as discussed on our call, I will address the remaining OpenAPI warnings and then push this issue. We can then release 0.10.0

lewismc commented 1 year ago

This PR rolls in some OpenAPI syntactic changes which were required to stabilize the CI builds. This is the result of the IBM OpenAPI validator and linter which we use to quality control the OpenAPI, changing in such a way that we had to address errors and warnings. You will note that although there are changes to the OpenAPI spec, I have NOT regenerated the python-flask project yet. This is because no functionality has changed... only the OpenAPI convention. We can regenerate the python-flask project the next time we make functional changes to the OpenAPI spec e.g. #181