Commit Graph

  • 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
  • 0e86d5c038
    Update workflow.yml David Hadka 2020-04-07 23:41:38 -0400
  • 2ba9edf492
    Fix job names v2 David Hadka 2020-04-07 23:37:50 -0400
  • f15bc7a0d9
    Fix job names David Hadka 2020-04-07 23:33:13 -0400
  • b6b8aa78d8
    Update workflow.yml David Hadka 2020-04-07 23:31:27 -0400
  • 272268544c
    Add path argument to verify-cache-files.sh David Hadka 2020-04-07 23:30:01 -0400
  • 64f8769515
    Add path argument to create-cache-files.sh David Hadka 2020-04-07 23:29:07 -0400
  • 4a724707e9
    Add test for relative paths David Hadka 2020-04-07 23:28:05 -0400
  • f60097cd16
    Fix Lerna Example (#242) Josh Gross 2020-04-02 10:35:07 -0400
  • 6e392d5fb2 Fix yaml spacing Josh 2020-04-02 14:33:53 +0000
  • e594402b46 Fix lerna example Josh 2020-04-02 14:04:17 +0000
  • c5d84ade70
    Fix cache version in lerna example Sam Desborough 2020-03-31 10:02:29 +0100
  • b5f03f8bab Documentation example: Haskell stack andys8 2020-03-29 22:54:33 +0200
  • 84718b30bf
    Update examples.md evandrocoan 2020-03-27 19:16:32 -0300
  • 26c99606c4 Use posix archive format OlegYch 2020-03-27 18:49:48 +0300
  • 946652678c Update .prettierrc.json BSKY 2020-03-23 23:38:35 +0900
  • 2c76e71905 Add .gitattributes BSKY 2020-03-23 23:35:43 +0900
  • 1729a4d479 npm run format BSKY 2020-03-23 23:35:15 +0900
  • 150eacd6fa Add .prettierignore BSKY 2020-03-23 23:34:02 +0900
  • 841b042517 Update format and format-check script BSKY 2020-03-23 23:33:02 +0900
  • c9fbeeff9d Update .prettierrc.json BSKY 2020-03-23 23:31:00 +0900
  • f819eee7f8 Bump prettier from 1.19.1 to 2.0.1 BSKY 2020-03-23 23:30:50 +0900
  • aa13bab6d2 Complete Rust documentation for Windows and Linux evandrocoan 2020-03-22 22:36:16 -0300
  • 32869c05a8 npm run build BSKY 2020-03-21 12:04:07 +0900
  • daad2d4ac0 Eliminate the implicit any BSKY 2020-03-21 12:03:40 +0900
  • 8d6737458a Organize code BSKY 2020-03-21 11:42:29 +0900
  • 36ce21c4a4 Deep require is deprecated for uuid and use another syntax instead BSKY 2020-03-21 11:01:23 +0900
  • ddbca14adb Bump dependency versions to latest BSKY 2020-03-21 11:00:34 +0900
  • c7743bc415 Update container image for test-proxy jobs BSKY 2020-03-21 10:58:05 +0900
  • 2522d07a5f Fix shellcheck errors BSKY 2020-03-21 10:57:58 +0900
  • 7c7ab7c49e Use zstd instead of gzip BSKY 2020-03-21 10:57:48 +0900
  • eb78578266
    Cache multiple paths and add glob pattern support (#212) Ethan Dennis 2020-03-20 13:02:11 -0700
  • 8c1c7711b6
    Lerna example updated to v2 Ethan Dennis 2020-03-20 12:58:32 -0700
  • 482e3f4bd9
    Add lerna example for caching multiple dirs Ethan Dennis 2020-03-20 12:05:21 -0700
  • 22d71e33ad
    Update Node Windows example to find the npm cache (#223) Dylan Musil 2020-03-18 22:05:56 -0400
  • b862af881e
    Remove platform-specific test code Ethan Dennis 2020-03-18 18:05:06 -0700
  • bc1250c6eb
    Fix remaining linter error Ethan Dennis 2020-03-18 17:59:43 -0700
  • af3e500672
    Update import order for to fix linter errors Ethan Dennis 2020-03-18 17:51:30 -0700
  • 65636697d3
    Use fs promises in actionUtils tests Ethan Dennis 2020-03-18 17:49:09 -0700
  • f68f5d03cc
    Merge master into ethanis/cache-multiple-paths Ethan Dennis 2020-03-18 17:35:59 -0700
  • 419bb7fe76
    Update Node Windows example to find the npm cache Dylan Musil 2020-03-18 18:29:44 -0400
  • b13df3fa54
    Update README.md (#213) BSKY 2020-03-18 22:44:24 +0900
  • cae64ca3cd
    Attempt to delete the archive after extraction (#209) Henry Mercer 2020-03-18 13:43:56 +0000