Conversation
Adds a "Beta feature: try AI assisted metadata editing" button to the meditor toolbar and an "AI Metadata Editor (Beta)" entry to the "Open with" menu, both linking to https://medit.dandiarchive.org/?dandiset=<id>. Closes dandi#2717 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pass VITE_APP_DANDI_API_ROOT as the `instance` query parameter so the AI metadata editor knows which archive instance to connect to. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Fixes dandi#2750 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The text-wrap utility class alone wasn't sufficient because Vuetify's internal v-list-item__content element has overflow: hidden and white-space: nowrap. Use a scoped :deep selector to override these. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Vuetify's v-list-item prevents text wrapping via internal styles that scoped CSS cannot reliably override. Using plain div/p elements instead since v-html was already bypassing Vuetify's template anyway. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add AI assisted metadata editor button to meditor and Open With menu
Display data sizes on the front-end using the decimal system
Apply text wrapping to publish checklist items
Add `embargo_end_date` field to Dandiset model
…-fork-week-of-may-26
186 - Sync fork week of may 26
RabbitMQ 4.3 disallows a queue configuration (non-exclusive, non-durable) that Celery is still using by default. Celery creates such queues for: * remote control (`pidbox`) * events (`celeryev`) To disable the (remote) control queue: * `--without-mingle` * `worker_enable_remote_control = False` To disable the events queue: * `--without-heartbeat` * `--without-gossip` * `worker_send_task_events = False` (already the default) Note, gossip, mingle, and heartbeat features provide no value. They generate extra traffic and are only used for task revocation (which DANDI doesn't use) and worker monitoring.
The "Develop Natively" section was missed by c10a585. Without --without-mingle and --without-gossip, the worker tries to declare non-exclusive, non-durable pidbox and celeryev queues, which RabbitMQ 4.3 rejects. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
✅ Deploy Preview for ember-dandi-archive ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…o-add-additional-ember-specific-information Add note about .edu email. Add question for funding identifier
laurendiaz
approved these changes
May 29, 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.