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

fix(migrations): Fix migration dependency order #7051

Merged
merged 3 commits into from
Feb 26, 2025

Conversation

vicferpoy
Copy link
Member

Context

After two merges with new migrations in a row, the dependency order was altered.

Description

Migrations are now ordered and with valid dependency order. Also, a new label has been added to the labeler to take care of Django migrations.

Checklist

API

  • Verify if API specs need to be regenerated.
  • Check if version updates are required (e.g., specs, Poetry, etc.).
  • Ensure new entries are added to CHANGELOG.md, if applicable.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@vicferpoy vicferpoy requested review from a team as code owners February 26, 2025 15:55
Copy link

codecov bot commented Feb 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.02%. Comparing base (00ef037) to head (8f8de0f).
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7051   +/-   ##
=======================================
  Coverage   92.02%   92.02%           
=======================================
  Files          78       79    +1     
  Lines        6982     6986    +4     
=======================================
+ Hits         6425     6429    +4     
  Misses        557      557           
Flag Coverage Δ
api 92.02% <ø> (+<0.01%) ⬆️

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

Components Coverage Δ
prowler ∅ <ø> (∅)
api 92.02% <100.00%> (+<0.01%) ⬆️

@vicferpoy vicferpoy force-pushed the fix/django-migration-files branch from 4f41adf to 00ec8ae Compare February 26, 2025 16:04
@github-actions github-actions bot added the review-django-migrations This PR contains changes in Django migrations label Feb 26, 2025
@vicferpoy vicferpoy force-pushed the fix/django-migration-files branch from 3e03ca1 to 8f8de0f Compare February 26, 2025 16:17
@vicferpoy vicferpoy merged commit 258f05e into master Feb 26, 2025
14 checks passed
@vicferpoy vicferpoy deleted the fix/django-migration-files branch February 26, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/api review-django-migrations This PR contains changes in Django migrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant