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

Caching improvements #294

Merged
merged 6 commits into from
Jul 18, 2024
Merged

Caching improvements #294

merged 6 commits into from
Jul 18, 2024

Commits on Jul 17, 2024

  1. Add better explanation for cache status

    - Clarify default settings for cache-read-only
    - Explain why cache was disabled or read-only
    - Provide links to documentation in Job Summary
    
    Fixes #255
    bigdaz committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8d31819 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Improve cache reporting

    - More succinct messages for cache-read-only and cache-disabled
    - Report on cache-cleanup enabled/disabled status
    bigdaz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d92de28 View commit details
    Browse the repository at this point in the history
  2. Refactor BuildResults

    bigdaz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    91a526b View commit details
    Browse the repository at this point in the history
  3. Allow better control over cache-cleanup

    Adds new 'cache-cleanup' parameter with 3 settings: 'never', 'on-success' and 'always'.
    This gives users more control over whether cache cleanup should occur.
    
    Fixes #71
    bigdaz committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    27dea2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3083f01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72dde7e View commit details
    Browse the repository at this point in the history