1
0
Fork 0
toolkit/packages/artifact/src/internal
Zoran Regvart 37f5a85219
fix: drop support for named pipes on Windows (#962)
Seems that folk are having issues with uploading 0-byte files from
Windows agents. This effectively removes the support for Windows for
uploading from named files that, due to `isFIFO` returning `false` on
Windows for named pipes created using MSYS2's `mkfifo` command, resorted
to checking if the file size is 0 - a common trait of named pipes.

See https://github.com/actions/upload-artifact/issues/281
2021-12-14 15:50:50 -05:00
..
__mocks__ Add an option to specify retention days for artifacts (#575) 2020-09-18 11:30:00 -04:00
artifact-client.ts [Artifacts] Prep for @actions/artifact 0.6.0 release (#958) 2021-12-06 18:39:23 -05:00
config-variables.ts Add an option to specify retention days for artifacts (#575) 2020-09-18 11:30:00 -04:00
contracts.ts Updates to logging for artifact uploads (#949) 2021-11-30 12:53:24 -05:00
download-http-client.ts [Artifacts] Prep for @actions/artifact 0.6.0 release (#958) 2021-12-06 18:39:23 -05:00
download-options.ts Updates to @actions/artifact package (#367) 2020-03-12 14:50:27 +01:00
download-response.ts Updates to @actions/artifact package (#367) 2020-03-12 14:50:27 +01:00
download-specification.ts @actions/artifact package updates (#408) 2020-04-09 17:14:12 +02:00
http-manager.ts Better Artifact Telemetry + Increase Upload chunk size (#535) 2020-07-30 17:23:28 +02:00
path-and-artifact-name-validation.ts Check for newlines and carriage return in artifact paths and name (#951) 2021-12-01 16:31:37 -05:00
requestUtils.ts Re-enable the audit tools step and update dependencies (#815) 2021-05-21 09:19:40 -04:00
status-reporter.ts [Artifacts] Prep for @actions/artifact 0.6.0 release (#958) 2021-12-06 18:39:23 -05:00
upload-gzip.ts [Artifacts] Exempt certain types of files from gzip compression (#956) 2021-12-06 16:47:44 -05:00
upload-http-client.ts fix: drop support for named pipes on Windows (#962) 2021-12-14 15:50:50 -05:00
upload-options.ts Add an option to specify retention days for artifacts (#575) 2020-09-18 11:30:00 -04:00
upload-response.ts Updates to @actions/artifact package (#367) 2020-03-12 14:50:27 +01:00
upload-specification.ts Check for newlines and carriage return in artifact paths and name (#951) 2021-12-01 16:31:37 -05:00
utils.ts Check for newlines and carriage return in artifact paths and name (#951) 2021-12-01 16:31:37 -05:00