Commit Graph

73 Commits (c17f4bf4666a8001b1a45c09eb7a485c41aa64c3)

Author SHA1 Message Date
Sankalp Kotewar c17f4bf466
GA for granular cache (#1035)
* Add example for Haskell Stack

* Revert "Add example for Haskell Stack"

* Basic implementation

* Updated variable name

* Adding wrapper class

* Changed logs to warnings

* added debug logs

* experimenting

* Test

* test

* new try

* test

* Impl separated

* Reverted wrapper changes

* Added test cases

* Some cleanup

* Formatted document

* Fixed test cases issues

* Slight modification for test cases check

* Updated new actions' input descriptions

* Reverted custom asks implemented and added wrapper

* refactor into a generic outputter

* Readme draft for new actions

* Generated dist

* Fixed breaking test case

* Removed return type in promise

* Removed commented lines

* Calling methods from same file

* dist

* update save as well

* fix merge

* Changes for beta release

* Update dist folder

* Fixed formatting

* dist

* Add support for gzip fallback for restore of old cache on windows

* Fixed test cases

* Fixed test cases

* Added restore only and save only test cases

* Updated new actions dist files

* Removed comments

* Fixed inputs

* Renamed variables and added tests

* Fixed breaking test case

* Fixed review comments and tests

* added stateprovider changes

* Deleted stateprovider tests until added

* Added stateprovider test cases

* Fixed breaking test case

* Updated outputs of restore action

* Changes for beta release

* Update dist folder

* Add support for gzip fallback for restore of old cache on windows

* update for new beta release

* Update save/action.yml

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Update restore/action.yml

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Update restore/action.yml

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Update restore/action.yml

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Update restore/action.yml

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Added more assertions as values can't be checked

* Removed unused code

* Merged beta branch and resolved conflicts

* Added save readme

* Updates to save readme

* Renamed output

* Added cache hit info in readme

* Update restore/README.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Update restore/README.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Update restore/README.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Update save/README.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Update save/README.md

Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>

* Removed verbose statements

* Repositioned new actions introduction

* Added test case for restore state

* Addressed review comments

* nit

* nit: added language to code blocks

* Updated beta version to 3.2.0-beta.1

* Added stateprovider mock implementations

* Linting errors fixed

* Save-only warning added

* Updated return ID to -2

* Removed -2 error code

* Removed comment

* Updated cache npm lib version

* Updated license version

* Updated releases.md

* Updated readme with the new actions in what's new

Co-authored-by: Malo Bourgon <mbourgon@gmail.com>
Co-authored-by: Vipul <vsvipul@github.com>
Co-authored-by: Bishal Prasad <bishal-pdmsft@github.com>
Co-authored-by: Tanuj Kumar Mishra <tanuj077@users.noreply.github.com>
Co-authored-by: Sampark Sharma <phantsure@github.com>
2 years ago
jongwooo 35f4702f6c refactor: Use early return pattern to avoid nested conditions
Signed-off-by: jongwooo <jongwooo.han@gmail.com>
2 years ago
Sampark Sharma 532752012e
Change with new dependencies 2 years ago
Francesco Renzi b9c8bfe442 Update @actions/core to 1.10.0 2 years ago
Vipul 68d96986b5 Remove sort logic from inputs 2 years ago
Shubham Tiwari 1a78ace131
Updated the GHES warning message (#925)
* changed the error message

* format

* review comment
2 years ago
Vipul c1dbd4593f Update @actions/core to 1.9.1 2 years ago
Sankalp Kotewar 8954b07458 Removed unnecessary backslash in regex 2 years ago
Sankalp Kotewar 0ae6818675 Formatted files with prettier 2 years ago
Vipul f316f94f31 Generate build and fix format 2 years ago
Sankalp Kotewar d49b6bb21d Updated actions/cache toolkit dep to v3.0.4 2 years ago
Sankalp Kotewar e839c25979 Updated actions/cache version to 3.0.3 2 years ago
Sankalp Kotewar a404368986 Updated actions/cache version to 3.0.2 2 years ago
Lovepreet Singh 85efbb58b9 Update cache npm module to latest 2 years ago
Shubham Tiwari 354a2ae15e
Consuming 3.0 actions/cache (#834)
* Consuming 3.0 actions/cache

* formatting and error

* updated package version

* resolve package

* dist

* review comment

* dist

* dist
2 years ago
Sankalp Kotewar 7ed7f22ed8 Updated actions/cache to v2.0.6 3 years ago
Sankalp Kotewar a686c72e4a Revert "Updated package version to 3.0.3 and dependencies"
This reverts commit 4ce1a96732.
3 years ago
Sankalp Kotewar 4ce1a96732 Updated package version to 3.0.3 and dependencies 3 years ago
Sankalp Kotewar a2bd439f8e Updated license version and dist 3 years ago
Deepak Dahiya 12086c7bbf new build 3 years ago
vsvipul 69811fd677 Update other outdated red dependencies 3 years ago
vsvipul 887b9060fe Update dependencies with older minimist version 3 years ago
Deepak Dahiya 48af2dc4a9
Update actions/cache version (#786)
* Updang actions/cache version

* New build

* Update licenses

Co-authored-by: vsvipul <vsvipul@github.com>
3 years ago
Deepak Dahiya c2131abcd8 New build 3 years ago
Shubham Tiwari 136d96b4ae
Enabling actions/cache for GHES based on presence of AC service (#774)
* initial changes

* Update package-lock.json

* Update package-lock.json

* review comments and updated test cases

* package.json

* changed name

* added new line

* changed tookit

* updated with 2.0

* changed with public released package

* ran code format

* linting errors

* Update actionUtils.test.ts

* Update cache.dep.yml

* Update package.json

* Update README.md

* Create RELEASES.md

* Update RELEASES.md

* Update package.json

* Update package-lock.json

* typo
3 years ago
Ashwin Sangem 7d4f40b464
Bumping up the version to fix download issue for files > 2 GB. (#775)
* Bumping up the version to fix download issue for files > 2 GB.

* Update license for cache

Co-authored-by: vsvipul <vsvipul@github.com>
3 years ago
Ashwin Sangem 2b7da2a62c Bumped up to a major version. 3 years ago
Vipul 4d3516739c Update build files 3 years ago
Aparna Ravindra eb0698d1c5
Bumping up @actions/cache version to 1.0.8 (#682)
* bumping up @actions/cache version to 1.0.8
* Remove ubuntu-16.04
3 years ago
Vít Stanislav 2ebdcff279
Add "see more" link to GHE-not-supported warning (#609)
* Add "see more" link to GHE-not-supported warning

I lived for several months thinking that support for caching action on GHE is just a matter of time, because it's such an important thing to have. Only today, I discovered that originally it was not planned at all. And that people already created some workarounds. So I hope that linking the issue from the warning message will save other people from what happened to me :-)

* Update new GHE-not-supported message in tests

* Update generated dist files
3 years ago
David Hadka c64c572235
Catch and log unhandled exceptions stemming from closed file descriptor (#596) 4 years ago
David Hadka 8d3f2fc3ce
Update dependencies (#565) 4 years ago
David Hadka 1a9e2138d9
Update cache module to v1.0.7 (#562) 4 years ago
Yaroslav Dynnikov 26968a09c0
Make save/restore logs akin (#509)
- Print primary key when saving cache
4 years ago
Konrad Pabjan aeaf731ae2
Use @actions/cache version 1.0.6 (#525)
* Use @actions/cache version 1.0.6

* Update cache.dep.yml

* Update all files in .licenses
4 years ago
Aiqiao Yan 752e778edb Use @actions/cache 1.0.5 4 years ago
David Hadka 0781355a23
Upgrade @actions/cache to 1.0.4 (#451) 4 years ago
David Hadka 22c64ac772
Update @actions/core to 1.2.6 (#449) 4 years ago
David Hadka 8819edf476
Update to @actions/cache 1.0.3 (#438)
Update to version 1.0.3 of the `@actions/cache` module.  This pulls in the following changes:

* Add a small delay between retry attempts
* Do not retry on HTTP responses that are not retryable, such as 409 Conflicts
4 years ago
Dave Hadka 4bceb75b5b Use parseInt instead of Number to handle empty strings 4 years ago
Dave Hadka a6f1f4b32e Adds input for upload chunk size 4 years ago
Dave Hadka d3e4f218f3 Use warning instead of info 4 years ago
Dave Hadka 55a5894438 Update dist 4 years ago
Dave Hadka 67f61c6e6b Add dist files 4 years ago
Dave Hadka d60d2bef10 Improve string split 5 years ago
Aiqiao Yan 1034aaeec8 Testing fix for a bug in the cache package 5 years ago
Aiqiao Yan bcc23b930f React to feeback and change to use 0.2.0 cache package 5 years ago
Aiqiao Yan 7f9517a009 Switch cache action to use the cache node package 5 years ago
Aiqiao Yan 16a133d9a7
Merge pull request #263 from actions/users/aiyan/allow-all-events
Allow all events to access cache
5 years ago
David Hadka bac1a40c81
Merge pull request #306 from actions/with-retries
Add retries to all API calls
5 years ago