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 in pg-index-health-core #505

Merged
merged 7 commits into from
Nov 21, 2024

Conversation

mfvanek
Copy link
Owner

@mfvanek mfvanek commented Nov 21, 2024

Part of #465

  1. Package io.github.mfvanek.pg.checks.host was renamed to io.github.mfvanek.pg.core.checks.host
  2. Package io.github.mfvanek.pg.checks.extractors was renamed to io.github.mfvanek.pg.core.checks.extractors
  3. Package io.github.mfvanek.pg.utils was renamed to io.github.mfvanek.pg.core.utils
  4. Package io.github.mfvanek.pg.common.maintenance was renamed to io.github.mfvanek.pg.core.checks.common
  5. Package io.github.mfvanek.pg.settings was renamed to io.github.mfvanek.pg.core.settings
  6. Package io.github.mfvanek.pg.statistics was renamed to io.github.mfvanek.pg.core.statistics

…anek.pg.core.checks.host

Package io.github.mfvanek.pg.checks.extractors was renamed to io.github.mfvanek.pg.core.checks.extractors
…g.core.utils

Package io.github.mfvanek.pg.common.maintenance was renamed to io.github.mfvanek.pg.core.checks.common
Package io.github.mfvanek.pg.settings was renamed to io.github.mfvanek.pg.core.settings
Package io.github.mfvanek.pg.statistics was renamed to io.github.mfvanek.pg.core.statistics
Copy link

sonarqubecloud bot commented Nov 21, 2024

Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (210b020) to head (e265472).
Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #505   +/-   ##
===========================================
  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 806b6f0 into master Nov 21, 2024
8 checks passed
@mfvanek mfvanek deleted the feature/refactor-packages-in-pg-index-health-core branch November 21, 2024 19:14
@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.

1 participant