Commit Graph

  • 28e1bb6b1c
    Add Git-LFS example Nick Novitski 2020-05-27 19:12:08 -0700
  • b8204782bb
    Merge pull request #329 from actions/aiyan/v2-release-doc v2.0.0 releases/v2 Aiqiao Yan 2020-05-26 15:35:50 -0400
  • e6c708b5ce React to feedback Aiqiao Yan 2020-05-26 14:58:07 -0400
  • 581312be20 Update readme and examples to use v2 Aiqiao Yan 2020-05-26 12:45:38 -0400
  • 9ab95382c8
    Merge pull request #313 from actions/aiyan/use-cache-package Aiqiao Yan 2020-05-20 15:26:12 -0400
  • 6c7d57dc97 Use 0.2.1 cache package Aiqiao Yan 2020-05-20 15:20:07 -0400
  • 2b83e91661
    Add examples for creating a cache key (#312) Josh Gross 2020-05-20 10:54:39 -0400
  • 1034aaeec8 Testing fix for a bug in the cache package Aiqiao Yan 2020-05-19 16:02:31 -0400
  • bcc23b930f React to feeback and change to use 0.2.0 cache package Aiqiao Yan 2020-05-19 13:46:58 -0400
  • 249a22026d Update workflow.yml Aiqiao Yan 2020-05-18 11:24:56 -0400
  • 9572935725
    Fix: Remove event validation Andreas Möller 2020-05-17 10:25:49 +0200
  • 77fd223211
    Enhancement: Allow usage when GITHUB_REF or ACTIONS_CACHE_REF are defined Andreas Möller 2020-05-16 23:05:56 +0200
  • 37f4567feb
    Merge 04a5d36eb6 into 16a133d9a7 Jakob Krigovsky 2020-05-16 23:40:23 +0200
  • 7f9517a009 Switch cache action to use the cache node package Aiqiao Yan 2020-05-14 17:27:38 -0400
  • 16a133d9a7
    Merge pull request #263 from actions/users/aiyan/allow-all-events Aiqiao Yan 2020-05-15 14:13:16 -0400
  • bb281485ae
    Add examples for creating a cache key Josh Gross 2020-05-15 14:12:14 -0400
  • 46fead7f5e
    docs: add note about branch scope (#307) Justin Poehnelt 2020-05-15 10:28:56 -0700
  • d9747005de
    Merge pull request #308 from actions/aiyan/v1-release v1.2.0 Aiqiao Yan 2020-05-14 11:11:05 -0400
  • 3f662ca624 Add Eric's e2e test change to get more coverage Aiqiao Yan 2020-05-12 16:36:56 -0400
  • 0232e3178d Add retries to all API calls Dave Hadka 2020-05-11 11:11:25 -0400
  • bac1a40c81
    Merge pull request #306 from actions/with-retries David Hadka 2020-05-11 16:56:45 -0500
  • ee7a57c615 error handling for stream Aiqiao Yan 2020-05-08 14:27:52 -0400
  • 916cc60b3c
    Merge pull request #300 from actions/aiyan/listen-on-error Aiqiao Yan 2020-05-11 16:00:51 -0400
  • 4967c8e6c5 error handling for stream Aiqiao Yan 2020-05-08 14:27:52 -0400
  • da9f90cb83 Fix upload chunk retries Dave Hadka 2020-05-11 10:49:48 -0400
  • ec7f7ebd08 Use promisify of stream.pipeline for downloading Dave Hadka 2020-04-29 09:31:53 -0400
  • 2a973a0f4e Add comment for SocketTimeout Dave Hadka 2020-04-28 21:31:41 -0400
  • cbbb8b4d4f Fix lint issue, build .js files Dave Hadka 2020-04-22 18:35:16 -0400
  • 8a1d2d718d
    revert change Justin Poehnelt 2020-05-11 11:30:07 -0700
  • fe4ee07a8d
    docs: add note about branch scope Justin Poehnelt 2020-05-11 11:28:38 -0700
  • 5a0add1806 Adds socket timeout and validate file size Dave Hadka 2020-04-22 18:23:41 -0400
  • 9fe7ad8b07 Use path.sep in path replace Aiqiao Yan 2020-04-13 12:20:27 -0400
  • 7c7d003bbb Rebase and rebuild Aiqiao Yan 2020-04-10 15:34:34 -0400
  • 96e5a46c57 Fix test Aiqiao Yan 2020-04-10 15:26:15 -0400
  • 84e606dfac Fallback to GNU tar if BSD tar is unavailable Aiqiao Yan 2020-04-09 10:29:33 -0400
  • a0024e2bd0 Merge branch 'master' of http://github.com/actions/cache into with-retries Dave Hadka 2020-05-11 12:55:11 -0400
  • 5ddc028cc8
    Merge pull request #305 from actions/fix-upload-chunk David Hadka 2020-05-11 11:51:23 -0500
  • 05b13411a0 Add retries to all API calls Dave Hadka 2020-05-11 11:11:25 -0400
  • e756b19f93 Merge branch 'master' of http://github.com/actions/cache into fix-upload-chunk Dave Hadka 2020-05-11 10:57:11 -0400
  • 354f70a56c Fix upload chunk retries Dave Hadka 2020-05-11 10:49:48 -0400
  • ddc4681e8d
    Add D example. (#303) Shigeki Karita 2020-05-11 23:24:05 +0900
  • 29b4783cc7 Merge fixes Aiqiao Yan 2020-05-11 10:18:19 -0400
  • 2403bbedac Make sure ref is not null or empty Aiqiao Yan 2020-04-20 13:44:37 -0400
  • ccc66f769e Allow all events to access cache Aiqiao Yan 2020-04-17 15:46:46 -0400
  • 5d8c995f20
    Detect uncommitted changes to the dist/ folder (#302) David Hadka 2020-05-11 08:53:08 -0500
  • c8d75a8073 Use tries on all API calls add-retries Dave Hadka 2020-05-10 10:36:06 -0400
  • ae4a0acc02 Add D example. Shigeki Karita 2020-05-10 13:43:04 +0900
  • e8cf11c419
    Update workflow.yml David Hadka 2020-05-08 19:25:58 -0400
  • 1d017f8241
    Update workflow.yml David Hadka 2020-05-08 19:09:17 -0400
  • 95a6938461
    Update workflow.yml David Hadka 2020-05-08 19:04:03 -0400
  • 35923d642d Run build Dave Hadka 2020-05-08 18:58:49 -0400
  • fb1a5c22b5
    Update workflow.yml David Hadka 2020-05-08 18:56:01 -0400
  • 5ba1e85d42
    Update workflow.yml David Hadka 2020-05-08 18:52:10 -0400
  • a8b61326cf Disable zstd on Windows due to issue #301 Dave Hadka 2020-05-08 16:09:03 -0400
  • 25b1a139de Revert "Test disabling concurrency" Dave Hadka 2020-05-08 15:59:00 -0400
  • 6efe05572d Test disabling concurrency Dave Hadka 2020-05-08 12:05:32 -0400
  • aced43a650 Fix uploadChunk and add generic retry method Dave Hadka 2020-05-08 11:37:53 -0400
  • 18e62e1fe0 Add env var for socket timeout timeout-env-var Dave Hadka 2020-05-07 21:35:11 -0400
  • ce9276c90e
    Add CodeQL Analysis workflow (#283) Justin Hutchings 2020-05-05 14:28:32 -0700
  • 916a5291fb
    Clean up commented out stuff Justin Hutchings 2020-05-05 14:07:11 -0700
  • 9100e3485c
    Rename .github/workflows/workflows/codeql.yml to .github/workflows/codeql.yml Justin Hutchings 2020-05-04 17:47:09 -0700
  • 9eb452c280
    Merge pull request #270 from actions/users/aiyan/zstd Aiqiao Yan 2020-05-04 10:39:28 -0400
  • b59f08bcf9
    Allow importing save and restore without side effects Denis Isaev 2020-05-04 15:24:18 +0300
  • 04a5d36eb6 Use Prettier for Markdown Jakob Krigovsky 2020-05-02 20:09:11 +0200
  • 176dd05644 Recommend `--deployment` flag for Bundler Jakob Krigovsky 2020-05-02 17:51:41 +0200
  • 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 -0400
  • 431ddd542e
    Update the ruby caching example Scott Jacobsen 2020-05-01 11:52:15 -0600
  • a5d9a3b1a6 Address PR feedback Aiqiao Yan 2020-04-30 15:28:04 -0400
  • 97f7baa910 Use zstd instead of gzip if available Aiqiao Yan 2020-04-22 16:36:34 -0400
  • 9ceee97d99
    Bump @actions/http-client from 1.0.6 to 1.0.8 (#286) dependabot[bot] 2020-04-29 18:10:58 -0400
  • ccf9619480
    Add Python example using 'pip cache dir' to get cache location (#285) Hugo van Kemenade 2020-04-29 21:58:19 +0300
  • 9f07ee13de
    Merge pull request #284 from actions/promisify-pipeline David Hadka 2020-04-29 13:50:12 -0500
  • a832bbcac5 Let users decide how they install pip 20.1+ Hugo 2020-04-29 21:41:13 +0300
  • 585d624e93
    Bump @actions/http-client from 1.0.6 to 1.0.8 dependabot[bot] 2020-04-29 18:00:27 +0000
  • 1ed0c23029 Use promisify of stream.pipeline for downloading Dave Hadka 2020-04-29 09:31:53 -0400
  • 54626c4a4f
    Merge pull request #269 from actions/socket-timeout David Hadka 2020-04-29 12:21:27 -0500
  • eb479c07a5 Add Python example using 'pip cache dir' to get cache location Hugo 2020-04-29 17:54:02 +0300
  • e3aaca2f93 Fix existing example Hugo 2020-04-29 17:33:55 +0300
  • 48b62c1c52 Add comment for SocketTimeout Dave Hadka 2020-04-28 21:31:41 -0400
  • 20fbf4bf88 Add CodeQL Analysis workflow Justin Hutchings 2020-04-28 12:30:47 -0700
  • dadeeb9467
    Update cargo target dir caching lzutao 2020-04-25 23:33:17 +0700
  • c6b013555e
    Merge 11d015bf27 into f00dedfa6c alivahabi2112 2020-04-25 05:25:46 +0430
  • 9bb13c71ec Fix lint issue, build .js files Dave Hadka 2020-04-22 18:35:16 -0400
  • 8b2a57849f Adds socket timeout and validate file size Dave Hadka 2020-04-22 18:23:41 -0400
  • 145bc73f86
    add typescript incremental build cache example Alex Alonso 2020-04-21 17:33:57 +0800
  • f00dedfa6c
    Use checkout@v2 in README example (#258) Matija Čupić 2020-04-16 17:50:47 +0200
  • 63db3145ea
    Use checkout@v2 in README example Matija Čupić 2020-04-14 16:47:23 +0200
  • 12b87469d4
    Merge pull request #252 from actions/users/aiyan/fallback-to-gnu-tar Aiqiao Yan 2020-04-13 13:32:01 -0400
  • 52046d1409 Use path.sep in path replace Aiqiao Yan 2020-04-13 12:20:27 -0400
  • 11d015bf27 Revert "Fix Lerna Example (#242)" alivahabi2112 2020-04-12 06:29:44 +0430
  • 5b4e8b505a
    Merge 143c84bf60 into 78809b91d7 alivahabi2112 2020-04-12 06:14:13 +0430
  • 143c84bf60
    Revert "Fix caching directories outside of the working directory (relative paths)" alivahabi2112 2020-04-12 06:13:41 +0430
  • 08438313d5 Fix macOs-latest test Aiqiao Yan 2020-04-10 15:50:35 -0400
  • 7ccdf5c70d Rebase and rebuild Aiqiao Yan 2020-04-10 15:34:34 -0400
  • 306f72536b Fix test Aiqiao Yan 2020-04-10 15:26:15 -0400
  • 4fa017f2b7 Fallback to GNU tar if BSD tar is unavailable Aiqiao Yan 2020-04-09 10:29:33 -0400
  • ca0eedae7a Prettier 2.0.4 David Baumgold 2020-04-10 14:42:30 +0200
  • 78809b91d7
    Merge pull request #250 from actions/test-relative-path David Hadka 2020-04-08 10:37:26 -0500
  • a4e3c3b64e
    Add -P flag for tar creation Josh Gross 2020-04-08 10:58:38 -0400
  • e5370355e6
    Combine relative jobs into main test jobs Josh Gross 2020-04-08 10:52:52 -0400