Skip to content

Releases: dandi/dandi-archive

Validation error UX

05 Aug 18:04
0f24019
Compare
Choose a tag to compare

v0.1.6: Merge pull request #451 from dandi/publish-dois

30 Jul 14:09
70b22e3
Compare
Choose a tag to compare
  • Do not allow dandisets with published versions to be deleted
  • Add asset metadata view
  • Bump dandischema version to 0.3.2
  • Add setting for publishing DOIs as "findable"

assetsSummary Optimization

22 Jul 17:56
5cd8e3a
Compare
Choose a tag to compare

Turns out that the assetsSummary calculation was taking a long time
because each asset metadata was being fetched from the DB separately, so
a Version with 1000 assets meant 1000 SQL queries. This select_related
call should roll them up into a single large query, which cuts down on
network traffic.

This should resolve error 503/409 occurring during upload.

Publish Features

21 Jul 16:30
c488ec9
Compare
Choose a tag to compare
  • Do not allow republishing a dandiset without modifying it. This prevents users from accidentally creating multiple identical versions.
  • Write dandiset.jsonld, assets.jsonld, and collection.jsonld manifest files.
  • Fix a bug where published version still had the manifestLocation of the draft version.
  • Add logging for errors encountered while calculating assetsSummary.

Update asset paths endpoint to include more information

19 Jul 15:18
ef3a682
Compare
Choose a tag to compare
Merge pull request #312 from dandi/292-paths-endpoint

Update asset paths endpoint to include more information

Revert workaround for slow summary stats computation

06 Jul 12:33
9118e50
Compare
Choose a tag to compare
Merge pull request #389 from dandi/rf-revert-disable-summaries

Revert "Merge pull request #386 from dandi/workaround-no-summary"

Workaround for slow summary stats computation

02 Jul 17:18
93faf5f
Compare
Choose a tag to compare
Merge pull request #386 from dandi/workaround-no-summary

Disable summary stats temporarily

Pre-publish release + github release-based staging/production infrastructure

02 Jul 17:07
da32e0e
Compare
Choose a tag to compare
Merge pull request #376 from dandi/deploy-on-gh-release

Add github action for deploying prod on release

Initial Release

06 Apr 21:09
c28100b
Compare
Choose a tag to compare

The first release so we have something in the API to query.