Matchup domsresults bugfix (#197)

* Added environment variable to Dockerfile to fix cert error

* Updated openapi spec to link to cdmsschema endpoint

* Fixed matchup db insert. Use new names

* renamed 'details' field for matchup doms to match cdms changes

* Added provider table to openapi spec

* fixed typo

* Updated changelog
5 files changed
tree: 80ab680a94c24520c3a34d2d3286b0f84645c45d
  1. analysis/
  2. climatology/
  3. data-access/
  4. docker/
  5. docs/
  6. helm/
  7. integrations/
  8. nexus-ingest/
  9. tests/
  10. tools/
  11. .gitignore
  12. CHANGELOG.md
  13. CONTRIBUTING.md
  14. LICENSE
  15. README.md
README.md

NEXUS

The next generation cloud-based science data service platform. More information can be found here http://incubator-sdap-nexus.readthedocs.io/en/latest/index.html

Building the Docs

Ensure sphinx, sphinx-autobuild, and recommonmark are installed. We use the recommonmark module for parsing Markdown files.

pip install sphinx sphinx-autobuild recommonmark

Run sphinx-autobuild to view the docs locally.

cd docs
sphinx-autobuild . _build/html