Conversation
… citation generation
Fix dandiset ID parsing during upload initialization
Update URL for user support
Update copyright year in footer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Potentially could assist in troubleshooting dandi/dandi-cli#1762
ci(tests): pass -s to pytest and skip hanging test_nwb2asset_remote_asset
Every dandiset version should always have a `citation` field, as it is generated and placed into the metadata on save.
Add "How to Cite" Tab to Dandiset Landing Page
* Fix version retrieval (a simple .first() won't return `draft` if other versions are present) * Factor access logic out into separate method * Raise exception if dandiset is OPEN with an embargoed asset * Don't assume `embargoedUntil` is present on version metadata
… here" This reverts commit c88d5c3. Should not be needed with 0.74.3 after - dandi/dandi-cli#1795 but who knows?!
`__str__` referenced `self.created` which does not exist on the model; the actual field is `self.timestamp` (DateTimeField with auto_now_add). This causes an AttributeError whenever the string representation is requested (e.g. in Django admin or logging). Added tests for both GarbageCollectionEvent and GarbageCollectionEventRecord __str__ methods. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
After `cd e2e`, the command `./manage.py loaddata playwright` would fail because manage.py lives in the repo root, not in e2e/. Changed to `../manage.py` and added a clarifying comment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The create_dev_dandiset example used `python manage.py` while every other command in the document uses `./manage.py`. Standardize on the latter for consistency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bf: fix GarbageCollectionEvent.__str__ referencing nonexistent field
Fixes of minor inconsistencies in docs claude identified
Revert "bf(test): test_nwb2asset_remote_asset which might be stalling here"
This is to prevent the object from becoming stale
…gation Fix propagation of embargoed date from dandisets to assets
It was previously in add_asset_to_version (no underscore), resulting in that behavior being skipped when updating an existing asset.
…argoed-blob Properly unembargo blobs when asset is updated
This ensures that the bucket name is exclusively determined by `default_storage.bucket_name`.
…search Don't return `null` names or usernames from user search endpoint
Add scrollbar to meditor component for overflowing content
Upgrade to Resonant v0.47
…-fork-mar-10-week
#177 Sync fork (mar 10 week)
✅ Deploy Preview for ember-dandi-archive ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
laurendiaz
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.