Thomas Boop
0d74e9080a
Re-enable the audit tools step and update dependencies ( #815 )
...
* update package versions
* run audit
* fix eslint config
* linter updates
* re-enable audit
* update timeouts test
* pass done into callback
* fix format
2021-05-21 09:19:40 -04:00
Chris Mc
8dc2d6eb6a
Update location of typescript definitions ( #743 )
...
https://github.com/octokit/webhooks.js#typescript
2021-05-20 16:49:57 -04:00
rethab
3bd746139f
Describe behaviour of getInput ( #808 )
2021-05-19 11:08:51 -04:00
Thomas Boop
f915ace085
add release notes ( #809 )
2021-05-14 14:43:08 -04:00
dependabot[bot]
1bafbed467
Bump lodash from 4.17.15 to 4.17.21 ( #801 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-14 14:39:47 -04:00
Luke Tomlinson
98549fbf21
Prevent accidental file matching when glob contains trailing slash ( #805 )
...
* Draft Solution
* Update internal-globber.ts
* Cleanup
* Fix Test
* Cleanup
2021-05-14 14:12:26 -04:00
Luke Tomlinson
b33912b7cc
Core: Add trimWhitespace to getInput ( #802 )
...
* Add option to not trim whitespace from inputs
* Fix typos
* Add doc clarification
* Rename options
2021-05-11 13:51:36 -04:00
Luke Tomlinson
1c367e0a26
Export isExplicitVersion and evaluateVersions ( #796 )
...
* Export isExplicitVersion and evaluateVersions
* Lint
* Add docs
2021-05-07 16:13:26 -04:00
Luke Tomlinson
09e59b9a5c
Exec: throw error when cwd option does not exist ( #793 )
...
* Exec: throw error when cwd option does not exist
* Simplify promise rejection
2021-05-07 16:12:40 -04:00
Thomas Boop
2b97eb3192
Include urls in `@actions/github` context ( #794 )
...
* include urls in github context
* fix format
2021-05-07 14:05:08 -04:00
Thomas Boop
ed490dc20d
Update dependencies of tool-cache to fix `npm audit` ( #795 )
...
* Update dependencies to resolve security issue
* run npm audit fix in `actions/github`
* update jest as well to newest version
2021-05-07 14:04:38 -04:00
Luke Tomlinson
3491e2eeea
Add option to cp to only copy contents of directory ( #788 )
...
* Add option to not copy source directory
* Cleanup
* Update condition to be consistent
2021-05-05 09:40:12 -04:00
Thomas Boop
208fa83feb
Release @actions/github v.5.0.0 ( #783 )
...
* update latest octokit definitions
* update package versions
* update link in release notes
* update tsc version
2021-05-04 16:20:38 -04:00
Minh Nguyen
d972090333
Fix typo in function name ( #590 )
2021-05-03 11:09:44 -04:00
yi_Xu
fbdf27470c
feat(core): add getBooleanInput function ( #725 )
...
* feat(core): add getBooleanInput function
* docs(core): update readme
* test(core): update the core.test.ts
2021-04-28 16:32:25 -04:00
Chris Gavin
ff45a53422
Allow specifying arbitrary headers when downloading tools to the tool cache. ( #530 )
2021-04-28 14:39:15 -04:00
Thomas Boop
15fef78171
Simplify mkdirP implementation ( #781 )
...
Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
2021-04-28 14:38:41 -04:00
eric sciple
e76decaf8a
Prepend newline for set-output ( #772 )
2021-04-13 12:01:19 -05:00
Vikas Kedia
8afb976445
Update README.md ( #531 )
...
more logical to read save cache before restore cache
2021-04-12 10:18:07 -04:00
Tom Jenkinson
b05573d945
fix formatting in core package readme ( #563 )
2021-04-12 09:50:56 -04:00
David Hadka
aad34ab0bc
Update RELEASES.md
2021-04-09 14:23:05 -05:00
Dave Hadka
fac664b5d0
Fix lint issue
2021-04-09 14:16:19 -05:00
Dave Hadka
74236358e6
Update tests
2021-04-09 14:10:36 -05:00
David Hadka
ac7b0e436e
Update package-lock.json
2021-04-09 13:58:53 -05:00
David Hadka
440a06ef56
Update package.json
2021-04-09 13:58:35 -05:00
David Hadka
547a77cf75
Fix permissions issues using gtar on mac
2021-04-09 13:38:55 -05:00
Konrad Pabjan
f628f161c4
Bump artifact package version ( #761 )
2021-04-06 13:49:15 -04:00
Konrad Pabjan
770dc3a982
@actions/artifact 0.5.1 release ( #760 )
...
* Bump @actions/http-client to latest for artifact package
* Remove typescript libs to fix failing imports
2021-04-06 12:44:56 -04:00
dependabot[bot]
fc00528337
Bump y18n from 4.0.0 to 4.0.1 ( #753 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-02 12:41:01 -04:00
Sora Morimoto
bd9017e99f
Add findInPath method to locate all matching executables in the system path ( #609 )
...
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2021-04-02 12:22:30 -04:00
Konrad Pabjan
2202465c69
actions/cache 1.0.6 release ( #705 )
2021-02-02 20:48:46 +01:00
Benedek Kozma
ccd1dd298f
Use GNU tar on macOS if available ( #701 )
...
* use GNU tar on macOS
* remove unnecessary code
* formatting fix
* fix tests
* fix more tests
* typo fix
* fix test
2021-02-02 20:09:10 +01:00
Yaroslav Dynnikov
bfdba95ece
Make caching more verbose
...
- Print cache size when saving cache similarly to restoring
- Print restore success similarly to saving
- Print cached file list if debug logging is enabled
See also: https://github.com/actions/cache/issues/471
2021-01-07 23:51:43 +03:00
Konrad Pabjan
c861dd8859
Retry all http calls for artifact upload and download ( #675 )
...
* Retry all http calls for artifact upload and download
* Extra debug information
* Fix lint
* Always read response body
* PR Feedback
* Change error message if patch call fails
* Add exponential backoff when retrying
* Rework tests and add diagnostic info if exception thrown
* Fix lint
* fix lint error for real this time
* PR cleanup
* 0.5.0 @actions/artifact release
* Display diagnostic info if non-retryable code is hit
2020-12-18 21:40:50 +01:00
Konrad Pabjan
73d5917a6b
actions/artifact 0.4.2 release ( #673 )
...
* actions/artifact 0.4.2
* Update releases note
2020-12-11 17:43:12 +01:00
Aiqiao Yan
42b3ff04b2
Fix windows cache path
2020-12-10 10:59:04 -05:00
Yang Cao
b593d1deb4
Close destination steam before reject
...
Co-authored-by: Chris Sidi <hashtagchris@github.com>
2020-12-04 11:03:17 -05:00
Yang Cao
5be846b72d
style change, refactor arg sequence
2020-12-04 09:41:00 -05:00
Yang Cao
dc491a61ca
pipeResponseToFile already throws when reading truncated stream
2020-12-04 09:19:58 -05:00
Yang Cao
a600dd34a5
Try close stream before unlink
2020-12-03 13:34:59 -05:00
Yang Cao
d4e990d92f
Always print skip validation log
2020-12-03 13:09:43 -05:00
Yang Cao
05b1692026
Add some debugging statements
2020-12-03 12:40:37 -05:00
Yang Cao
8ed9455d68
More styling fix
2020-12-03 10:57:04 -05:00
Yang Cao
b55731c11b
Fix styling
2020-12-03 10:33:10 -05:00
Yang Cao
6b83f0554a
Adding retry when we received 200
...
If we received 200, we will attempt to download the stream. If the
stream is gzipped, gzip should throw an error when trying to decompress
the stream; or if the stream is truncated, the received bytes should be
different from the value set in content-length header.
2020-12-03 10:15:12 -05:00
Chris Sidi
990647a104
More error handling
2020-12-03 10:12:44 -05:00
Chris Sidi
520206f818
Retry artifact download when response stream is truncated
2020-12-03 10:12:44 -05:00
Chris Sidi
ff4308098f
Remove spyon, use readable stream to test pipeResponseToFile ( #651 )
...
* Remove spyon, use readable stream to test pipeResponseToFile
* Check file contents
2020-11-30 12:12:12 -05:00
Thomas Boop
2bf7365352
Update @actions/core in remaining toolkit packages ( #636 )
...
* Update to latest @actions/core version
* Bump release notes for new versions
* Add correct pr #
2020-11-13 16:51:15 -05:00
Dave Hadka
5e8657cf12
Bump @actions/cache to 1.0.4
2020-11-03 13:12:34 -06:00
Dave Hadka
678f278caa
Handle non-successful responses from uploadChunk
2020-11-03 09:53:44 -06:00
David Hadka
f1b118b2a9
Merge pull request #558 from dhadka/dhadka/fix-error-handling
...
Handle errors representing non-successful http responses in retry logic
2020-10-20 09:54:21 -05:00
Dave Hadka
464aebd43b
Update package version and release notes
2020-10-12 13:47:24 -05:00
Dave Hadka
c3c81d44c1
Clean up test code
2020-10-12 13:28:50 -05:00
Thomas Boop
4f7fb6513a
swap to file commands ( #587 )
...
* swap to file commands
* swap to require
2020-09-30 15:46:54 +02:00
Konrad Pabjan
2178f0baee
Documentation around colored output in logs ( #583 )
2020-09-24 16:38:19 +02:00
Thomas Boop
a5e05630d8
Actions core 1.2.6 release ( #582 )
2020-09-23 12:10:51 -04:00
Thomas Boop
0759cdc230
Add File Commands ( #571 )
...
* Add File Commands
* pr updates w/ feedback
* run format
* fix lint/format
* slight update with an example in the docs
* pr feedback
2020-09-23 11:19:20 -04:00
dependabot[bot]
da34bfb74d
Bump node-fetch from 2.6.0 to 2.6.1 in /packages/github ( #570 )
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-21 09:57:23 -04:00
Yang Cao
bb290885a3
Release preparation of artifact 0.4.0 ( #578 )
2020-09-18 19:06:53 +02:00
Yang Cao
ace7a82469
Add an option to specify retention days for artifacts ( #575 )
...
* Add an option to specify retention days for artifacts
* Validate against settings exposed as env var to give early feedback
* Fix lint
* Add tests and addressing feedback
* Update packages/artifact/__tests__/upload.test.ts
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
* Update packages/artifact/README.md
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
* Update packages/artifact/src/internal/utils.ts
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
* Update packages/artifact/__tests__/util.test.ts
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
2020-09-18 11:30:00 -04:00
dependabot[bot]
71b19c1d65
Bump yargs-parser from 18.1.0 to 18.1.3 in /packages/github ( #566 )
...
Bumps [yargs-parser](https://github.com/yargs/yargs-parser ) from 18.1.0 to 18.1.3.
- [Release notes](https://github.com/yargs/yargs-parser/releases )
- [Changelog](https://github.com/yargs/yargs-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/yargs-parser/compare/v18.1.0...v18.1.3 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 23:36:25 -04:00
Thomas Boop
c9819f79d2
Actions/core v1.2.5 release notes ( #562 )
2020-08-26 15:09:39 -04:00
Thomas Boop
c2bc747506
Add License.md to all npm packages ( #548 )
...
* Add License.md to all npm packages
2020-08-25 16:26:50 -04:00
github-actions[bot]
ea69f13737
Update Dependencies ( #561 )
...
Co-authored-by: github-actions[bot] <github-actions@github.com>
2020-08-25 13:44:55 -04:00
Ross Brodbeck
7f7e22a940
zeit renamed to vercel
2020-08-21 07:32:09 -04:00
Dave Hadka
de52c861c1
Add retry delay
2020-08-17 20:28:35 -05:00
Dave Hadka
1ef26b2390
Handle errors representing non-successful http responses in retry logic
2020-08-17 15:10:51 -05:00
Sora Morimoto
9ad01e4fd3
Use posix archive format ( #533 )
...
* Use posix archive format
Signed-off-by: Sora Morimoto <sora@morimoto.io>
* Update package.json and RELEASES.md
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2020-08-05 17:17:23 +02:00
Konrad Pabjan
6c5508d1fb
@actions/artifact 0.3.5
2020-08-04 17:11:50 +02:00
Konrad Pabjan
b2cba168a2
Retry on 413 ( #540 )
2020-08-04 16:57:38 +02:00
github-actions[bot]
fc28be88e4
Update Dependencies ( #536 )
...
Co-authored-by: github-actions[bot] <github-actions@github.com>
2020-08-03 11:40:36 -04:00
Konrad Pabjan
905b2c7b06
@actions/artifact 0.3.3 update
2020-07-30 17:30:41 +02:00
Konrad Pabjan
3a9dc00629
Better Artifact Telemetry + Increase Upload chunk size ( #535 )
...
* Differentiate user-agents for better internal telemetry
* Bump chunk size from 4 to 8 MB
* Update User-Agent Strings
2020-07-30 17:23:28 +02:00
Thomas Boop
ccad19055e
Set main as the default branch ( #527 )
...
* set main as the default branch
* revert change to tool-cache default branch
* use versions where applicable
2020-07-21 11:33:05 -04:00
Dave Hadka
781092b1d1
Fix bug downloading large files with the Azure SDK
2020-07-20 15:36:34 -05:00
github-actions[bot]
1cc56db0ff
Update Dependencies ( #526 )
...
Co-authored-by: github-actions[bot] <github-actions@github.com>
2020-07-20 10:38:14 -04:00
dependabot[bot]
0bf9897205
Bump lodash from 4.17.15 to 4.17.19 ( #524 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 16:56:22 -04:00
dependabot[bot]
b152907c1f
Bump lodash from 4.17.15 to 4.17.19 in /packages/github ( #522 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-16 15:54:18 -04:00
Thomas Boop
8f6ddeb087
Tool cache 1.6.0 Release Notes ( #519 )
...
* Tool-cache 1.6.0 release notes
* Adjust spacing
2020-07-16 15:46:02 -04:00
Thomas Boop
32f15666bd
Fix Issue where we can no longer create zip files on windows during cli tests. ( #520 )
...
* Try using pwsh instead of powershell
* Fallback to powershell
* Format files correctly
2020-07-16 11:51:00 -04:00
Frederik Wallner
2710592b73
tool-cache: Support for extracting xar compatible archives ( #207 )
...
* Test xar extraction
* Support for extracting xar compatible archives
* Only allow extractXar on mac
* Create xar during test instead of using prebuilt
* Update lockfiles
* Add verbose flag if debug
* Add extractXar example to readme
* Revert "Update lockfiles"
This reverts commit a6cbddccf6
.
* Use node pkg in example
* Remove and ignore prebuilt xar
* Tests for non-existing dir and without flags
* Better arguments handling
* Make sure that target directory exists
Co-authored-by: Thomas Boop <52323235+thboop@users.noreply.github.com>
2020-07-15 14:49:23 -04:00
Thomas Boop
95a10d23fa
Pipe audit results to a json file so lerna does not overflow ( #515 )
...
* Pipe audit results to a json file so lerna does not overflow
* reorder flags and args
2020-07-14 16:05:53 -04:00
Dave Hadka
c4a92b0b60
Update with reviewer feedback
2020-07-13 16:09:37 -05:00
Dave Hadka
cc474239c9
Display download progress
2020-07-13 12:46:34 -05:00
David Hadka
4964b0cc7c
Use Azure storage SDK to download cache ( #497 )
...
* Adds option to download using AzCopy
* Bump version number and add release notes
* Ensure we use at least v10
* Negate env var so it disables AzCopy
* Use Azure storage SDK to download cache
* Use same level of parallelism as AzCopy
* Fix naming of variable
* React to feedback
* Bump Node types to Node 12
* Make linter happy
* Pass options into restoreCache method
* Fix tests
* Restructure files and add tests
* Add method to get the default download and upload options
* Include breaking changes in RELEASES.md
Co-authored-by: Josh Gross <joshmgross@github.com>
2020-07-10 17:09:32 +02:00
github-actions[bot]
cee7d92d1d
Update Dependencies ( #509 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-07-06 16:36:08 -04:00
Thomas Boop
ea503a235e
Add release notes for `actions/github` 4.0.0 ( #507 )
...
* Add release notes for 4.0.0
2020-06-26 13:42:57 -04:00
839
2d47f7b7f6
Add execution state information ( #499 )
...
* Add execution state information (#371 )
* Type conformance to REST API (#371 )
* Changed to get the job name (#371 )
2020-06-25 23:25:13 -04:00
Thomas Boop
7a1a0dd6fc
Add core.info to Logging section
2020-06-24 10:48:13 -04:00
Aiqiao Yan
66931ff481
Update cache readme to include a link to cache action ( #478 )
...
Co-authored-by: Aiqiao Yan <aiqiaoy@aiqiaos-mbp.attlocal.net>
2020-06-19 14:43:10 -04:00
Thomas Boop
8e14ff9f0a
Setup Weekly Automation to Update @actions/github ( #498 )
...
* create automation to update Octokit for actions toolkit
Co-authored-by: Dependency Update Bot <bot@github.com>
Co-authored-by: Shohei Ueda <30958501+peaceiris@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2020-06-19 14:35:19 -04:00
Thomas Boop
3e40dd39cc
Explicitly exclude DS store files ( #492 )
2020-06-04 15:14:19 -04:00
Thomas Boop
c65fe87e33
Minor readme clarification
2020-06-03 13:51:19 -04:00
Ryo Ota
d4340966b7
Add type of context.payload.comment ( #375 )
2020-06-03 11:54:01 -04:00
Thomas Boop
d69e699ab9
Update release information for @actions/github 3.0.0 ( #489 )
2020-06-03 10:12:22 -04:00
Thomas Boop
4a89cf72de
@actions/github v3 using Octokit/core ( #453 )
...
* Rebuild to use @Octokit/Core
2020-06-02 21:39:46 -04:00
Aiqiao Yan
30e0a77337
Merge pull request #471 from actions/aiyan/minor-edit
...
Fix a bug with getCompressionMethod and minor edit to release note
2020-05-19 16:42:40 -04:00
Aiqiao Yan
44a99f6c43
Add section for 0.2.1
2020-05-19 16:36:18 -04:00
Aiqiao Yan
f84d1a2ae2
Fix a bug with getCompressionMethod
2020-05-19 16:12:28 -04:00