Commit Graph

  • 4272cd6ca1 . Cory Miller 2023-02-21 17:00:46 +00:00
  • 9529f35ffd switch to fs.rm Cory Miller 2023-02-21 16:50:10 +00:00
  • 5dde1c4cf6 add some more debug Cory Miller 2023-02-21 16:34:04 +00:00
  • 7a5a1c3d42 try inlining inputPath Cory Miller 2023-02-21 16:02:26 +00:00
  • bcf8127e13 remove err.code Cory Miller 2023-02-21 15:43:50 +00:00
  • a9ce8db226 add error handler Cory Miller 2023-02-21 15:40:11 +00:00
  • ed5722cdf7 lint Cory Miller 2023-02-21 15:33:28 +00:00
  • f1e183e98c revert shell change Cory Miller 2023-02-21 15:32:45 +00:00
  • d155e954a1 add debug for code Cory Miller 2023-02-21 15:27:48 +00:00
  • 3406ce58d6 separate args Cory Miller 2023-02-21 15:12:35 +00:00
  • e45a26f771 Update package version and changelog Marc Mueller 2023-02-21 13:56:25 +01:00
  • a3849b77ae Rename option to lookupOnly Marc Mueller 2023-01-17 17:12:42 +01:00
  • eb06c21794 Add cache restore dryRun option Marc Mueller 2022-12-23 12:44:35 +01:00
  • 0db3029fcf
    Merge pull request #1353 from actions/pdotl/zstd-version-fix kotewar/download-concurrency-4 kotewar/chunk-size-32 Lovepreet Singh 2023-02-21 00:50:51 +05:30
  • e6e29846f2 Add debug statement for exact zstd version value and remove dependence on version for now pdotl/zstd-version-fix Lovepreet Singh 2023-02-20 19:03:44 +00:00
  • 7c15bf6f40 Fix failing windows test Lovepreet Singh 2023-02-20 18:50:26 +00:00
  • bc713ab90d Add release info Lovepreet Singh 2023-02-20 18:38:47 +00:00
  • a9d266bb7c Fix lint issues Lovepreet Singh 2023-02-20 15:26:04 +00:00
  • cf3dd065b8 Add default value and rename args Lovepreet Singh 2023-02-20 14:59:12 +00:00
  • 6ec51745ad Update debug statement to include latest command Lovepreet Singh 2023-02-20 14:23:53 +00:00
  • 0f91c9c203 Bump version using npm Lovepreet Singh 2023-02-20 13:44:07 +00:00
  • e18b2d8a33 0.0.1 Lovepreet Singh 2023-02-20 13:43:31 +00:00
  • 4fd425926c Fix version number Lovepreet Singh 2023-02-20 13:43:24 +00:00
  • 83dffb7746 Fix lint issues Lovepreet Singh 2023-02-20 13:33:16 +00:00
  • 1d1d5456e3 Removed code that checks for version less than 1.3.2 as it was not working. Defaulting to zstd without long as that is what is always happening currently. Lovepreet Singh 2023-02-20 13:27:45 +00:00
  • 9e06993ffc Hotfix zstd version change only Lovepreet Singh 2023-02-20 13:08:22 +00:00
  • 3630ea6eed Fix bug with version shortcircuiting because of version being null Lovepreet Singh 2023-02-20 12:51:49 +00:00
  • c2d3089f83 bump version Lovepreet Singh 2023-02-20 10:32:34 +00:00
  • 652109d32c Test passing quiet as argument Lovepreet Singh 2023-02-20 10:30:41 +00:00
  • f2aa430c9d Add debug statements Lovepreet Singh 2023-02-20 10:05:34 +00:00
  • 4229b9c5c2 reversing order vmjoseph/execSpawn Vallie Joseph 2023-02-17 21:30:18 +00:00
  • 499bfd9710 reversing order Vallie Joseph 2023-02-17 21:27:08 +00:00
  • b0ce9247be try shell true Cory Miller 2023-02-17 21:26:06 +00:00
  • 5ff5e4f9f0 . Cory Miller 2023-02-17 21:19:50 +00:00
  • f6011790d6 print spawnargs Cory Miller 2023-02-17 21:15:21 +00:00
  • 4f66571667 command escaping Cory Miller 2023-02-17 20:58:42 +00:00
  • b0f4d114f3 why are files still there Cory Miller 2023-02-17 20:53:21 +00:00
  • a25a620745 ls Cory Miller 2023-02-17 20:46:34 +00:00
  • 6a3c62d3a8 try ignore eperm Cory Miller 2023-02-17 20:37:22 +00:00
  • 6a357de342 await on exists Cory Miller 2023-02-17 20:30:21 +00:00
  • 8d2f32e652 only unlink if still exists Cory Miller 2023-02-17 20:24:10 +00:00
  • 35cba88c68 windows... Cory Miller 2023-02-17 20:09:53 +00:00
  • 6a330f08c2 add debug logs Cory Miller 2023-02-17 20:04:49 +00:00
  • 068db23ad8 add debug logs Cory Miller 2023-02-17 19:58:32 +00:00
  • 143b802c0a try quiet mode Cory Miller 2023-02-17 19:48:08 +00:00
  • 3946ffb099 trying error throw Vallie Joseph 2023-02-17 19:27:29 +00:00
  • f13d18d494 lint fixes Cory Miller 2023-02-17 18:36:02 +00:00
  • 41350470e5 remove semicolon Cory Miller 2023-02-17 18:30:40 +00:00
  • a730b5ca5f try awaiting spawn on windows Cory Miller 2023-02-17 18:26:26 +00:00
  • 34a1b9f5c6 removing promsify Vallie Joseph 2023-02-17 17:07:27 +00:00
  • 2e5fdbcbfd setting shell to false Vallie Joseph 2023-02-17 16:52:11 +00:00
  • c6cc3ac742 trying spawn with shell args Vallie Joseph 2023-02-17 16:33:36 +00:00
  • 57f42e9cb9 updated package locks vmjoseph/execFile-update Vallie Joseph 2023-02-13 16:31:49 +00:00
  • 9912202f8d merge with main Vallie Joseph 2023-02-13 16:27:03 +00:00
  • d2b7d85e7c
    Standardize behaviour of no_proxy environmental variable (#1223) Felix Luthman 2023-02-13 15:00:05 +01:00
  • 14f28534ef
    Stop progress bar on message.complete phantsure/download-progress Sampark Sharma 2023-02-10 12:02:26 +00:00
  • ae026cf7c6
    Fix bugs Sampark Sharma 2023-02-10 11:52:49 +00:00
  • 3d0da1ea1a
    Add download progress for httpclient method Sampark Sharma 2023-02-10 11:34:10 +00:00
  • d556ae3fc4
    Merge remote-tracking branch 'origin/master' into kotewar/allow-http-client-for-cache-download kotewar/allow-http-client-for-cache-download Sankalp Kotewar 2023-02-10 06:19:41 +00:00
  • 409d616a6e
    Merge pull request #1333 from actions/dependabot/npm_and_yarn/http-cache-semantics-4.1.1 Ferenc Hammerl 2023-02-09 13:40:44 +01:00
  • e3c2a88bbf
    Release patch version update for cache (#1338) Sampark Sharma 2023-02-09 17:21:19 +05:30
  • c3215b7f68
    Release patch version update for cache phantsure/cache-3.1.3 Sampark Sharma 2023-02-09 11:17:43 +00:00
  • ea21da6993
    Don't set the MSYS env var globally (#1329) Christoph Reiter 2023-02-08 06:28:25 +01:00
  • c6005c2a3c
    Bump http-cache-semantics from 4.1.0 to 4.1.1 dependabot[bot] 2023-02-03 04:52:15 +00:00
  • 1589a5c066
    Update @actions/glob to 0.4.0 (#1321) John Sudol 2023-01-25 09:23:29 -05:00
  • d3801d332c
    Pass in the directory for hashFiles (#1318) John Sudol 2023-01-24 14:12:47 -05:00
  • 5804607845
    Grammar: set up (#1241) Josh Soref 2023-01-19 10:57:29 -05:00
  • c26f803662
    Merge pull request #1300 from actions/fhammerl/setup-node-latest Ferenc Hammerl 2023-01-19 16:16:02 +01:00
  • 6c1f9eaae8
    [Artifacts] Add more extensions to the gzip compression exception list (#1118) Héctor Molinero Fernández 2023-01-11 21:19:28 +01:00
  • 412417d0b0
    Document notice command Konrad Pabjan 2023-01-11 14:18:20 -05:00
  • 71a6fceb8c
    core: Update "core.error" documentation (#905) Rob Cowsill 2023-01-11 19:12:52 +00:00
  • 74906bea83
    Add documentation for notice (#1105) master Eric Wieser 2023-01-11 19:09:01 +00:00
  • 34577b269e
    Remove error annotations why retrying artifact download (#1309) Konrad Pabjan 2023-01-11 13:53:41 -05:00
  • 8f4839af5f Remove error annotations why retrying artifact download konradpabjan/artifact-error-annotation-cleanup Konrad Pabjan 2023-01-11 18:13:08 +00:00
  • 06c3c38ef2
    Fix reject call in package artifact's upload-zip.ts (#1125) Eric Cornelissen 2023-01-06 16:15:36 +01:00
  • 03d6c2479c
    Fix typo in AnnotationProperties doc (#1114) Ramiro Antonio 2023-01-06 12:10:33 -03:00
  • 411e8fa448
    fix: use stat instead of lstat (#1190) Randolf J 2023-01-06 16:07:56 +01:00
  • 2c09aaef3b
    [artifact] exempt .tar.zst files from compression (#1184) Luca Casonato 2023-01-05 22:00:03 +01:00
  • b2d865f180
    Cache package release for compression change in windows with symlink fix (#1291) Sampark Sharma 2023-01-04 12:16:25 +05:30
  • ce85f79c01
    Add release details revert-1289-revert-1281-phantsure/compression-changes-release Sampark Sharma 2023-01-04 06:16:46 +00:00
  • d898c2d952
    Merge branch 'main' of https://github.com/actions/toolkit into revert-1289-revert-1281-phantsure/compression-changes-release Sampark Sharma 2023-01-04 06:13:41 +00:00
  • 56146a6713 Bump actions to newer versions fhammerl/setup-node-latest Ferenc Hammerl 2023-01-03 16:59:01 +01:00
  • 74f24b41d1 Use most recent setup-node Ferenc Hammerl 2023-01-03 16:38:50 +01:00
  • 091f7aedde Use most recent setup-node fhammerl/setup-node-v3 Ferenc Hammerl 2023-01-03 16:38:50 +01:00
  • c0b323a0bb
    Merge pull request #1298 from actions/fhammerl/artifact-release-1-1-1 Ferenc Hammerl 2023-01-03 15:52:36 +01:00
  • 83db1b8e43 Bump artifact package fhammerl/artifact-release-1-1-1 Ferenc Hammerl 2023-01-03 15:19:24 +01:00
  • 5b2351aebf Release notes for 1.1.1 Ferenc Hammerl 2023-01-03 15:19:16 +01:00
  • f5024e4e97
    Merge pull request #1278 from actions/fhammerl/node-v16-and-toolkit-fixes Ferenc Hammerl 2023-01-03 14:02:07 +01:00
  • 4ea08312c6 Fix json5 vuln fhammerl/node-v16-and-toolkit-fixes Ferenc Hammerl 2023-01-03 13:37:01 +01:00
  • 5e9bcaca7c Update title with hint Ferenc Hammerl 2023-01-03 13:36:38 +01:00
  • af2d2ff198 Remove allow-list from audit Ferenc Hammerl 2023-01-03 13:34:55 +01:00
  • 3d46598e70 Add disabling explanation in audit-allow-list Ferenc Hammerl 2023-01-03 13:33:43 +01:00
  • 5e943b9823
    Add npm version Sampark Sharma 2023-01-03 12:33:04 +00:00
  • 4c28313b6a
    Fix tests Sampark Sharma 2023-01-03 12:03:12 +00:00
  • 115a496d6b
    Fix tests Sampark Sharma 2023-01-03 11:54:31 +00:00
  • 8e239763e5
    Address review comments Sampark Sharma 2023-01-03 11:46:51 +00:00
  • 59285b8b01
    Address review comments Sampark Sharma 2023-01-03 11:23:41 +00:00
  • 894a0490f9 Merge branch 'main' of https://github.com/actions/toolkit into fhammerl/node-v16-and-toolkit-fixes Ferenc Hammerl 2023-01-03 11:58:29 +01:00
  • 4679d0cfe6
    Fix tests Sampark Sharma 2023-01-03 09:39:41 +00:00
  • 13b027cad9
    Fix tests Sampark Sharma 2023-01-03 09:35:30 +00:00