Bethany
f705f1456b
add logic to fetch retention time
2023-08-03 10:33:29 -07:00
Konrad Pabjan
f236b725b0
Minor tweaks
2023-08-03 11:14:17 -04:00
Konrad Pabjan
771f20b061
Fix minor tsc error
2023-08-02 17:18:48 -04:00
Konrad Pabjan
12fa0be194
This should work E2E...
2023-08-02 17:04:48 -04:00
Bethany
7e8f13b4e6
Merge branch 'artifact-next' of https://github.com/actions/toolkit into artifact-next
2023-08-02 13:52:36 -07:00
Bethany
6a61612f93
add util for pulling IDs from claims
2023-08-02 13:52:27 -07:00
Konrad Pabjan
e5fc7ccac7
Improvements to upload POC
2023-08-02 15:05:21 -04:00
Bethany
898dd8c2a1
Add twirp client with retry logic
2023-08-02 12:03:41 -07:00
Konrad Pabjan
39a7ba7bbd
POC upload using SAS URL
2023-08-01 17:33:32 -04:00
Konrad Pabjan
a3d4efa112
Variable renaming
2023-08-01 12:21:08 -04:00
Konrad Pabjan
3ee6b4b169
Refactoring
2023-08-01 12:15:33 -04:00
Konrad Pabjan
68ccf88d4e
Cleanup
2023-08-01 12:02:30 -04:00
Konrad Pabjan
d321d78c4b
Doc cleanup
2023-08-01 11:45:16 -04:00
Konrad Pabjan
b4363a79ae
Merge branch 'artifact-next' of github.com:actions/toolkit into artifact-next
2023-08-01 11:24:15 -04:00
Konrad Pabjan
962fd91d75
Restructuring
2023-08-01 11:21:35 -04:00
Bethany
4be2423559
merge conflicts
2023-08-01 08:18:31 -07:00
Konrad Pabjan
95cf02468e
Cleanup NPM packages
2023-08-01 11:11:34 -04:00
Konrad Pabjan
4dfce941f1
Initial upload structure setup
2023-08-01 11:02:01 -04:00
Bethany
6e48b0cfed
add twirp ts definitions to artifacts
2023-08-01 07:36:49 -07:00
Konrad Pabjan
c24983bf08
Preparation for v4
2023-08-01 10:02:46 -04:00
Josh Soref
5804607845
Grammar: set up ( #1241 )
2023-01-19 10:57:29 -05:00
Héctor Molinero Fernández
6c1f9eaae8
[Artifacts] Add more extensions to the gzip compression exception list ( #1118 )
...
* [Artifacts] Add more extensions to the gzip compression exception list
* [Artifacts] Test .zip extension
* Exempt .zstd files from compression
2023-01-11 15:19:28 -05:00
Konrad Pabjan
34577b269e
Remove error annotations why retrying artifact download ( #1309 )
2023-01-11 13:53:41 -05:00
Eric Cornelissen
06c3c38ef2
Fix reject call in package artifact's upload-zip.ts ( #1125 )
2023-01-06 10:15:36 -05:00
Randolf J
411e8fa448
fix: use `stat` instead of `lstat` ( #1190 )
2023-01-06 10:07:56 -05:00
Luca Casonato
2c09aaef3b
[artifact] exempt .tar.zst files from compression ( #1184 )
...
* [artifact] exempt .tar.zst files from compression
These files are already compressed with zstd - no need to attempt re-compression.
* fix missing comma
* fmt
* Update upload-gzip.ts
2023-01-05 16:00:03 -05:00
Ferenc Hammerl
c0b323a0bb
Merge pull request #1298 from actions/fhammerl/artifact-release-1-1-1
...
Artifact release 1.1.1
2023-01-03 15:52:36 +01:00
Ferenc Hammerl
83db1b8e43
Bump artifact package
2023-01-03 15:19:24 +01:00
Ferenc Hammerl
5b2351aebf
Release notes for 1.1.1
2023-01-03 15:19:16 +01:00
Ferenc Hammerl
80d992795c
Fix linting
2022-12-14 16:13:28 +01:00
Ferenc Hammerl
b9de68a590
Await finish of filestream so file is created for node16
2022-12-14 15:57:48 +01:00
Ferenc Hammerl
1d61e5fb19
Fix linting
2022-12-14 01:38:01 +01:00
Ferenc Hammerl
cc9ec0424e
Test out checking for fileexists in rmFile
2022-12-14 01:17:17 +01:00
Francesco Renzi
e1bb04bace
Update internal dependencies
2022-09-16 15:47:36 +00:00
Rob Herley
dd4e856a4e
@actions/artifact 1.1.0 release
2022-05-19 18:17:15 +00:00
Rob Herley
eb7ed88d77
Merge branch 'main' into robherley/artifact-digest
2022-05-19 11:45:42 -04:00
Konrad Pabjan
500d0b42fe
Bump all packages that have @actions/http-client as a dependency ( #1088 )
...
* bump @actions/artifact
* update @actions/cache
* Update @actions/core
* Update @actions/github
* update @actions/tool-cache
2022-05-13 11:12:58 -04:00
Konrad Pabjan
82efa3d285
Bump @actions/http-client in all packages that use it ( #1087 )
2022-05-13 10:58:36 -04:00
Brian Cristante
aa676f3cc7
Update other packages to use http-client v2 ( #1082 )
...
We moved `@actions/http-client` to be part of the toolkit in https://github.com/actions/toolkit/pull/1062 . We also made some breaking changes to exported types and released v2.
The biggest change in terms of lines of code affected was to get rid of the `I-` prefix for interfaces since TypeScript doesn't follow this convention.
I bumped the patch version of all packages except for `tool-cache`, where I bumped the major version. The rationale is explained in the release notes for that package.
2022-05-11 17:14:25 -04:00
Rob Herley
35e5aac523
actually use md5 not sha256
2022-05-05 10:32:09 -04:00
Rob Herley
a3c696e88e
add md5 and use b64 for digest encodings
2022-05-05 09:26:38 -04:00
Rob Herley
b68735e060
misc pr feedback
2022-04-27 22:24:16 +00:00
Rob Herley
d5c547c19f
update crc header key
2022-04-27 22:22:35 +00:00
Rob Herley
9e285cc3fa
crc: update test header data
2022-04-26 23:21:31 +00:00
Rob Herley
3f95e2ea4f
crc: update headers & digest stream
2022-04-26 22:59:56 +00:00
Rob Herley
fccc5ee6e6
crc: move tbl out of class, more tests
2022-04-26 17:31:17 +00:00
Rob Herley
3d61fe8000
add crc64 & tests
2022-04-26 17:13:40 +00:00
Rob Herley
e3549a9c58
artifact: tests for stream digest util
2022-04-05 09:31:49 -04:00
Rob Herley
c5d1911357
add digest header for uploads
2022-04-04 17:54:15 -04:00
Jonathan Tamsut
5905c6b5c1
Bump major version
2022-03-01 12:36:05 -08:00