Skip to content

fix: Add redirect parameter support for indexers - #10

Merged
Fuochi merged 1 commit into
devopsarr:mainfrom
cdelgehier:main
Jan 8, 2026
Merged

fix: Add redirect parameter support for indexers#10
Fuochi merged 1 commit into
devopsarr:mainfrom
cdelgehier:main

Conversation

@cdelgehier

Copy link
Copy Markdown
Contributor

Add support for the redirect parameter in prowlarr_indexer module. This parameter is now required by Prowlarr v2.0.5.5160+ for Usenet indexers.

Changes:

  • Add redirect parameter to module documentation and arguments
  • Update IndexerResource creation to include redirect field
  • Update is_changed function to detect redirect parameter changes
  • Add integration tests for redirect parameter functionality

Fixes #9 cc: @Fuochi

@Fuochi

Fuochi commented Jan 5, 2026

Copy link
Copy Markdown
Contributor

Hi @cdelgehier Thanks for opening the PR, I missed the issue.
I have to update the registry to run tests. I'll check later this week (hopefully)

@Fuochi

Fuochi commented Jan 7, 2026

Copy link
Copy Markdown
Contributor

Hi @cdelgehier, I managed to fix the tests, would you please rebase against main?

Add support for the redirect parameter in prowlarr_indexer module.
This parameter is now required by Prowlarr v2.0.5.5160+ for Usenet indexers.

Changes:
 - Add redirect parameter to module documentation and arguments
 - Update IndexerResource creation to include redirect field
 - Update is_changed function to detect redirect parameter changes
 - Add integration tests for redirect parameter functionality

  Fixes devopsarr#9
@Fuochi
Fuochi merged commit 0fe577c into devopsarr:main Jan 8, 2026
15 checks passed
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.

Indexer redirect now required for deploying new indexers - breakfix

2 participants