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

feat: added manualimport endpoint #135

Merged
merged 1 commit into from
Apr 9, 2023

Conversation

marksie1988
Copy link
Collaborator

Description

Adds the endpoint for manualimport

Related issues

resolve #126

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • CI / Tests update
  • Documentation update

How has this been tested

  • I have added new tests where required
  • I have run nox -s tests locally and passed
  • I have tested this feature in a python script

@marksie1988 marksie1988 added the type/feature New feature or request label Apr 9, 2023
@marksie1988 marksie1988 added this to the 5.0.0 milestone Apr 9, 2023
@codecov
Copy link

codecov bot commented Apr 9, 2023

Codecov Report

Merging #135 (c6e4a41) into master (4ee8845) will increase coverage by 0.66%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage   92.67%   93.33%   +0.66%     
==========================================
  Files          15       15              
  Lines         996     1035      +39     
==========================================
+ Hits          923      966      +43     
+ Misses         73       69       -4     
Impacted Files Coverage Δ
pyarr/radarr.py 100.00% <100.00%> (ø)
pyarr/readarr.py 88.94% <100.00%> (+0.81%) ⬆️
pyarr/sonarr.py 97.04% <100.00%> (+0.24%) ⬆️

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@marksie1988 marksie1988 merged commit d8ce3e8 into totaldebug:master Apr 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Radarr: manualimport endpoint
1 participant