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

Log keyring tracebacks #890

Merged
merged 19 commits into from May 30, 2022
Merged

Log keyring tracebacks #890

merged 19 commits into from May 30, 2022

Commits on Apr 14, 2022

  1. Use logger.exception instead of logger.warning to handle keyring fail…

    …ures
    
    Add related test
    Federico D'Ambrosio committed Apr 14, 2022
    Copy the full SHA
    3d4163c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Revert logging back to warning

    Update tests
    Federico D'Ambrosio committed Apr 20, 2022
    Copy the full SHA
    942a76c View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    Federico D'Ambrosio committed Apr 20, 2022
    Copy the full SHA
    f851116 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Copy the full SHA
    c305ce0 View commit details
    Browse the repository at this point in the history
  2. Parameterize test

    bhrutledge committed May 21, 2022
    Copy the full SHA
    4911d58 View commit details
    Browse the repository at this point in the history
  3. Use re.search for caplog

    bhrutledge committed May 21, 2022
    Copy the full SHA
    3851a2b View commit details
    Browse the repository at this point in the history
  4. Group similar tests

    bhrutledge committed May 21, 2022
    Copy the full SHA
    62abc9d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Rework missing HOME setup

    bhrutledge committed May 28, 2022
    Copy the full SHA
    2471d91 View commit details
    Browse the repository at this point in the history
  2. Refactor fixtures

    bhrutledge committed May 28, 2022
    Copy the full SHA
    e8afbe4 View commit details
    Browse the repository at this point in the history
  3. Normalize prompt tests

    bhrutledge committed May 28, 2022
    Copy the full SHA
    45c1fe4 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6246b94 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5a6f7cc View commit details
    Browse the repository at this point in the history
  6. Patch pwd instead of os

    bhrutledge committed May 28, 2022
    Copy the full SHA
    e7efaa8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    306ec40 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    41dc6bf View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    0e0ea1a View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    5b2275f View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    eecdc9f View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    be07265 View commit details
    Browse the repository at this point in the history