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: v23.5.0
Choose a base ref
...
head repository: jaraco/keyring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.5.1
Choose a head ref
  • 20 commits
  • 10 files changed
  • 5 contributors

Commits on Feb 1, 2022

  1. Update badge year

    jaraco authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    4f9825d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e01b72 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    8949d1a View commit details
    Browse the repository at this point in the history
  2. Use the parent category PytestDeprecationWarning, which is available …

    …on older pytest versions. Fixes jaraco/skeleton#57.
    jaraco committed Feb 5, 2022
    Configuration menu
    Copy the full SHA
    badffe9 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    96ea563 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9ea801 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. Configuration menu
    Copy the full SHA
    f22eb5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6758dd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

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

Commits on Feb 20, 2022

  1. Ran pre-commit autoupdate

    jaraco committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    04fe68a View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

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

Commits on Apr 12, 2022

  1. Configuration menu
    Copy the full SHA
    e9a7f28 View commit details
    Browse the repository at this point in the history
  2. Fix keyring.util.platform_.config_root on Windows

    Dos Moonen committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    9309908 View commit details
    Browse the repository at this point in the history
  3. Added entry in CHANGES.rst

    Dos Moonen committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    259dba4 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. Use Pytest's skipif decorator instead of returning to skip assert sta…

    …tements.
    Dos Moonen committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    3692d64 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Inject check job into CI workflow as ultimate flag (#55)

    This patch adds a job that is able to accurately signal whether
    all the expectations of the required jobs to succeed are met.
    
    This job can then be used as a source of truth for judging whether
    "CI passes" and can be used in the branch protection. It also plays
    a role of a convenient "gate" — this is the only job that would have
    to be listed in the branch protection as opposed to listing every
    single job name generated by the test matrix (and they all have
    different names — it's not possible to just select one `test` job
    name).
    
    Ref: https://github.com/re-actors/alls-green#why
    webknjaz authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    1a6b828 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Use actual version number.

    jaraco authored May 23, 2022
    Configuration menu
    Copy the full SHA
    881ec13 View commit details
    Browse the repository at this point in the history
  2. Trim test down.

    jaraco committed May 23, 2022
    Configuration menu
    Copy the full SHA
    1054a53 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #570 from Darsstar/bugfix/config_root

    Fix keyring.util.platform_.config_root on Windows
    jaraco authored May 23, 2022
    Configuration menu
    Copy the full SHA
    2135820 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6881569 View commit details
    Browse the repository at this point in the history
Loading