-
Notifications
You must be signed in to change notification settings - Fork 15
chore: remove Deno dependency and update flow compilation docs #448
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
Conversation
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
View your CI Pipeline Execution ↗ for commit 2fbe4fa
☁️ Nx Cloud last updated this comment at |
Merge activity
|
# Remove Deno Dependency and Simplify Flow Compilation This PR removes the Deno dependency requirement for pgflow and streamlines the flow compilation process: - Removed Deno as a prerequisite in the CLI README - Removed the deprecated `--deno-json` flag and related warning messages - Added `--control-plane-url` option to the CLI for custom ControlPlane endpoints - Updated documentation to reflect the HTTP-based compilation approach: - Removed the dedicated "Compile flow to SQL" page - Updated references to flow compilation throughout the docs - Added clarification that the ControlPlane is currently for local development only - Added notes that production deployments don't need the ControlPlane function yet - Updated navigation links and redirects to point to the quickstart guide instead of the removed compilation page - Enhanced troubleshooting sections with more specific guidance These changes complete the transition to HTTP-based compilation introduced in v0.9.0, making pgflow easier to use by eliminating the local Deno dependency.
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-448.pgflow.pages.dev 📝 Details:
_Last updated: _ |

Remove Deno Dependency and Simplify Flow Compilation
This PR removes the Deno dependency requirement for pgflow and streamlines the flow compilation process:
--deno-jsonflag and related warning messages--control-plane-urloption to the CLI for custom ControlPlane endpointsThese changes complete the transition to HTTP-based compilation introduced in v0.9.0, making pgflow easier to use by eliminating the local Deno dependency.