Skip to content

#177 Sync fork (mar 10 week)#178

Merged
NEStock merged 55 commits intoapl-setupfrom
177-sync-fork-mar-10-week
Mar 11, 2026
Merged

#177 Sync fork (mar 10 week)#178
NEStock merged 55 commits intoapl-setupfrom
177-sync-fork-mar-10-week

Conversation

@NEStock
Copy link
Copy Markdown
Member

@NEStock NEStock commented Mar 10, 2026

No description provided.

bendichter and others added 30 commits December 13, 2025 18:26
Update prod (Dec. 22 Week sync)
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>
jjnesbitt and others added 22 commits February 16, 2026 13:07
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 10, 2026
@NEStock NEStock linked an issue Mar 10, 2026 that may be closed by this pull request
11 tasks
@netlify
Copy link
Copy Markdown

netlify bot commented Mar 10, 2026

Deploy Preview for ember-dandi-archive ready!

Name Link
🔨 Latest commit d7a92f6
🔍 Latest deploy log https://app.netlify.com/projects/ember-dandi-archive/deploys/69b04ab91f8e4a0009b08f7f
😎 Deploy Preview https://deploy-preview-178--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 60865db into apl-setup Mar 11, 2026
10 of 11 checks passed
@NEStock NEStock deleted the 177-sync-fork-mar-10-week branch March 11, 2026 16:18
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.

Sync Fork (Mar. 10 Week)