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

Release safer remove index concurrently #19

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

marcelofern
Copy link
Contributor

@marcelofern marcelofern commented Sep 1, 2024

Prepare for release.

Merge after -> #18

Copy link

github-actions bot commented Sep 1, 2024

Coverage Report Results

Name Stmts Miss Branch BrPart Cover
src/django_pg_migration_tools/__init__.py 0 0 0 0 100%
src/django_pg_migration_tools/management/__init__.py 0 0 0 0 100%
src/django_pg_migration_tools/management/commands/__init__.py 0 0 0 0 100%
src/django_pg_migration_tools/management/commands/migrate_with_timeouts.py 25 0 10 0 100%
src/django_pg_migration_tools/operations.py 67 0 6 0 100%
src/django_pg_migration_tools/timeouts.py 73 5 36 2 92%
TOTAL 165 5 52 2 96%

@marcelofern marcelofern changed the base branch from main to add-safer-remove-index-concurrently September 1, 2024 21:56
CHANGELOG.md Outdated
@@ -8,6 +8,20 @@ Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to

## [Unreleased]

## [0.1.3] - 2024-08-28
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd still add the content of the changelog as things are added but the version here becomes

## [0.1.3] - TBD

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the reminder, I've updated it here: fdbf498

@marcelofern marcelofern force-pushed the add-safer-remove-index-concurrently branch from 50d6377 to 68aa12a Compare September 3, 2024 02:30
Before releasing a new version, it is good practice to upgrade all
package dependencies.

These changes were created via `make update`.
Base automatically changed from add-safer-remove-index-concurrently to main September 3, 2024 02:34
@marcelofern marcelofern force-pushed the release-safer-remove-index-concurrently branch 2 times, most recently from fdbf498 to ccdd298 Compare September 3, 2024 02:36
@marcelofern
Copy link
Contributor Author

@marcelofern marcelofern merged commit 6b8ecaf into main Sep 3, 2024
13 checks passed
@marcelofern marcelofern deleted the release-safer-remove-index-concurrently branch September 3, 2024 02:43
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.

2 participants