Fix connection setup and publish v2.0.1 - #77
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fresh v2.0.0 setup could successfully test Radarr/Sonarr but fail to load profiles, disable Save after the first save, and report saved hidden keys as missing after navigation.
This patch restores repeated saving, loads options with draft credentials, recognizes and retests saved keys without exposing them, and preserves delivery defaults during upstream outages. It also preserves edits made during an in-flight save. Saved keys are only reused for the same server URL.
Adds desktop/mobile browser coverage for empty configuration, all three delivery connections, profile/root loading, two saves, in-flight edits, failed saves, navigation, hidden credentials, and outages. Release publication now runs the browser suite against the candidate image. Updates release notes and installation examples to v2.0.1, including recovery instructions that retain existing data.
Validation: Go race suite, golangci-lint, asset consistency, documentation build, and 20 source-browser tests pass. All 20 browser tests also pass against the candidate Docker image; fresh-container smoke and v1 upgrade/restart/snapshot rollback pass.