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

Add feature to view and manage cache #57

Open
kevalpatel2106 opened this issue Aug 21, 2022 · 0 comments
Open

Add feature to view and manage cache #57

kevalpatel2106 opened this issue Aug 21, 2022 · 0 comments
Assignees
Labels
Type > feature-request Issues related to new feature or request

Comments

@kevalpatel2106
Copy link
Owner

Is your feature request related to a problem? Please describe.

Every CI nowadays supports build cache storage. This cache is stored on the cloud and reused in every build to speed up the process.

Most of the CI platforms provide a way to manage the cache (except Github). Sometimes build fails because of bad cache entry and I just want to rerun the build by deleting the cache enrty. Also, It would be nice to see if I'm hitting the cache size threshold for the given CI platform or not

Describe the solution you'd like

Add a screen to

  • List project caches with their size, when they were created, when they were updated
  • Allow deleting the cache
@kevalpatel2106 kevalpatel2106 self-assigned this Aug 21, 2022
@kevalpatel2106 kevalpatel2106 added the Type > feature-request Issues related to new feature or request label Aug 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type > feature-request Issues related to new feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant