Commit Graph

58 Commits (02be3a9c7373760f0eb5389179e2a043e8e0df84)

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

* New build

* Update licenses

Co-authored-by: vsvipul <vsvipul@github.com>
Deepak Dahiya c2131abcd8 New build
Shubham Tiwari 136d96b4ae
Enabling actions/cache for GHES based on presence of AC service ()
* 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
Ashwin Sangem 7d4f40b464
Bumping up the version to fix download issue for files > 2 GB. ()
* Bumping up the version to fix download issue for files > 2 GB.

* Update license for cache

Co-authored-by: vsvipul <vsvipul@github.com>
Ashwin Sangem 2b7da2a62c Bumped up to a major version.
Vipul 4d3516739c Update build files
Aparna Ravindra eb0698d1c5
Bumping up @actions/cache version to 1.0.8 ()
* bumping up @actions/cache version to 1.0.8
* Remove ubuntu-16.04
Vít Stanislav 2ebdcff279
Add "see more" link to GHE-not-supported warning ()
* 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
David Hadka c64c572235
Catch and log unhandled exceptions stemming from closed file descriptor ()
David Hadka 8d3f2fc3ce
Update dependencies ()
David Hadka 1a9e2138d9
Update cache module to v1.0.7 ()
Yaroslav Dynnikov 26968a09c0
Make save/restore logs akin ()
- Print primary key when saving cache
Konrad Pabjan aeaf731ae2
Use @actions/cache version 1.0.6 ()
* Use @actions/cache version 1.0.6

* Update cache.dep.yml

* Update all files in .licenses
Aiqiao Yan 752e778edb Use @actions/cache 1.0.5
David Hadka 0781355a23
Upgrade @actions/cache to 1.0.4 ()
David Hadka 22c64ac772
Update @actions/core to 1.2.6 ()
David Hadka 8819edf476
Update to @actions/cache 1.0.3 ()
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
Dave Hadka 4bceb75b5b Use parseInt instead of Number to handle empty strings
Dave Hadka a6f1f4b32e Adds input for upload chunk size
Dave Hadka d3e4f218f3 Use warning instead of info
Dave Hadka 55a5894438 Update dist
Dave Hadka 67f61c6e6b Add dist files
Dave Hadka d60d2bef10 Improve string split
Aiqiao Yan 1034aaeec8 Testing fix for a bug in the cache package
Aiqiao Yan bcc23b930f React to feeback and change to use 0.2.0 cache package
Aiqiao Yan 7f9517a009 Switch cache action to use the cache node package
Aiqiao Yan 16a133d9a7
Merge pull request from actions/users/aiyan/allow-all-events
Allow all events to access cache
David Hadka bac1a40c81
Merge pull request from actions/with-retries
Add retries to all API calls
Aiqiao Yan 4967c8e6c5 error handling for stream
Dave Hadka a0024e2bd0 Merge branch 'master' of http://github.com/actions/cache into with-retries
Dave Hadka 05b13411a0 Add retries to all API calls
Dave Hadka 354f70a56c Fix upload chunk retries
Aiqiao Yan 29b4783cc7 Merge fixes
Aiqiao Yan 2403bbedac Make sure ref is not null or empty
Aiqiao Yan ccc66f769e Allow all events to access cache
David Hadka 5d8c995f20
Detect uncommitted changes to the dist/ folder ()
* Update workflow.yml

* Update workflow.yml

* Run build

* Update workflow.yml

* Update workflow.yml

* Update workflow.yml
Aiqiao Yan 75cd46ec0c Use 30 as the long distance matching window to support both 32-bit and 64-bit OS
Aiqiao Yan a5d9a3b1a6 Address PR feedback
Aiqiao Yan 97f7baa910 Use zstd instead of gzip if available
Add zstd to cache versioning
David Hadka 9f07ee13de
Merge pull request from actions/promisify-pipeline
Better error handling during download
Dave Hadka 1ed0c23029 Use promisify of stream.pipeline for downloading
David Hadka 54626c4a4f
Merge pull request from actions/socket-timeout
Adds socket timeout and validate file size
Dave Hadka 48b62c1c52 Add comment for SocketTimeout