-
-
Notifications
You must be signed in to change notification settings - Fork 185
Comparing changes
Open a pull request
base repository: jaraco/keyring
base: v25.4.1
head repository: jaraco/keyring
compare: v25.5.0
- 15 commits
- 5 files changed
- 5 contributors
Commits on Sep 26, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 8a26986 - Browse repository at this point
Copy the full SHA 8a26986View commit details
Commits on Oct 3, 2024
-
fix: passing a username not associated to a credential to get_credent…
…ial for WinVaultKeyring returns None
Jamie Beverley committedOct 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 27d0e0e - Browse repository at this point
Copy the full SHA 27d0e0eView commit details
Commits on Oct 4, 2024
-
remove faulty test assertion (presumably a result of some async dbus …
…thing on linux?)
Jamie Beverley committedOct 4, 2024 Configuration menu - View commit details
-
Copy full SHA for ecf05b8 - Browse repository at this point
Copy the full SHA ecf05b8View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 62b6678 - Browse repository at this point
Copy the full SHA 62b6678View commit details
Commits on Oct 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4504133 - Browse repository at this point
Copy the full SHA 4504133View commit details -
Merge pull request #696 from torarvid/torarvid/expanduser
Expand user home directory in config
Configuration menu - View commit details
-
Copy full SHA for 8e2f8b2 - Browse repository at this point
Copy the full SHA 8e2f8b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 916c039 - Browse repository at this point
Copy the full SHA 916c039View commit details -
Configuration menu - View commit details
-
Copy full SHA for 562c69f - Browse repository at this point
Copy the full SHA 562c69fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3f4ec - Browse repository at this point
Copy the full SHA 2f3f4ecView commit details -
Restore the indentation on the check, keeping the logic in the only p…
…lace it's reachable (and limiting the diff).
Configuration menu - View commit details
-
Copy full SHA for f33fcfb - Browse repository at this point
Copy the full SHA f33fcfbView commit details -
Unified the Windows.get_password and .get_credential logic through a …
…new _resolve_credential method.
Configuration menu - View commit details
-
Copy full SHA for 5e4b99e - Browse repository at this point
Copy the full SHA 5e4b99eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 103c535 - Browse repository at this point
Copy the full SHA 103c535View commit details -
Merge pull request #699 from JamieBeverley/bugfix/wrong_username
Bugfix: WinVaultKeyring.get_credential with non-existent username returns credential of other user (#698)
Configuration menu - View commit details
-
Copy full SHA for ccaee76 - Browse repository at this point
Copy the full SHA ccaee76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8279fd8 - Browse repository at this point
Copy the full SHA 8279fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 999a2f9 - Browse repository at this point
Copy the full SHA 999a2f9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v25.4.1...v25.5.0