Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jaraco/keyring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v25.4.1
Choose a base ref
...
head repository: jaraco/keyring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v25.5.0
Choose a head ref
  • 15 commits
  • 5 files changed
  • 5 contributors

Commits on Sep 26, 2024

  1. Expand user home directory in config

    When reading the keyring_path from the config file, this would
    previously fail:
    
    keyring_path=~/foo/bar
    
    (it would need to be /home/peterpan/foo/bar or similar instead)
    
    This commit fixes this issue by wrapping the path in os.path.expanduser
    torarvid committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8a26986 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. fix: passing a username not associated to a credential to get_credent…

    …ial for WinVaultKeyring returns None
    Jamie Beverley committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    27d0e0e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. remove faulty test assertion (presumably a result of some async dbus …

    …thing on linux?)
    Jamie Beverley committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ecf05b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    62b6678 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Add news fragment.

    jaraco committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    4504133 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #696 from torarvid/torarvid/expanduser

    Expand user home directory in config
    jaraco authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    8e2f8b2 View commit details
    Browse the repository at this point in the history
  3. Add news fragment.

    jaraco committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    916c039 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    562c69f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2f3f4ec View commit details
    Browse the repository at this point in the history
  6. Restore the indentation on the check, keeping the logic in the only p…

    …lace it's reachable (and limiting the diff).
    jaraco authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    f33fcfb View commit details
    Browse the repository at this point in the history
  7. Unified the Windows.get_password and .get_credential logic through a …

    …new _resolve_credential method.
    jaraco committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    5e4b99e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    103c535 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #699 from JamieBeverley/bugfix/wrong_username

    Bugfix: WinVaultKeyring.get_credential with non-existent username returns credential of other user (#698)
    jaraco authored Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ccaee76 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8279fd8 View commit details
    Browse the repository at this point in the history
  11. Finalize

    jaraco committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    999a2f9 View commit details
    Browse the repository at this point in the history
Loading