45 Commits

Author SHA1 Message Date
bethanyj28
8d03fb4787 prettier 2024-02-23 08:46:56 -05:00
bethanyj28
d3301c9bc2 update path parsing 2024-02-23 08:42:23 -05:00
bethanyj28
1e326de474 use existing function 2024-02-23 08:28:37 -05:00
bethanyj28
83731e6528 remove awaits from on entry 2024-02-22 22:06:32 -05:00
bethanyj28
a24b9c0184 handle directories 2024-02-22 21:54:54 -05:00
bethanyj28
31c555afda prettier 2024-02-22 20:31:49 -05:00
bethanyj28
9dea373bba wait for upload to finish 2024-02-22 20:29:42 -05:00
bethanyj28
81d5e48db0 update tests 2024-02-22 17:51:15 -05:00
bethanyj28
bc5b3a85ae use on entry 2024-02-22 17:16:32 -05:00
Vallie Joseph
7549d1b218 removing info logs 2024-01-09 19:42:04 +00:00
Vallie Joseph
2124ef2413 cleaning up logs 2024-01-09 19:36:26 +00:00
Vallie Joseph
d617670abc updating timer; removing logs 2024-01-09 19:23:57 +00:00
Vallie Joseph
67d2d582dc adding delayed response to message body http mock 2024-01-09 16:44:12 +00:00
Vallie Joseph
7f47ffaee2 committing v1 2023-12-22 03:51:47 +00:00
bethanyj28
ff2c524611 lint and format 2023-12-21 09:25:34 -05:00
srryan
ecb4df89bf remove the exit 2023-12-20 18:23:47 -05:00
srryan
03319fcffa client fixes for retries + logging 2023-12-20 18:08:00 -05:00
srryan
c33724abbd update to http client 2023-12-20 15:45:19 -05:00
Rob Herley
d6f3ee93b8
reject don't throw 2023-12-20 14:37:13 -05:00
Rob Herley
34a411f3c0
add timeout in between data chunks 2023-12-20 13:59:31 -05:00
Rob Herley
2d6ba67518
retry the promise 2023-12-20 13:11:04 -05:00
srryan
78ed49ff88 update error handling abort 2023-12-19 12:46:58 -05:00
srryan
c119fcd773 update optional settings for blob client 2023-12-19 12:02:10 -05:00
srryan
73babeabef add explicit options 2023-12-19 11:49:39 -05:00
Vallie Joseph
bf93b54558 adding logger for blob client and response 2023-12-18 23:09:10 +00:00
srryan
0c0770ce57 cleanup 2023-12-18 17:52:55 -05:00
srryan
571bf222ee update to use blob client over http client 2023-12-18 17:11:14 -05:00
Rob Herley
3c3af56b29
replace unzipper with unzip-stream 2023-12-11 12:15:40 -05:00
Rob Herley
ce9eae0785
consistent promise behavior for download artifact 2023-12-05 18:35:26 +00:00
Rob Herley
a59f976dd4
minor fixes 2023-12-01 09:05:46 -05:00
Rob Herley
22b7aeb707
some test updates 2023-12-01 00:31:27 +00:00
Rob Herley
e9d6649a14
consume new pb wrappers 2023-11-30 19:10:07 +00:00
Rob Herley
695bf98f84
rewrite artifacts client to have public and internal implementations 2023-11-30 03:47:04 +00:00
Rob Herley
67c3b7a45c
add tests for download artifact 2023-08-23 23:18:03 -04:00
Bethany
88f749f686 lint 2023-08-23 07:28:17 -07:00
Bethany
b4f8e602b2 remove folder option in favor of path 2023-08-23 07:21:01 -07:00
Bethany
ced07aa89c Use options to specify download folder 2023-08-23 06:47:51 -07:00
Bethany
6adf053d36 prettier 2023-08-22 11:47:14 -07:00
Bethany
671bf1ebd5 use GITHUB_WORKSPACE as default download dir 2023-08-22 11:44:38 -07:00
Bethany
81a802e7e0 lint 2023-08-22 10:06:40 -07:00
Bethany
4214a1ff24 update dependencies and prettier 2023-08-22 09:57:14 -07:00
Bethany
0555a5f458 add get-artifact logic 2023-08-22 09:17:43 -07:00
Rob Herley
3aaff6685b
cleanup 2023-08-21 17:47:17 -04:00
Rob Herley
9b383229c1
add download apis to stream zip from blob storage 2023-08-21 21:23:54 +00: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