Skip to content

refactor: consolidate pgflow compilation utilities into single migration#515

Merged
jumski merged 1 commit intomainfrom
12-07-consolidate_auto_compilation_temp_migrations_into_single_migration
Dec 7, 2025
Merged

refactor: consolidate pgflow compilation utilities into single migration#515
jumski merged 1 commit intomainfrom
12-07-consolidate_auto_compilation_temp_migrations_into_single_migration

Conversation

@jumski
Copy link
Copy Markdown
Contributor

@jumski jumski commented Dec 7, 2025

Consolidate PgFlow Auto-Compilation Functions

This PR consolidates multiple temporary migration files related to PgFlow's auto-compilation functionality into a single migration file. The changes:

  • Combine five separate migration files into a single file named 20251207150247_pgflow_auto_compilation.sql
  • Preserve all functionality including:
    • Flow shape comparison utilities
    • Flow creation from shape definitions
    • Flow deletion with data cleanup
    • Flow compilation with development/production modes
    • Advisory locking for concurrent compilation safety
    • Support for flow and step-level options

The consolidated migration maintains all the same functionality while simplifying the migration history and making the codebase more maintainable.

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Dec 7, 2025

⚠️ No Changeset found

Latest commit: 91650c9

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Copy Markdown
Contributor Author

jumski commented Dec 7, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Dec 7, 2025

View your CI Pipeline Execution ↗ for commit 91650c9

Command Status Duration Result
nx run edge-worker:test:integration ✅ Succeeded 4m 57s View ↗
nx run client:e2e ✅ Succeeded 2m 30s View ↗
nx affected -t verify-exports --base=origin/mai... ✅ Succeeded 4s View ↗
nx affected -t build --configuration=production... ✅ Succeeded 26s View ↗
nx affected -t lint typecheck test --parallel -... ✅ Succeeded 1m 28s View ↗
nx run core:pgtap ✅ Succeeded 1m 24s View ↗
nx run edge-worker:e2e ✅ Succeeded 47s View ↗
nx run cli:e2e ✅ Succeeded 6s View ↗

☁️ Nx Cloud last updated this comment at 2025-12-07 15:26:02 UTC

Copy link
Copy Markdown
Contributor Author

jumski commented Dec 7, 2025

Merge activity

  • Dec 7, 3:40 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Dec 7, 3:41 PM UTC: @jumski merged this pull request with Graphite.

@jumski jumski merged commit b9fe3d4 into main Dec 7, 2025
12 of 13 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 7, 2025

🚀 Production Deployment: Website

Successfully deployed to production!

🔗 Production URL: https://pgflow.dev

📝 Details:

  • Commit: b9fe3d4ed6d25d2cdc6abee1443f328a155eb80f
  • View Logs

Deployed at: 2025-12-07T16:41:07+01:00

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.

1 participant