1
0
Fork 0
Commit Graph

1336 Commits (07e783f53f000f2cc8d04c0ead8cd5297e75e329)

Author SHA1 Message Date
Robin Munn 7c61054649 Remove unused import 2024-07-27 17:00:02 +07:00
Brian DeHamer b28406bd1f
fix proxy support for jwks retrieval
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-07-26 15:03:40 -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 49927e464a
Merge pull request #1774 from actions/robherley/fix-chunk-timeout
Fix artifact upload chunk timeout logic + update tests
2024-07-25 13:52:09 -04:00
Rob Herley 3e34f6d19c
add comment for chunk timeout 2024-07-24 12:40:57 -04:00
Rob Herley 182702d2df
fix chunk timeout + update tests 2024-07-23 21:57:39 -04:00
Prajjwal e85e3f8677
Merge pull request #9 from WarpBuilds/hotfix-concurrency-limits-uploads
hotfix: concurrency limits in file uploads
2024-07-18 11:06:47 +05:30
Prajjwal b0cca20ac1 bumps version 2024-07-18 10:37:09 +05:30
Prajjwal 8a156095aa adds concurrency limits 2024-07-18 10:32:58 +05:30
Rob Herley 1db73622df
Merge pull request #1768 from actions/robherley/artifacts-allow-localhost
Allow localhost hostnames for artifact checks
2024-07-03 14:38:52 -04:00
Rob Herley 56832696fc
npm audit fix 2024-07-03 17:03:40 +00:00
Rob Herley 176b40a888
allow localhost hostnames for artifact checks 2024-07-03 16:55:53 +00:00
Prajjwal 0480697425
Merge pull request #8 from WarpBuilds/prajjwal-warp-320
adds support for restoring across branches and repos
2024-06-20 16:32:22 +05:30
Prajjwal 84b7e683e3 changes restore refs to be set 2024-06-20 12:15:48 +05:30
Prajjwal cb3493c613 adds base and default ref for PR case 2024-06-20 12:08:34 +05:30
Prajjwal 67fd4c73a6 adds support for restoring across branches 2024-06-20 09:52:04 +05:30
Prajjwal 20d97678a8
Merge pull request #7 from WarpBuilds/hotfix-s3-cacheKeyResponse
fixes s3 return value
2024-06-14 10:38:20 +05:30
Prajjwal 1de6efdd6c fixes s3 return value 2024-06-14 10:34:46 +05:30
Brian DeHamer 361a115e53
Merge pull request #1759 from actions/bdehamer/rekor-409
config rekor to fetch on conflict
2024-06-12 12:25:06 -07:00
Brian DeHamer dddc440d56
config rekor to fetch on conflict
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-06-12 11:57:18 -07:00
Brian DeHamer 08d6f14ea8
Merge pull request #1745 from actions/bdehamer/attest-provenance
(@actions/attest) New GHA provenance build type
2024-06-12 11:45:37 -07:00
Brian DeHamer 73100a7f85
new GHA build provenance
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-06-05 14:54:34 -07:00
Brian DeHamer c6b487124a
Merge pull request #1738 from actions/bdehamer/attest-1.3.0
(@actions/attest) prepare 1.3.0 release
2024-06-05 14:53:11 -07:00
Prajjwal 6bdbdf308f
Merge pull request #6 from WarpBuilds/fix-change-to-multipart-s3
changes to multipart download for s3
2024-06-05 09:55:43 +05:30
Prajjwal 86e2ed1cf5 changes to multipart download for s3 2024-06-04 11:04:28 +05:30
Prajjwal 5ee82ffa13
Merge pull request #5 from WarpBuilds/feat-add-streaming-download-s3
Feat add streaming download s3
2024-06-03 17:40:24 +05:30
Prajjwal d78ac4e851 removes duplicate extraction 2024-06-03 17:01:03 +05:30
Prajjwal b719dac88b adds better error handling 2024-06-03 16:40:16 +05:30
Prajjwal 57e2581e9d bumps to 1.1.13 2024-06-03 16:24:40 +05:30
Prajjwal 5670c35d06 adds streaming download for s3 2024-06-03 16:24:00 +05:30
Prajjwal 8793ddee55
Merge pull request #4 from WarpBuilds/hotfix-cache-save
returns user defined key decoded key
2024-06-02 11:07:11 +05:30
Prajjwal 0fbee79606 returns user defined key decoded key 2024-06-02 10:57:43 +05:30
Brian DeHamer 8735a7e2da
prep 1.3.0 release of @actions/attest
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-05-21 13:11:37 -07:00
Fredrik Skogman d1df13e178
Merge pull request #1735 from kommendorkapten/dynamic-urls
Read the server url from the environment variable.
2024-05-21 07:35:07 +02:00
Fredrik Skogman d3d7736bae
Fixed a spelling error 2024-05-20 07:57:44 +02:00
Fredrik Skogman 7d18e7aa0d
PR feedback. Juse more JS idiomatic code 2024-05-20 07:52:36 +02:00
Prajjwal cea490e16b
Merge pull request #3 from WarpBuilds/hotfix-gcs-backup-download
adds backup download method for streaming cache
2024-05-17 18:54:58 +05:30
Prajjwal a36bdbabae adds custom timeout 2024-05-17 18:45:54 +05:30
Prajjwal 7efbd158ad adds timeout to single thread download 2024-05-17 18:34:23 +05:30
Prajjwal 81041b245a sets auto retry to false 2024-05-17 18:21:21 +05:30
Prajjwal f120696e60 adds better info messages. reduces retry timeout for simple download. makes cache miss record instead of failing workflow 2024-05-17 18:07:39 +05:30
Prajjwal e5677fba9b bumps version 2024-05-17 17:45:34 +05:30
Prajjwal ac477ea9c4 adds basic GCP download as fallback to multipart 2024-05-17 17:45:06 +05:30
Prajjwal ef01eae26e adds crc32c validation for files 2024-05-17 17:33:02 +05:30
Prajjwal fc0eaea80a bumps up version 2024-05-17 17:16:36 +05:30
Prajjwal c597cfaa61 better error capturing for all spawned commands 2024-05-17 17:16:08 +05:30
Prajjwal 890c6b520f adds backup download method for streaming cache 2024-05-17 16:37:56 +05:30
Fredrik Skogman e60694077d
Read the server url from the environment variable.
Instead of having the urls hardcoded, read them from the environment.
I opted to read from the environment variable instead of the github context
because it would be easier to test.
2024-05-16 17:00:35 +02:00
Brian DeHamer ae38557bb0
Merge pull request #1730 from actions/bdehamer/attest-readme
Update @actions/attest README
2024-05-01 11:48:55 -07:00
Brian DeHamer abb586d71e
add doc link in @actions/attest readme
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-05-01 11:30:45 -07:00