VizierDB / web-api-async

Vizier Asynchronous Web API
Apache License 2.0
2 stars 2 forks source link

Add dataset properties #88

Closed okennedy closed 4 years ago

okennedy commented 4 years ago

This PR started as a fix for https://github.com/VizierDB/web-ui/issues/236 but ended up rolling in a mountain of housekeeping tasks. I still want to add a few unit tests, so this is still a draft, but the bulk of the changes are in. Note that this PR requires a corresponding update to Mimir-API (https://github.com/UBOdin/mimir-api/tree/add-dataset-properties), which itself requires a few minor patches to Mimir-Caveats (https://github.com/UBOdin/mimir-caveats ; Use sbt publishLocal to get 0.2-SNAPSHOT)

Highlights include:

okennedy commented 4 years ago

Note that this PR requires changes to the Mimir API: https://github.com/UBOdin/mimir-api/pull/8