Add paginator support from convex-helpers for component migrations#27
Add paginator support from convex-helpers for component migrations#27ianmacartney wants to merge 10 commits into
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
commit: |
f514088 to
6035d49
Compare
35d8dc0 to
d290baa
Compare
73988f0 to
90a7812
Compare
90a7812 to
80b30d6
Compare
- Add convex-helpers as peer dependency for improved pagination - Add optional `schema` parameter to Migrations constructor - Use paginator from convex-helpers when schema is provided - Detect cursor format for backwards compatibility with old migrations - Add isNewFormatCursor() helper with tests - Add SchemaForDataModel type helper - Create local component example demonstrating component migrations - Update README with component migration documentation - Add AGENTS.md with development tips Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
80b30d6 to
f0968bf
Compare

Add convex-helpers pagination support
schemaparameter to Migrations constructor enabling customRange and component supportexample/convex/localComponent/demonstrating migrations within a Convex component