-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand Coverage of SSL Verification Settings #530
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
Open
jharder01
wants to merge
47
commits into
plexguide:dev
Choose a base branch
from
jharder01:dev-ssl
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…darr, Sonarr, and Swaparr
…s across multiple apps
feat: expand SSL verification handling to API requests in Radarr, Rea…
Fix/ssl verifiation/dev
feat: refactor test_connection to use arr_request for API status check
… request handling
feat: add verify_ssl parameter to get_missing_episodes and update API…
…ndpoints and improve SSL verification
feat: refactor API request handling to use arr_request for multiple e…
feat: update arr_request to ignore verify_ssl parameter in favor of g…
feat: update arr_request and check_connection to use global SSL verif…
… improved API interaction
feat: enhance connection check and add get_system_status function for…
…sing_episodes_random_page function
feat: add debug logging for missing episodes count request in get_mis…
… get_missing_episodes_random_page function
feat: reintroduce retry logic and enhance SSL verification logging in…
…nhance logging; adjust page size and reintroduce retry logic in get_cutoff_unmet_episodes_random_page function
feat: update arr_request to use global SSL verification setting and e…
…etter traceability
…s_manager; enhance logging for better traceability
…_episodes_random_page for clarity; remove redundant code and enhance logging
…ty in episode processing
…nction and clean up logging
…r improved episode selection
… improve get_download_queue_size logic
…ne SSL verification logic
@Admin9705 I cleared the conflicts between branches. Is there anything else I should be doing prior to merging to dev? |
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.
This pull request includes changes to improve SSL verification handling across multiple APIs and refactors some request logic for better maintainability. The most significant updates include centralizing SSL verification settings, adding support for query parameters in API requests, and simplifying redundant code.