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 ability to create alias method names & added release/push to Radarr #161

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

marksie1988
Copy link
Collaborator

@marksie1988 marksie1988 commented Jul 28, 2023

Description

This PR adds the ability to create function aliases, this has been added to allow standardisation of naming without breaking changes and allowing a deprecation warning.

It also adds the release/push api to Radarr.

Related issues

closes #158

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 Jul 28, 2023
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #161 (3a18ee6) into master (8f7b030) will increase coverage by 0.27%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #161      +/-   ##
==========================================
+ Coverage   93.28%   93.55%   +0.27%     
==========================================
  Files          15       16       +1     
  Lines        1073     1118      +45     
==========================================
+ Hits         1001     1046      +45     
  Misses         72       72              
Files Changed Coverage Δ
pyarr/lib/alias_decorator.py 100.00% <100.00%> (ø)
pyarr/radarr.py 98.08% <100.00%> (+0.11%) ⬆️
pyarr/sonarr.py 97.63% <100.00%> (+0.07%) ⬆️

@marksie1988 marksie1988 changed the title feat: added ability to create alias method names feat: added ability to create alias method names & added release/push to Radarr Jul 28, 2023
@marksie1988 marksie1988 marked this pull request as ready for review July 28, 2023 14:33
@marksie1988 marksie1988 merged commit 0390ab6 into totaldebug:master Jul 28, 2023
8 checks passed
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.

add /api/v3/release/push/ method to RadarrAPI
1 participant