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

Fix URL parsing for configuration dumping #19

Merged
merged 2 commits into from
Sep 9, 2023
Merged

Conversation

Callum027
Copy link
Member

  • Use Python's urlparse function to parse the Sonarr instance URL, accepting any valid URL of any hostname/address
  • Add explicit json5 dependency to the plugin dependencies, instead of relying on the implicit dependency from Buildarr Core

* Use Python's `urlparse` function to parse the Sonarr instance URL, accepting any valid URL of any hostname/address
* Add explicit `json5` dependency to the plugin dependencies, instead of relying on the implicit dependency from Buildarr Core
@Callum027 Callum027 added this to the v0.5.2 milestone Sep 9, 2023
@Callum027 Callum027 self-assigned this Sep 9, 2023
@Callum027 Callum027 linked an issue Sep 9, 2023 that may be closed by this pull request
@Callum027 Callum027 merged commit 948d99b into main Sep 9, 2023
1 check passed
@Callum027 Callum027 deleted the 18-dump-url-parse branch September 9, 2023 00:48
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.

Fix URL parsing for configuration dumping
1 participant