Michael B. Gale
|
42fb267c1c
|
Don't store error message in StartProxyError errors
|
2026-02-02 17:26:37 +00:00 |
|
Michael B. Gale
|
832a783bd4
|
Address minor review comments
|
2026-02-02 17:13:43 +00:00 |
|
Michael B. Gale
|
160e695297
|
Merge branch 'main' into mbg/start-proxy/error-types
|
2026-02-02 16:34:35 +00:00 |
|
Henry Mercer
|
8aac4e47ac
|
Merge pull request #3448 from github/mergeback/v4.32.1-to-main-6bc82e05
Mergeback v4.32.1 refs/heads/releases/v4 into main
|
2026-02-02 07:46:51 -08:00 |
|
github-actions[bot]
|
e8d7df4f04
|
Rebuild
|
2026-02-02 15:21:41 +00:00 |
|
github-actions[bot]
|
c1bba77db0
|
Update changelog and version after v4.32.1
|
2026-02-02 15:11:38 +00:00 |
|
Henry Mercer
|
6bc82e05fd
|
Merge pull request #3447 from github/update-v4.32.1-f52cbc830
Merge main into releases/v4
v4.32.1
|
2026-02-02 07:09:16 -08:00 |
|
Michael B. Gale
|
42f00f2d33
|
Add a couple of change notes
|
2026-02-02 14:32:28 +00:00 |
|
github-actions[bot]
|
cedee6de9f
|
Update changelog for v4.32.1
|
2026-02-02 12:13:48 +00:00 |
|
Henry Mercer
|
f52cbc8309
|
Merge pull request #3445 from github/dependabot/npm_and_yarn/fast-xml-parser-5.3.4
Bump fast-xml-parser from 5.3.3 to 5.3.4
|
2026-02-02 03:49:48 -08:00 |
|
Michael B. Gale
|
c5aaca4bb9
|
Merge pull request #3446 from github/mbg/ci/pin-node-packages
|
2026-02-02 10:51:35 +00:00 |
|
Michael B. Gale
|
3e58739c65
|
Pin @actions/tool-cache@3 in workflows to avoid failures with github-script
|
2026-02-02 08:18:36 +00:00 |
|
github-actions[bot]
|
a6ccefb47c
|
Rebuild
|
2026-01-30 23:00:12 +00:00 |
|
dependabot[bot]
|
0e64858573
|
Bump fast-xml-parser from 5.3.3 to 5.3.4
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.3.3...v5.3.4)
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 5.3.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-30 22:58:35 +00:00 |
|
Michael B. Gale
|
beb9f533db
|
Add and use getProxyFilename
|
2026-01-29 15:19:36 +00:00 |
|
Michael B. Gale
|
a1c70789a3
|
Use getSafeErrorMessage for unhandled error message
|
2026-01-29 15:09:21 +00:00 |
|
Michael B. Gale
|
d94d88d717
|
Add tests for getProxyBinaryPath
|
2026-01-29 15:06:20 +00:00 |
|
Michael B. Gale
|
a6d296a341
|
Move getProxyBinaryPath to start-proxy module
|
2026-01-29 14:20:16 +00:00 |
|
Michael B. Gale
|
28f6d316c0
|
Handle toolcache errors with StartProxyError
|
2026-01-29 14:16:36 +00:00 |
|
Michael B. Gale
|
1d0f911837
|
Handle extraction errors with StartProxyError
|
2026-01-29 13:45:46 +00:00 |
|
Michael B. Gale
|
05bd050f34
|
Add and use withRecordingLoggerAsync
|
2026-01-29 13:44:10 +00:00 |
|
Michael B. Gale
|
325a3a2ae3
|
Add wrapFailureTest test macro
|
2026-01-29 13:34:19 +00:00 |
|
Michael B. Gale
|
6394750070
|
Add test for sendFailedStatusReport
|
2026-01-29 13:19:37 +00:00 |
|
Michael B. Gale
|
f1588cde0c
|
Add StartProxyError for status-report-safe errors, and use for proxy download
|
2026-01-29 12:38:04 +00:00 |
|
Henry Mercer
|
f985be5b50
|
Merge pull request #3443 from github/dependabot/npm_and_yarn/tar-7.5.7
Bump tar from 7.5.6 to 7.5.7
|
2026-01-29 03:00:35 -08:00 |
|
Michael B. Gale
|
4dcc8a9cdc
|
Move failed status report code into sendFailedStatusReport
|
2026-01-29 10:28:55 +00:00 |
|
Michael B. Gale
|
fbe3ae9de8
|
Move sendSuccessStatusReport to start-proxy module
|
2026-01-29 10:20:59 +00:00 |
|
Michael B. Gale
|
2a384c1c14
|
Move credentialToStr and add tests
|
2026-01-29 10:07:51 +00:00 |
|
dependabot[bot]
|
0c8e06dfb2
|
Bump tar from 7.5.6 to 7.5.7
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.6 to 7.5.7.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.6...v7.5.7)
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-28 19:01:18 +00:00 |
|
Henry Mercer
|
b2ff80ddac
|
Merge pull request #3440 from github/dependabot/npm_and_yarn/npm-minor-6271c457c1
Bump the npm-minor group with 7 updates
|
2026-01-28 10:59:57 -08:00 |
|
github-actions[bot]
|
48f3548141
|
Rebuild
|
2026-01-28 17:55:06 +00:00 |
|
dependabot[bot]
|
800dfbe5e1
|
Bump the npm-minor group with 7 updates
Bumps the npm-minor group with 7 updates:
| Package | From | To |
| --- | --- | --- |
| [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) | `5.0.2` | `5.0.3` |
| [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache) | `5.0.3` | `5.0.5` |
| [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) | `2.0.2` | `2.0.3` |
| [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) | `0.5.0` | `0.5.1` |
| [@actions/http-client](https://github.com/actions/toolkit/tree/HEAD/packages/http-client) | `3.0.1` | `3.0.2` |
| [@actions/tool-cache](https://github.com/actions/toolkit/tree/HEAD/packages/tool-cache) | `3.0.0` | `3.0.1` |
| [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | `62.2.0` | `62.3.0` |
Updates `@actions/artifact` from 5.0.2 to 5.0.3
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/artifact)
Updates `@actions/cache` from 5.0.3 to 5.0.5
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/cache)
Updates `@actions/core` from 2.0.2 to 2.0.3
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)
Updates `@actions/glob` from 0.5.0 to 0.5.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob)
Updates `@actions/http-client` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/http-client/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/http-client)
Updates `@actions/tool-cache` from 3.0.0 to 3.0.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/tool-cache/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/tool-cache)
Updates `eslint-plugin-jsdoc` from 62.2.0 to 62.3.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.2.0...v62.3.0)
---
updated-dependencies:
- dependency-name: "@actions/artifact"
dependency-version: 5.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: "@actions/cache"
dependency-version: 5.0.5
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: "@actions/core"
dependency-version: 2.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: "@actions/glob"
dependency-version: 0.5.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: "@actions/http-client"
dependency-version: 3.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: "@actions/tool-cache"
dependency-version: 3.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: eslint-plugin-jsdoc
dependency-version: 62.3.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-28 17:53:24 +00:00 |
|
Michael B. Gale
|
1314d3d17e
|
Merge pull request #3439 from github/mbg/fix-proxy-test
Remove `gh` setup from global proxy test
|
2026-01-28 13:58:28 +00:00 |
|
Michael B. Gale
|
f7f9d3f341
|
Remove gh setup from global proxy test
|
2026-01-28 13:35:59 +00:00 |
|
Henry Mercer
|
eb5bd2d0b9
|
Merge pull request #3421 from github/henrymercer/only-request-properties-for-orgs
Tolerate errors loading repository properties
|
2026-01-28 04:00:31 -08:00 |
|
Henry Mercer
|
9aa0515f67
|
Update comments
|
2026-01-28 11:33:06 +00:00 |
|
Henry Mercer
|
0720e13f0b
|
Log repository owner type explicitly
|
2026-01-28 11:30:35 +00:00 |
|
Henry Mercer
|
38ba96d2aa
|
Merge branch 'main' into henrymercer/only-request-properties-for-orgs
|
2026-01-27 18:28:33 +00:00 |
|
Henry Mercer
|
679da45cc3
|
Add basic unit tests for Result class
|
2026-01-27 15:19:17 +00:00 |
|
Henry Mercer
|
d5dd165f8b
|
Ensure default value is assignable if we have a Failure
|
2026-01-27 15:18:50 +00:00 |
|
Henry Mercer
|
fbf75ebd7b
|
Merge branch 'main' into henrymercer/only-request-properties-for-orgs
|
2026-01-27 15:17:20 +00:00 |
|
Henry Mercer
|
6a50972d16
|
Introduce addNoLanguageDiagnostic
|
2026-01-27 15:14:32 +00:00 |
|
Henry Mercer
|
5cb12c41c2
|
Include "Result" in name
|
2026-01-27 15:11:48 +00:00 |
|
Henry Mercer
|
e8f487178f
|
Add some doc for loadRepositoryProperties
|
2026-01-27 15:11:01 +00:00 |
|
Henry Mercer
|
a0671be58e
|
Add doc for Result
|
2026-01-27 15:07:46 +00:00 |
|
Henry Mercer
|
9ea34c5169
|
Result: Make use of type hint
|
2026-01-27 15:05:03 +00:00 |
|
Henry Mercer
|
9fda641d8d
|
Prefer accessing context via @actions/github
|
2026-01-27 15:00:52 +00:00 |
|
Henry Mercer
|
b126facd4e
|
Merge pull request #3434 from github/mbg/dependabot/cooldown
Add `cooldown` settings for Dependabot
|
2026-01-27 06:57:30 -08:00 |
|
Henry Mercer
|
835dadecbf
|
Merge pull request #3420 from github/henrymercer/compute-job-status-if-no-config
Simplify computation of job status
|
2026-01-27 06:51:55 -08:00 |
|
Henry Mercer
|
a02edfe319
|
Merge pull request #3424 from github/henrymercer/feature-skip-file-coverage-info-prs
Add feature flag to skip computing baseline file coverage information on PRs
|
2026-01-27 06:49:29 -08:00 |
|