Commit Graph
25 Commits
Author SHA1 Message Date
David HadkaandGitHub c64c572235 Catch and log unhandled exceptions stemming from closed file descriptor (#596) 2021-05-27 10:46:35 -05:00
David HadkaandGitHub 8d3f2fc3ce Update dependencies (#565) 2021-04-12 12:21:20 -05:00
David HadkaandGitHub 1a9e2138d9 Update cache module to v1.0.7 (#562) 2021-04-12 08:57:09 -05:00
David HadkaandGitHub 0781355a23 Upgrade @actions/cache to 1.0.4 (#451) 2020-11-06 08:23:07 -06:00
David HadkaandGitHub 22c64ac772 Update @actions/core to 1.2.6 (#449) 2020-11-03 13:04:09 -06:00
David HadkaandGitHub 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
2020-10-20 13:33:34 -05:00
David HadkaandGitHub d1255ad936 Merge pull request #424 from actions/dhadka/upload-chunk-size
Adds input for upload chunk size
2020-10-07 15:55:25 -05:00
David HadkaandGitHub d606e039ae Merge pull request #421 from actions/dhadka/ghes
Caching action should no-op on GHES
2020-09-30 17:10:54 -05:00
David HadkaandGitHub d29c1df198 Merge pull request #383 from actions/dhadka/cache-1.0.1
Upgrade to cache 1.0.1
2020-07-21 11:52:38 -05:00
David HadkaandGitHub ff937cc950 Merge pull request #343 from actions/improve-string-split
Improve string split to handle whitespace
2020-06-02 17:41:04 -05:00
David HadkaandGitHub bac1a40c81 Merge pull request #306 from actions/with-retries
Add retries to all API calls
2020-05-11 16:56:45 -05:00
David HadkaandGitHub 5ddc028cc8 Merge pull request #305 from actions/fix-upload-chunk
Fix upload chunk retries
2020-05-11 11:51:23 -05:00
David HadkaandGitHub 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
2020-05-11 09:53:08 -04:00
David HadkaandGitHub 9f07ee13de Merge pull request #284 from actions/promisify-pipeline
Better error handling during download
2020-04-29 13:50:12 -05:00
David HadkaandGitHub 54626c4a4f Merge pull request #269 from actions/socket-timeout
Adds socket timeout and validate file size
2020-04-29 12:21:27 -05:00
David HadkaandGitHub 78809b91d7 Merge pull request #250 from actions/test-relative-path
Fix caching directories outside of the working directory (relative paths)
2020-04-08 10:37:26 -05:00
David HadkaandGitHub 0e86d5c038 Update workflow.yml 2020-04-07 23:41:38 -04:00
David HadkaandGitHub 2ba9edf492 Fix job names v2 2020-04-07 23:37:50 -04:00
David HadkaandGitHub f15bc7a0d9 Fix job names 2020-04-07 23:33:13 -04:00
David HadkaandGitHub b6b8aa78d8 Update workflow.yml 2020-04-07 23:31:27 -04:00
David HadkaandGitHub 272268544c Add path argument to verify-cache-files.sh 2020-04-07 23:30:01 -04:00
David HadkaandGitHub 64f8769515 Add path argument to create-cache-files.sh 2020-04-07 23:29:07 -04:00
David HadkaandGitHub 4a724707e9 Add test for relative paths 2020-04-07 23:28:05 -04:00
f9c9166ecb Increase cache limit to 5 GBs (#168)
* Increase cache limit to 5 GBs

* Fix test to use new size limit

* Update src/save.ts

Co-Authored-By: Josh Gross <joshmgross@github.com>

Co-authored-by: Josh Gross <joshmgross@github.com>
2020-02-01 16:11:02 -05:00
David HadkaandJosh Gross 2523667574 Add note about time-based eviction to README (#30) 2019-11-01 10:35:10 -04:00