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

Refactor packages of pg-index-health #506

Merged
merged 2 commits into from
Nov 23, 2024

Conversation

mfvanek
Copy link
Owner

@mfvanek mfvanek commented Nov 22, 2024

Closes #465

Breaking changes in pg-index-health

  1. Package io.github.mfvanek.pg.utils was renamed to io.github.mfvanek.pg.health.utils
  2. Package io.github.mfvanek.pg.checks.cluster was renamed to io.github.mfvanek.pg.health.checks.cluster
  3. Package io.github.mfvanek.pg.common.maintenance was renamed to io.github.mfvanek.pg.health.checks.common
  4. Package io.github.mfvanek.pg.common.management was renamed to io.github.mfvanek.pg.health.checks.management

Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (806b6f0) to head (e1fa23c).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #506   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity      1054      1054           
===========================================
  Files            166       166           
  Lines           2239      2239           
  Branches         152       152           
===========================================
  Hits            2239      2239           

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


🚨 Try these New Features:

@mfvanek mfvanek merged commit 622a00c into master Nov 23, 2024
8 checks passed
@mfvanek mfvanek deleted the feature/refactor-packages-in-pg-index-health branch November 23, 2024 08:16
@mfvanek mfvanek added the breaking change Pull requests that breaks backward compatibility label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Pull requests that breaks backward compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor packages structure
1 participant