1
0
Fork 0
mirror of https://github.com/actions/toolkit synced 2025-05-09 00:22:56 +00:00
Commit graph

29 commits

Author SHA1 Message Date
Vallie Joseph
c9e825e841 add blob client property check 2024-03-28 19:06:47 +00:00
Vallie Joseph
180b75bf01 wrap promises in chain 2024-03-28 18:29:20 +00:00
Vallie Joseph
6e4aebbd4e cleaning up unused imports 2024-03-28 15:17:40 +00:00
Vallie Joseph
14eee6f54a updating event handlers 2024-03-28 15:10:34 +00:00
Vallie Joseph
13d981a863 Adding buffer and zlib options 2024-03-28 14:32:03 +00:00
Vallie Joseph
4090623397 update debug statement 2024-03-28 04:20:40 +00:00
Vallie Joseph
1f22f9faf9 adding debug for mac upload testing 2024-03-15 14:53:33 +00:00
Rob Herley
715b1acc05
cleanup artifact handlers hanging node process 2023-12-06 23:42:07 +00:00
Rob Herley
75a3586061
consistent promise behavior for upload artifact 2023-12-05 17:35:46 +00:00
Rob Herley
141b3509e4
update import 2023-12-03 21:13:55 +00:00
Rob Herley
695bf98f84
rewrite artifacts client to have public and internal implementations 2023-11-30 03:47:04 +00:00
Rob Herley
3a610e848c
linter 2023-11-20 16:46:08 +00:00
Rob Herley
7b01731091
increase upload concurrency based on cpus, adjust highWaterMark, specify compression level 2023-11-20 15:03:58 +00:00
Rob Herley
82474125c8
use sha256 instead of md5 for artifact v4 integrity hash 2023-10-16 16:20:24 +00:00
Tatyana Kostromskaya
ce31408ff5 Update dependencies 2023-09-08 14:29:27 +00:00
Bethany
88f749f686 lint 2023-08-23 07:28:17 -07:00
Bethany
81a802e7e0 lint 2023-08-22 10:06:40 -07:00
Konrad Pabjan
7b617c260d
[Artifacts] @actions/artifact list artifact functionality + download interface setup (#1495)
* actions/artifact preparation for download-artifact v4

* Test matrix strategy

* Fix needs dependency

* Improve list artifact test

* Fix typo

* Fix variables

* Cleanup download-all interfaces

* Fix tsc error

* Simplify to just name instead of artifactName

* Simplify to id instead of ArtifactId

* PR cleanup
2023-08-17 14:40:33 -04:00
Konrad Pabjan
c9dab8c79d
[Artifacts] Save md5 hash for each artifact upload (#1494)
* Hash artifact upload using md5

* Add imports

* Small tweaks

* PR feedback

* PR Feedback
2023-08-15 13:39:57 -04:00
Konrad Pabjan
45c49b09df
[Artifacts] zip creation + blob storage upload functionality (#1488)
* Artifact zip creation + blob storage upload functionality

* Fix lint

* PR feedback
2023-08-10 15:28:41 -04:00
Bethany
f03b6d639f update import 2023-08-09 17:50:46 -07:00
Bethany
188abfc20b implement feedback 2023-08-09 17:42:14 -07:00
Bethany
4dda3ab8a0 move getExpiration to upload-artifact 2023-08-09 13:12:30 -07:00
Bethany
08d6314f7c prettier 2023-08-09 12:09:17 -07:00
Bethany
b851b70474 catch errors at the root, remove unneccessary disabled rule 2023-08-09 12:08:43 -07:00
Bethany
e8fb71c4bb lint 2023-08-09 11:34:18 -07:00
Bethany
73ad88882e utilize client, fetch IDs 2023-08-09 11:26:33 -07:00
Konrad Pabjan
7da3ac6eda
[Artifacts] Name validation + zip specification creation (#1482)
* Artifact name validation + zip specification creation

* Fix linting issues

* Grammar fix

* Update test description
2023-08-04 09:53:42 -04:00
Konrad Pabjan
c4f5ce2665
[Artifacts] Prepare for v2.0.0 of @actions/artifact (#1479)
* Prepare for v2.0.0 of @actions/artifact

* Run prettier

* temporary disable unused vars
2023-08-03 13:34:41 -04:00