This is an automated email from the ASF dual-hosted git repository.
rkk pushed a change to branch SDAP-497
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
from 683778c Merge branch 'develop' into SDAP-497
add 055c8c9 Updates for post-grad changes
add 2ed6f8d Update requirements.txt (#309)
add 2349095 Updates to openapi (#310)
add d7fea77 SDAP-518 - Collection Config Docs (#311)
add 1ccbb4b data-access patch (#313)
add 19ce6ac Changed SDAP startup behavior to wait for all datasets to be
prepared before accepting HTTP requests (#314)
add 4a386a5 update quickstart with updated solr command (#298)
add 27eb557 Merge branch 'develop' into SDAP-497
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 7 +
analysis/webservice/apidocs/index.html | 1 +
analysis/webservice/apidocs/openapi.yml | 728 ++++++++++++++++++++----
analysis/webservice/webapp.py | 16 +-
data-access/nexustiles/AbstractTileService.py | 9 -
data-access/nexustiles/backends/zarr/backend.py | 14 +-
data-access/nexustiles/nexustiles.py | 26 +-
docs/collections.rst | 164 ++++++
docs/index.rst | 7 +-
docs/intro.rst | 4 -
docs/quickstart.rst | 2 +-
docs/requirements.txt | 1 +
poetry.lock | 380 ++++++++-----
pyproject.toml | 1 +
tools/build/build.py | 26 +-
15 files changed, 1070 insertions(+), 316 deletions(-)
create mode 100644 docs/collections.rst