Closed dreulavelle closed 1 day ago
[!IMPORTANT]
Review skipped
Review was skipped due to path filters
:no_entry: Files ignored due to path filters (1)
* `poetry.lock` is excluded by `!**/*.lock`CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including
**/dist/**
will override the default block on thedist
directory, by removing the pattern from both the lists.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
The pull request introduces updates across several files. The pyproject.toml
file sees a version change for the rank-torrent-name
dependency from ^1.0.2
to >=1.5,<2.0
. In shared.py
, modifications enhance error handling in the _parse_results
function, improving logging for exceptions. Changes in models.py
involve the RTNSettingsModel
and LoggingModel
classes, where the profile
attribute is replaced with an ellipsis, indicating a potential removal or placeholder. Overall, the changes focus on dependency updates and improvements in error reporting and model definitions.
File Path | Change Summary |
---|---|
pyproject.toml | Updated rank-torrent-name dependency version from ^1.0.2 to >=1.5,<2.0 . |
src/program/services/scrapers/shared.py | Enhanced error handling in _parse_results function; improved logging for GarbageTorrent . |
src/program/settings/models.py | Modified RTNSettingsModel and LoggingModel classes by replacing profile with ... . |
src/program/apis/overseerr_api.py | Updated get_media_requests to remove requested_id from MediaItem ; simplified delete_request return statement. |
src/program/program.py | Improved logging in _update_ongoing and enhanced error handling in _init_db_from_symlinks . |
src/routers/secure/items.py | Streamlined remove_item logic; refined error handling for media item removal. |
src/routers/secure/webhooks.py | Changed requested_id to overseerr_id in MediaItem instantiation. |
pyproject.toml
file to include a new dependency, kink
, which is relevant to the main PR's modification of the rank-torrent-name
dependency version. Both PRs deal with dependency management in the pyproject.toml
file.pyproject.toml
file. However, it is included here as it reflects ongoing improvements in the project that could be relevant to the dependency management context.In the code where bunnies hop,
Dependencies updated, never stop.
With logs that sing of errors clear,
Models shift, but have no fear!
A hop, a skip, through lines we weave,
In this code, we all believe! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
…ed RTN version
Pull Request Check List
Resolves: #issue-number-here
Description:
Summary by CodeRabbit
New Features
rank-torrent-name
dependency to a more recent version for improved functionality.Bug Fixes
Refactor
RTNSettingsModel
andLoggingModel
, indicating potential future changes in their implementation.MediaItem
in various API methods to reflect updated naming conventions.