Commit Graph

53 Commits (9c784e290bb4caabf80df3258980a2bf42fb1ee3)

Author SHA1 Message Date
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
Aiqiao Yan 4967c8e6c5 error handling for stream 5 years ago
Dave Hadka a0024e2bd0 Merge branch 'master' of http://github.com/actions/cache into with-retries 5 years ago
Dave Hadka 05b13411a0 Add retries to all API calls 5 years ago
Dave Hadka 354f70a56c Fix upload chunk retries 5 years ago
Aiqiao Yan 2403bbedac Make sure ref is not null or empty 5 years ago
Aiqiao Yan ccc66f769e Allow all events to access cache 5 years ago
David Hadka 5d8c995f20
Detect uncommitted changes to the dist/ folder (#302)
* Update workflow.yml

* Update workflow.yml

* Run build

* Update workflow.yml

* Update workflow.yml

* Update workflow.yml
5 years ago
Aiqiao Yan 75cd46ec0c Use 30 as the long distance matching window to support both 32-bit and 64-bit OS 5 years ago
Aiqiao Yan a5d9a3b1a6 Address PR feedback 5 years ago
Aiqiao Yan 97f7baa910 Use zstd instead of gzip if available
Add zstd to cache versioning
5 years ago
David Hadka 9f07ee13de
Merge pull request #284 from actions/promisify-pipeline
Better error handling during download
5 years ago
Dave Hadka 1ed0c23029 Use promisify of stream.pipeline for downloading 5 years ago
David Hadka 54626c4a4f
Merge pull request #269 from actions/socket-timeout
Adds socket timeout and validate file size
5 years ago
Dave Hadka 48b62c1c52 Add comment for SocketTimeout 5 years ago
Dave Hadka 9bb13c71ec Fix lint issue, build .js files 5 years ago
Aiqiao Yan 52046d1409 Use path.sep in path replace 5 years ago
Aiqiao Yan 7ccdf5c70d Rebase and rebuild 5 years ago
Aiqiao Yan 4fa017f2b7 Fallback to GNU tar if BSD tar is unavailable 5 years ago
Josh Gross a4e3c3b64e
Add -P flag for tar creation 5 years ago