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 for hanging when run in an off-line environment #183

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Commits on Sep 14, 2024

  1. Add a timeout to requests on check_for_updates, default 10 but can be…

    … set optionally. added PEP 585 type hints to functions in module.
    jason-weirather committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    7f12c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47d31f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. instead of fail gracefully, pass a warning through logging. by loggin…

    …g default settings this warning should be displayed
    jason-weirather committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    6261b29 View commit details
    Browse the repository at this point in the history
  2. try to add a timeout with warning onto the tracking call to support t…

    …he fully offline mode since its getting hit dispite disabiling tracking
    jason-weirather committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    22c07d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a10057b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1baf6e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f88a773 View commit details
    Browse the repository at this point in the history
  6. put tracking back to the way it was but fix its bug where it sets con…

    …stants to a string which is assumed to a bool causing it to always evaluate to true
    jason-weirather committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9866329 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1a3778d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c847769 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. notice that code expects None could be a valid setting for the config…

    …uration, so don't cast to a bool when checking that
    jason-weirather committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    3b2fb3d View commit details
    Browse the repository at this point in the history