You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
feat: add --batch flag to push for atomic bulk uploads
boxel push now supports --batch (and --batch-size <n>, default 10).
Definitions (.gts) upload individually in dependency order so the
realm indexer sees FieldDefs before the CardDefs that contain them.
Instances (.json) batch through /_atomic in N-at-a-time groups.
Meaningful speedup when pushing dozens of files to a fresh workspace,
and reduces the UI-flashing that happens when each card indexes on
its own POST.
Builds on the upload routing from the previous commit.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments