Skip to content

Update prod with the latest sync & other changes#188

Merged
NEStock merged 35 commits into
prodfrom
apl-setup
Jun 1, 2026
Merged

Update prod with the latest sync & other changes#188
NEStock merged 35 commits into
prodfrom
apl-setup

Conversation

@NEStock

@NEStock NEStock commented May 29, 2026

Copy link
Copy Markdown
Member

No description provided.

satra and others added 30 commits February 24, 2026 09:54
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
brianhelba and others added 3 commits May 28, 2026 16:22
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>
@NEStock NEStock self-assigned this May 29, 2026
@netlify

netlify Bot commented May 29, 2026

Copy link
Copy Markdown

Deploy Preview for ember-dandi-archive ready!

Name Link
🔨 Latest commit ea2f38e
🔍 Latest deploy log https://app.netlify.com/projects/ember-dandi-archive/deploys/6a19ae9051b74300078d4d63
😎 Deploy Preview https://deploy-preview-188--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 added 2 commits May 29, 2026 09:59
…o-add-additional-ember-specific-information

Add note about .edu email. Add question for funding identifier
@NEStock NEStock marked this pull request as ready for review May 29, 2026 15:19
@NEStock NEStock requested review from laurendiaz and sandyhider May 29, 2026 15:19
@NEStock NEStock merged commit f736152 into prod Jun 1, 2026
10 of 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.