Brian DeHamer
1e0c16f0dc
return artifact digest on upload
...
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-12-06 14:27:46 -08:00
Rob Herley
545e0e6b95
properly resolve relative symlinks
2024-10-08 12:35:48 -04:00
Rob Herley
7f19a7886a
fix regression, auto readlink on symlinks again
2024-09-20 17:23:43 -04:00
Robin Munn
7c61054649
Remove unused import
2024-07-27 17:00:02 +07:00
Robin Munn
9517cdf52d
Prevent "too many open files" in artifact upload
...
See https://www.archiverjs.com/docs/archiver/#file
2024-07-26 08:49:34 +07:00
Rob Herley
182702d2df
fix chunk timeout + update tests
2024-07-23 21:57:39 -04:00
Vallie Joseph
5eea9e34e7
cleaning up comments and removing clear timeout outside of finaly
2024-04-15 16:08:45 +00:00
Vallie Joseph
222733049e
.
2024-04-09 21:22:40 +00:00
Vallie Joseph
fa9db3c8fa
wrapping timeout in try catch
2024-04-09 21:18:30 +00:00
Vallie Joseph
18a8a22c65
updating upload try catch to always call cleartimeout
2024-04-09 21:05:58 +00:00
Vallie Joseph
425f05e29d
moving timer outside of uploadZipToBlobStorage
2024-04-09 21:04:29 +00:00
Vallie Joseph
90fca23920
replacing timeout
2024-04-09 20:51:12 +00:00
Vallie Joseph
0d3d3bbb40
Adding missing progress time
2024-04-09 20:40:08 +00:00
Vallie Joseph
2ed9516172
updating timeout
2024-04-09 19:24:52 +00:00
Vallie Joseph
2e7a11c409
upgrading archiver package along with chunk timeout
2024-04-09 18:02:48 +00:00
Rob Herley
a4bd0f1214
Add specific messages for network-specific node error codes
2023-12-11 17:07:48 -05: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
606ebdcf6d
extra log line for debug
2023-11-20 16:27:35 +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