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

More respectful convention for caching #814

Merged
merged 13 commits into from
Oct 22, 2024

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    c8e4e84 View commit details
    Browse the repository at this point in the history
  2. feat: more respectful cache location

    This commit implements cache's location as described in pypa#342.
    It default to the XDG Base Directory Specification excepts on
    macOS where it is located at `$HOME/Library/Caches/pip-audit`.
    
    Closes pypa#342
    aanghelidi committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    a43351f View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    5433cd9 View commit details
    Browse the repository at this point in the history
  2. feat: add Windows cache implementation

    On Windows, although not "officially" a convention, it appears
    that programs like `pip` use %LocalAppData%\<program_name>\Cache.
    This commit implements that default.
    See https://pip.pypa.io/en/latest/topics/caching/#default-paths.
    
    Closes pypa#342.
    aanghelidi committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    d191416 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    4fe41f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69ce50 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

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

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    936dc29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8f8a6e View commit details
    Browse the repository at this point in the history
  3. fix: typo in comments

    aanghelidi committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    653fba9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Oct 22, 2024

  1. CHANGELOG: record changes

    Signed-off-by: William Woodruff <[email protected]>
    woodruffw committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    319cb23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66064aa View commit details
    Browse the repository at this point in the history