Commit Graph

  • ff937cc950 Merge pull request #343 from actions/improve-string-split David Hadka 2020-06-02 17:41:04 -05:00
  • d60d2bef10 Improve string split Dave Hadka 2020-06-02 10:21:03 -05:00
  • e561127c3e Merge pull request #329 from actions/aiyan/v2-release-doc Aiqiao Yan 2020-05-26 15:35:50 -04:00
  • b8204782bb Merge pull request #329 from actions/aiyan/v2-release-doc v2.0.0 Aiqiao Yan 2020-05-26 15:35:50 -04:00
  • e6c708b5ce React to feedback Aiqiao Yan 2020-05-26 14:58:07 -04:00
  • 581312be20 Update readme and examples to use v2 Aiqiao Yan 2020-05-26 12:45:38 -04:00
  • 9ab95382c8 Merge pull request #313 from actions/aiyan/use-cache-package Aiqiao Yan 2020-05-20 15:26:12 -04:00
  • 6c7d57dc97 Use 0.2.1 cache package Aiqiao Yan 2020-05-20 15:20:07 -04:00
  • 2b83e91661 Add examples for creating a cache key (#312) Josh Gross 2020-05-20 10:54:39 -04:00
  • 1034aaeec8 Testing fix for a bug in the cache package Aiqiao Yan 2020-05-19 16:02:31 -04:00
  • bcc23b930f React to feeback and change to use 0.2.0 cache package Aiqiao Yan 2020-05-19 13:46:58 -04:00
  • 249a22026d Update workflow.yml Aiqiao Yan 2020-05-18 11:24:56 -04:00
  • 7f9517a009 Switch cache action to use the cache node package Aiqiao Yan 2020-05-14 17:27:38 -04:00
  • 16a133d9a7 Merge pull request #263 from actions/users/aiyan/allow-all-events Aiqiao Yan 2020-05-15 14:13:16 -04:00
  • 46fead7f5e docs: add note about branch scope (#307) Justin Poehnelt 2020-05-15 10:28:56 -07:00
  • d9747005de Merge pull request #308 from actions/aiyan/v1-release v1.2.0 Aiqiao Yan 2020-05-14 11:11:05 -04:00
  • 3f662ca624 Add Eric's e2e test change to get more coverage Aiqiao Yan 2020-05-12 16:36:56 -04:00
  • 0232e3178d Add retries to all API calls Dave Hadka 2020-05-11 11:11:25 -04:00
  • bac1a40c81 Merge pull request #306 from actions/with-retries David Hadka 2020-05-11 16:56:45 -05:00
  • ee7a57c615 error handling for stream Aiqiao Yan 2020-05-08 14:27:52 -04:00
  • 916cc60b3c Merge pull request #300 from actions/aiyan/listen-on-error Aiqiao Yan 2020-05-11 16:00:51 -04:00
  • 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
  • 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