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: catch errors in remote.AUTO provider list #1834

Merged
merged 3 commits into from Sep 1, 2022

Commits on Aug 27, 2022

  1. remote: catch errors in AUTO provider list

    The AUTO remote imports and initialises all remote providers, however
    some remote providers assume they will only be imported or instantiated
    if their dependencies and/or configuration is set within the environment.
    This leads to a situation where *all* remote dependencies and *all*
    remote configuration must be installed/configured before using the AUTO
    provider.
    
    This patch avoids this issue by skipping remote providers that raise
    exceptions when either imported or instantiated.
    kdm9 committed Aug 27, 2022
    Copy the full SHA
    b1f07d7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4be6f2d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Copy the full SHA
    11c66cf View commit details
    Browse the repository at this point in the history