Commit Graph

  • 4967c8e6c5 error handling for stream Aiqiao Yan 2020-05-08 14:27:52 -04:00
  • da9f90cb83 Fix upload chunk retries Dave Hadka 2020-05-11 10:49:48 -04:00
  • ec7f7ebd08 Use promisify of stream.pipeline for downloading Dave Hadka 2020-04-29 09:31:53 -04:00
  • 2a973a0f4e Add comment for SocketTimeout Dave Hadka 2020-04-28 21:31:41 -04:00
  • cbbb8b4d4f Fix lint issue, build .js files Dave Hadka 2020-04-22 18:35:16 -04:00
  • 5a0add1806 Adds socket timeout and validate file size Dave Hadka 2020-04-22 18:23:41 -04:00
  • 9fe7ad8b07 Use path.sep in path replace Aiqiao Yan 2020-04-13 12:20:27 -04:00
  • 7c7d003bbb Rebase and rebuild Aiqiao Yan 2020-04-10 15:34:34 -04:00
  • 96e5a46c57 Fix test Aiqiao Yan 2020-04-10 15:26:15 -04:00
  • 84e606dfac Fallback to GNU tar if BSD tar is unavailable Aiqiao Yan 2020-04-09 10:29:33 -04:00
  • a0024e2bd0 Merge branch 'master' of http://github.com/actions/cache into with-retries Dave Hadka 2020-05-11 12:55:11 -04:00
  • 5ddc028cc8 Merge pull request #305 from actions/fix-upload-chunk David Hadka 2020-05-11 11:51:23 -05:00
  • 05b13411a0 Add retries to all API calls Dave Hadka 2020-05-11 11:11:25 -04:00
  • e756b19f93 Merge branch 'master' of http://github.com/actions/cache into fix-upload-chunk Dave Hadka 2020-05-11 10:57:11 -04:00
  • 354f70a56c Fix upload chunk retries Dave Hadka 2020-05-11 10:49:48 -04:00
  • ddc4681e8d Add D example. (#303) Shigeki Karita 2020-05-11 23:24:05 +09:00
  • 29b4783cc7 Merge fixes Aiqiao Yan 2020-05-11 10:18:19 -04:00
  • 2403bbedac Make sure ref is not null or empty Aiqiao Yan 2020-04-20 13:44:37 -04:00
  • ccc66f769e Allow all events to access cache Aiqiao Yan 2020-04-17 15:46:46 -04:00
  • 5d8c995f20 Detect uncommitted changes to the dist/ folder (#302) David Hadka 2020-05-11 08:53:08 -05:00
  • c8d75a8073 Use tries on all API calls add-retries Dave Hadka 2020-05-10 10:36:06 -04:00
  • a8b61326cf Disable zstd on Windows due to issue #301 Dave Hadka 2020-05-08 16:09:03 -04:00
  • 25b1a139de Revert "Test disabling concurrency" Dave Hadka 2020-05-08 15:59:00 -04:00
  • 6efe05572d Test disabling concurrency Dave Hadka 2020-05-08 12:05:32 -04:00
  • aced43a650 Fix uploadChunk and add generic retry method Dave Hadka 2020-05-08 11:37:53 -04:00
  • 18e62e1fe0 Add env var for socket timeout timeout-env-var Dave Hadka 2020-05-07 21:35:11 -04:00
  • ce9276c90e Add CodeQL Analysis workflow (#283) Justin Hutchings 2020-05-05 14:28:32 -07:00
  • 9eb452c280 Merge pull request #270 from actions/users/aiyan/zstd Aiqiao Yan 2020-05-04 10:39:28 -04:00
  • 75cd46ec0c Use 30 as the long distance matching window to support both 32-bit and 64-bit OS Aiqiao Yan 2020-05-01 14:25:15 -04:00
  • a5d9a3b1a6 Address PR feedback Aiqiao Yan 2020-04-30 15:28:04 -04:00
  • 97f7baa910 Use zstd instead of gzip if available Aiqiao Yan 2020-04-22 16:36:34 -04:00
  • 9ceee97d99 Bump @actions/http-client from 1.0.6 to 1.0.8 (#286) dependabot[bot] 2020-04-29 18:10:58 -04:00
  • ccf9619480 Add Python example using 'pip cache dir' to get cache location (#285) Hugo van Kemenade 2020-04-29 21:58:19 +03:00
  • 9f07ee13de Merge pull request #284 from actions/promisify-pipeline David Hadka 2020-04-29 13:50:12 -05:00
  • 1ed0c23029 Use promisify of stream.pipeline for downloading Dave Hadka 2020-04-29 09:31:53 -04:00
  • 54626c4a4f Merge pull request #269 from actions/socket-timeout David Hadka 2020-04-29 12:21:27 -05:00
  • 48b62c1c52 Add comment for SocketTimeout Dave Hadka 2020-04-28 21:31:41 -04:00
  • 9bb13c71ec Fix lint issue, build .js files Dave Hadka 2020-04-22 18:35:16 -04:00
  • 8b2a57849f Adds socket timeout and validate file size Dave Hadka 2020-04-22 18:23:41 -04:00
  • f00dedfa6c Use checkout@v2 in README example (#258) Matija Čupić 2020-04-16 17:50:47 +02:00
  • 12b87469d4 Merge pull request #252 from actions/users/aiyan/fallback-to-gnu-tar Aiqiao Yan 2020-04-13 13:32:01 -04:00
  • 52046d1409 Use path.sep in path replace Aiqiao Yan 2020-04-13 12:20:27 -04:00
  • 08438313d5 Fix macOs-latest test Aiqiao Yan 2020-04-10 15:50:35 -04:00
  • 7ccdf5c70d Rebase and rebuild Aiqiao Yan 2020-04-10 15:34:34 -04:00
  • 306f72536b Fix test Aiqiao Yan 2020-04-10 15:26:15 -04:00
  • 4fa017f2b7 Fallback to GNU tar if BSD tar is unavailable Aiqiao Yan 2020-04-09 10:29:33 -04:00
  • 78809b91d7 Merge pull request #250 from actions/test-relative-path David Hadka 2020-04-08 10:37:26 -05:00
  • a4e3c3b64e Add -P flag for tar creation Josh Gross 2020-04-08 10:58:38 -04:00
  • e5370355e6 Combine relative jobs into main test jobs Josh Gross 2020-04-08 10:52:52 -04:00
  • 0e86d5c038 Update workflow.yml David Hadka 2020-04-07 23:41:38 -04:00
  • 2ba9edf492 Fix job names v2 David Hadka 2020-04-07 23:37:50 -04:00
  • f15bc7a0d9 Fix job names David Hadka 2020-04-07 23:33:13 -04:00
  • b6b8aa78d8 Update workflow.yml David Hadka 2020-04-07 23:31:27 -04:00
  • 272268544c Add path argument to verify-cache-files.sh David Hadka 2020-04-07 23:30:01 -04:00
  • 64f8769515 Add path argument to create-cache-files.sh David Hadka 2020-04-07 23:29:07 -04:00
  • 4a724707e9 Add test for relative paths David Hadka 2020-04-07 23:28:05 -04:00
  • f60097cd16 Fix Lerna Example (#242) Josh Gross 2020-04-02 10:35:07 -04:00
  • eb78578266 Cache multiple paths and add glob pattern support (#212) Ethan Dennis 2020-03-20 13:02:11 -07:00
  • 22d71e33ad Update Node Windows example to find the npm cache (#223) Dylan Musil 2020-03-18 22:05:56 -04:00
  • b13df3fa54 Update README.md (#213) BSKY 2020-03-18 22:44:24 +09:00
  • cae64ca3cd Attempt to delete the archive after extraction (#209) Henry Mercer 2020-03-18 13:43:56 +00:00
  • af8651e0c5 Include Kotlinscript Gradle files (#216) Jeremy Loy 2020-03-18 09:40:55 -04:00
  • 6c471ae9f6 Add eslint-plugin-simple-import-sort (#219) BSKY 2020-03-18 22:35:13 +09:00
  • 206172ea8e npm audit fix (#221) Josh Gross 2020-03-18 09:31:59 -04:00
  • 5833d5c131 Bump acorn from 5.7.3 to 5.7.4 (#214) dependabot[bot] 2020-03-17 16:12:29 -04:00
  • 826785142a Adding examples for OCaml/esy (#199) Sacha Ayoun 2020-02-26 22:43:11 +00:00
  • 8e9c167fd7 Small message change (#195) Carlos Guerrero 2020-02-25 19:16:36 +00:00
  • e8230b28a9 Use different IDs for 1) getting the directory of yarn cache 2) the cache itself (#178) Kipras Melnikovas 2020-02-14 16:50:11 +02:00
  • 4944275b95 test e2e during workflow (#185) eric sciple 2020-02-13 12:38:56 -05:00
  • 70655ec832 Release v1.1.2 v1.1.2 Josh Gross 2020-02-05 10:41:57 -05:00
  • 78a4b2143b Bump version to 1.1.2 Josh Gross 2020-02-05 10:40:53 -05:00
  • 4dc4b4e758 Change name back to Cache Josh Gross 2020-02-05 10:39:52 -05:00
  • 85aee6a487 Update docs with 5GB limit Josh Gross 2020-02-05 10:33:21 -05:00
  • fe1055e9d1 Release v1.1.1 v1.1.1 Josh Gross 2020-02-05 10:01:01 -05:00
  • fab26f3f4f Bump version to 1.1.1 Josh Gross 2020-02-05 09:55:35 -05:00
  • 4887979af8 proxy support (#166) David Kale 2020-02-05 09:24:37 -05:00
  • f9c9166ecb Increase cache limit to 5 GBs (#168) David Hadka 2020-02-01 15:11:02 -06:00
  • 23e301d35c Disable fail-fast to get full coverage of failures Josh Gross 2020-01-29 20:34:56 -05:00
  • e43776276f Add Swift Package Manager (SPM) example (#159) Florian Kostenzer 2020-01-29 17:13:59 +01:00
  • b6d538e2aa Add renv examples (#151) Shinya Uryu 2020-01-22 09:22:40 +09:00
  • 296374f6c9 Update action's description (#75) Edward Thomson 2020-01-14 15:11:41 +00:00
  • 6c11532937 Update Ruby docs. "Gem" -> "Bundler" (#150) Mike Coutermarsh 2020-01-12 15:48:43 -08:00
  • c33bff8d72 Add Scala - SBT example (#134) Daniel Shuy 2020-01-11 06:09:06 +08:00
  • d1991bb4c5 Add Haskell - Cabal example (#148) Flavio Corpa 2020-01-10 23:07:52 +01:00
  • 60e292adf7 Update cache limits (#140) Josh Gross 2020-01-07 15:01:47 -05:00
  • a505c2e7a6 Merge branch 'master' into releases/v1 v1.1.0 Josh Gross 2020-01-06 14:10:16 -05:00
  • c262ac0154 Fix number parsing issues Josh Gross 2020-01-06 14:06:24 -05:00
  • 10a14413e7 Update release binaries Josh Gross 2020-01-06 13:51:23 -05:00
  • cf4f44db70 Fix invalid array Josh Gross 2020-01-06 13:50:39 -05:00
  • 4c4974aff1 Release v1.1 Josh Gross 2020-01-06 13:36:33 -05:00
  • 1da52de10f npm audit fix Josh Gross 2020-01-06 13:31:03 -05:00
  • b45d91cc4b Chunked Cache Upload APIs (#128) Josh Gross 2020-01-06 13:05:50 -05:00
  • 7527073910 Test sudo tar joshmgross/sudo-tar Josh Gross 2019-12-27 11:48:00 -05:00
  • a631fadf14 README.md: fix grammar error (#136) Kevin Burke 2019-12-23 07:30:34 -08:00
  • cdec5dec0d Format and update tests joshmgross/chunked-upload-testing Josh Gross 2019-12-18 10:59:51 -05:00
  • 2ce22df8c4 Test out 16 concurrency with 32mb chunks Josh Gross 2019-12-17 17:52:59 -05:00
  • 8c77f01f0b Test out 16 concurrent requests Josh Gross 2019-12-17 17:35:30 -05:00
  • 4fcbc07edb Test out higher concurrency limits Josh Gross 2019-12-17 17:26:05 -05:00
  • 16019b42a9 Fix threads array Josh Gross 2019-12-17 17:19:16 -05:00
  • 73a15dc5a9 Add more debug logging Josh Gross 2019-12-17 17:13:37 -05:00