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

Add basic Radarr V5 support #16

Merged
merged 14 commits into from
Nov 12, 2023
Merged

Add basic Radarr V5 support #16

merged 14 commits into from
Nov 12, 2023

Commits on Nov 9, 2023

  1. Add basic Radarr V5 support

    This adds basic support for Radarr V5, to the point that Buildarr can manage such instances with all currently available configuration parameters. Support for new features have not yet been added.
    
    Backwards compatibility with Radarr V4 is retained.
    
    * Add the Radarr instance version to the secrets metadata, to allow for version-specific handling
    * Add support for the `external` authentication method (and maintain compatibility with the `none` authentication method for older versions)
    * Add support for the `radarr.settings.general.security.authentication_method` configuration field
    Callum027 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e51718b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f32044 View commit details
    Browse the repository at this point in the history
  3. Fix

    Callum027 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3217f1b View commit details
    Browse the repository at this point in the history
  4. Secrets fixes

    Callum027 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7a16912 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    ef059ae View commit details
    Browse the repository at this point in the history
  2. Fix packaging Mypy error

    Callum027 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    14fec7d View commit details
    Browse the repository at this point in the history
  3. Fix API key usage

    Callum027 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    2d81c3e View commit details
    Browse the repository at this point in the history
  4. Fix backwards condition

    Callum027 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    bb30071 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc24a6c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3805f1 View commit details
    Browse the repository at this point in the history
  7. Stub `RadarrSecrets.test

    Callum027 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d1a9164 View commit details
    Browse the repository at this point in the history
  8. API key error handling

    Callum027 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    c72db9d View commit details
    Browse the repository at this point in the history
  9. Typo

    Callum027 committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    ae9ebdd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    58b1769 View commit details
    Browse the repository at this point in the history