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 history module db manager #161

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

LuiggiTenorioK
Copy link
Member

@LuiggiTenorioK LuiggiTenorioK commented Dec 17, 2024

PR to replace the usage of sqlite3 lib to favor the repositories.

Tasks:

  • Remove unused methods
  • Add tests to ensure it returns the same content before and after refactoring
  • Replace the calls to the Database Manager with the proper repositories
  • Remove Database Manager and remove db_version check (schema hasn't changed since Autosubmit 3.13.0)

@LuiggiTenorioK LuiggiTenorioK self-assigned this Dec 17, 2024
@codecov-commenter
Copy link

codecov-commenter commented Dec 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.26%. Comparing base (d88b7f0) to head (d6f302a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #161      +/-   ##
==========================================
+ Coverage   74.80%   75.26%   +0.45%     
==========================================
  Files          89       88       -1     
  Lines        7661     7519     -142     
==========================================
- Hits         5731     5659      -72     
+ Misses       1930     1860      -70     
Flag Coverage Δ
fast-tests 75.26% <100.00%> (+0.45%) ⬆️

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

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

@LuiggiTenorioK LuiggiTenorioK force-pushed the refactor-history-module branch from 6449f7d to de70f18 Compare December 19, 2024 12:27
@LuiggiTenorioK LuiggiTenorioK marked this pull request as ready for review December 19, 2024 13:27
@kinow kinow self-requested a review December 25, 2024 08:42
@LuiggiTenorioK LuiggiTenorioK force-pushed the refactor-history-module branch from bacd5f6 to ab8efb8 Compare January 9, 2025 16:29
@LuiggiTenorioK LuiggiTenorioK force-pushed the refactor-history-module branch from ab8efb8 to d6f302a Compare January 9, 2025 17:08
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