Skip to content

Update Production (post Sync Fork, Mar 10 Week)#179

Merged
NEStock merged 54 commits intoprodfrom
apl-setup
Mar 17, 2026
Merged

Update Production (post Sync Fork, Mar 10 Week)#179
NEStock merged 54 commits intoprodfrom
apl-setup

Conversation

@NEStock
Copy link
Copy Markdown
Member

@NEStock NEStock commented Mar 11, 2026

No description provided.

bendichter and others added 30 commits December 13, 2025 18:26
Fix dandiset ID parsing during upload initialization
Update copyright year in footer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
jjnesbitt and others added 24 commits February 16, 2026 12:53
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
@NEStock NEStock self-assigned this Mar 11, 2026
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 11, 2026

Deploy Preview for ember-dandi-archive ready!

Name Link
🔨 Latest commit 60865db
🔍 Latest deploy log https://app.netlify.com/projects/ember-dandi-archive/deploys/69b195fb9d87630008b15a39
😎 Deploy Preview https://deploy-preview-179--ember-dandi-archive.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@NEStock NEStock merged commit b57593b into prod Mar 17, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.