Skip to content
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

Squash Migrations #346

Merged
merged 13 commits into from
Aug 7, 2024
Merged

Squash Migrations #346

merged 13 commits into from
Aug 7, 2024

Conversation

zprobst
Copy link
Member

@zprobst zprobst commented Aug 1, 2024

This feature adds a new nodestream migrations squash --from x --to y command. x and y would be the names of migrations that you want to squash between. If y is left off, then the last migration is specified.

Closes #299

@zprobst zprobst changed the base branch from main to 0.13 August 1, 2024 22:58
@zprobst zprobst changed the base branch from 0.13 to main August 1, 2024 22:59
@zprobst zprobst changed the base branch from main to 0.13 August 1, 2024 22:59
@zprobst zprobst changed the base branch from 0.13 to main August 1, 2024 23:00
@zprobst zprobst changed the base branch from main to 0.13 August 1, 2024 23:00
Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.00%. Comparing base (dc20606) to head (df0ad7c).

Additional details and impacted files
@@            Coverage Diff             @@
##             0.13     #346      +/-   ##
==========================================
+ Coverage   97.94%   98.00%   +0.06%     
==========================================
  Files         144      146       +2     
  Lines        5146     5303     +157     
==========================================
+ Hits         5040     5197     +157     
  Misses        106      106              
Flag Coverage Δ
3.10-macos-latest 97.98% <100.00%> (+0.06%) ⬆️
3.10-ubuntu-latest 97.98% <100.00%> (+0.06%) ⬆️
3.10-windows-latest 97.94% <100.00%> (+0.06%) ⬆️
3.11-macos-latest 97.98% <100.00%> (+0.06%) ⬆️
3.11-ubuntu-latest 97.98% <100.00%> (+0.06%) ⬆️
3.11-windows-latest 97.94% <100.00%> (+0.06%) ⬆️
3.12-macos-latest 97.98% <100.00%> (+0.06%) ⬆️
3.12-ubuntu-latest 97.98% <100.00%> (+0.06%) ⬆️
3.12-windows-latest 97.94% <100.00%> (+0.06%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zprobst zprobst linked an issue Aug 1, 2024 that may be closed by this pull request
@zprobst zprobst marked this pull request as ready for review August 1, 2024 23:13
@zprobst zprobst requested a review from ccloes as a code owner August 1, 2024 23:13
@zprobst zprobst added this to the 0.13.x milestone Aug 1, 2024
@zprobst zprobst merged commit db2592d into 0.13 Aug 7, 2024
11 checks passed
@zprobst zprobst deleted the feature/squash-migrations branch August 7, 2024 18:22
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.

[REQUEST] Squash Migrations
2 participants