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-model #501

Merged
merged 7 commits into from
Nov 19, 2024

Conversation

mfvanek
Copy link
Owner

@mfvanek mfvanek commented Nov 18, 2024

Part of #465

Breaking changes:

  1. BloatAware interface was moved from io.github.mfvanek.pg.model to io.github.mfvanek.pg.model.bloat
  2. PgContext class was moved from io.github.mfvanek.pg.model to io.github.mfvanek.pg.model.context
  3. DbObject interface was moved from io.github.mfvanek.pg.model to io.github.mfvanek.pg.model.dbobject
  4. MemoryUnit enum was moved from io.github.mfvanek.pg.model to io.github.mfvanek.pg.units
  5. AnyObject class was moved from io.github.mfvanek.pg.model.object to io.github.mfvanek.pg.model.dbobject (for better compatibility with Kotlin)
  6. PgObjectType enum was moved from io.github.mfvanek.pg.model.object to io.github.mfvanek.pg.model.dbobject (for better compatibility with Kotlin)
  7. IndexBloatAware interface was deleted
  8. TableBloatAware interface was deleted
  9. PgContext#enrichSequenceWithSchema method was deleted

…o.github.mfvanek.pg.model.dbobject (for better compatibility with Kotlin)

PgObjectType enum was moved from io.github.mfvanek.pg.model.object to io.github.mfvanek.pg.model.dbobject (for better compatibility with Kotlin)
@mfvanek mfvanek marked this pull request as ready for review November 18, 2024 20:07
Copy link

codecov bot commented Nov 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (ec36d9d) to head (c3d2494).
Report is 6 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #501   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
+ Complexity      1105      1054   -51     
===========================================
  Files            176       165   -11     
  Lines           2313      2240   -73     
  Branches         156       152    -4     
===========================================
- Hits            2313      2240   -73     

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


🚨 Try these New Features:

@mfvanek mfvanek merged commit c0f6f7e into master Nov 19, 2024
8 checks passed
@mfvanek mfvanek deleted the feature/refactor-package-structure branch November 19, 2024 05:52
@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