-
Notifications
You must be signed in to change notification settings - Fork 13
chore: improve verify-schemas-synced and regenerate-temp-migration #219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 09-18-add-map-support-to-dsl
Are you sure you want to change the base?
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
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 |
View your CI Pipeline Execution ↗ for commit a467f00
☁️ Nx Cloud last updated this comment at |
b031e2a
to
5d3fda7
Compare
0ed394f
to
37e2df8
Compare
5d3fda7
to
0154266
Compare
37e2df8
to
5e7ecd7
Compare
0154266
to
c3afc05
Compare
5e7ecd7
to
2b27c54
Compare
c3afc05
to
e8a6a85
Compare
e8a6a85
to
2843841
Compare
252a37d
to
83609aa
Compare
2843841
to
0adad2e
Compare
0adad2e
to
abbd0bc
Compare
36190c3
to
2a32203
Compare
8e2d37b
to
18fd9d1
Compare
902a9df
to
acdca8d
Compare
18fd9d1
to
53cc331
Compare
acdca8d
to
fefb86b
Compare
fefb86b
to
d04fa3f
Compare
43c4799
to
26104e7
Compare
26104e7
to
d52a0e0
Compare
d04fa3f
to
a467f00
Compare
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-219.pgflow.pages.dev 📝 Details:
_Last updated: _ |
🔍 Preview Deployment: Playground✅ Deployment successful! 🔗 Preview URL: https://pr-219--pgflow-demo.netlify.app 📝 Details:
_Last updated: _ |
TL;DR
Improved schema verification and temporary migration regeneration scripts with better error handling, isolation, and user feedback.
What changed?
Enhanced
atlas-verify-schemas-synced
script to:Updated
regenerate-temp-migration
script to:How to test?
pnpm nx verify-schemas-synced core
to test the schema verification./scripts/regenerate-temp-migration
to see the improved workflowWhy make this change?
These improvements make the schema verification and migration regeneration process more robust and developer-friendly by: