Henry Mercer
|
876cecb383
|
Avoid requesting features in CCR
|
2026-02-12 16:53:19 +00:00 |
|
Henry Mercer
|
43b46a19be
|
Retry API authentication errors since these can be transient
|
2026-02-12 16:19:04 +00:00 |
|
Michael B. Gale
|
8ad4b6ec58
|
Merge pull request #3472 from github/dependabot/github_actions/dot-github/workflows/actions-minor-299c02fd34
Bump ruby/setup-ruby from 1.286.0 to 1.288.0 in /.github/workflows in the actions-minor group across 1 directory
|
2026-02-12 14:00:07 +00:00 |
|
Michael B. Gale
|
4edc7d2e82
|
Merge pull request #3467 from github/dependabot/npm_and_yarn/npm-minor-5707d09364
Bump the npm-minor group with 2 updates
|
2026-02-12 13:33:11 +00:00 |
|
Michael B. Gale
|
ff33514494
|
Merge pull request #3466 from github/mbg/start-proxy/test-connections
Test connections to private registries in `start-proxy`
|
2026-02-11 19:19:02 +00:00 |
|
Michael B. Gale
|
efb92e2714
|
Skip checks for non-URLs for now
|
2026-02-11 18:02:24 +00:00 |
|
github-actions[bot]
|
d73644591f
|
Rebuild
|
2026-02-11 18:01:35 +00:00 |
|
dependabot[bot]
|
41d2cc39b6
|
Bump ruby/setup-ruby
Bumps the actions-minor group with 1 update in the /.github/workflows directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby).
Updates `ruby/setup-ruby` from 1.286.0 to 1.288.0
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](https://github.com/ruby/setup-ruby/compare/90be1154f987f4dc0fe0dd0feedac9e473aa4ba8...09a7688d3b55cf0e976497ff046b70949eeaccfd)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-version: 1.288.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: actions-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-02-11 17:59:56 +00:00 |
|
github-actions[bot]
|
be578c7735
|
Rebuild
|
2026-02-11 17:54:50 +00:00 |
|
dependabot[bot]
|
fa6e24cf12
|
Bump the npm-minor group with 2 updates
Bumps the npm-minor group with 2 updates: [@eslint/compat](https://github.com/eslint/rewrite/tree/HEAD/packages/compat) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).
Updates `@eslint/compat` from 2.0.1 to 2.0.2
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/compat/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/compat-v2.0.2/packages/compat)
Updates `eslint-plugin-jsdoc` from 62.4.1 to 62.5.0
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.4.1...v62.5.0)
---
updated-dependencies:
- dependency-name: "@eslint/compat"
dependency-version: 2.0.2
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: eslint-plugin-jsdoc
dependency-version: 62.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-02-11 17:53:12 +00:00 |
|
Michael B. Gale
|
2b5b614c85
|
Add timeout event handler
|
2026-02-11 17:50:44 +00:00 |
|
Michael B. Gale
|
555ee17b0b
|
Remove unused logger in NetworkReachabilityBackend
|
2026-02-11 17:46:33 +00:00 |
|
Michael B. Gale
|
e114998dda
|
Add test for missing type
|
2026-02-11 17:15:45 +00:00 |
|
Michael B. Gale
|
bd36637537
|
Require validated Credential for credentialToStr
|
2026-02-11 17:13:01 +00:00 |
|
Michael B. Gale
|
4d0bec12bf
|
Rename types
|
2026-02-11 17:10:39 +00:00 |
|
Michael B. Gale
|
0387f55b70
|
Fix outdated comment
|
2026-02-11 16:49:07 +00:00 |
|
Michael B. Gale
|
27b3b6586d
|
Remove unnecessary test assertions
|
2026-02-11 16:47:57 +00:00 |
|
Michael B. Gale
|
c4b0f60beb
|
Remove superfluous error handling details
|
2026-02-10 17:15:03 +00:00 |
|
Michael B. Gale
|
51357000d2
|
Add a 5s timeout to requests
|
2026-02-10 17:09:49 +00:00 |
|
Michael B. Gale
|
4d44b570d2
|
Type that registries must have either an url or a host
|
2026-02-10 17:05:44 +00:00 |
|
Michael B. Gale
|
700fc11b44
|
Add missing else
|
2026-02-10 16:21:07 +00:00 |
|
Michael B. Gale
|
9f2f6d0d2e
|
Remove superflous log message
|
2026-02-10 16:13:23 +00:00 |
|
Michael B. Gale
|
01ee641f14
|
Test connections to registries, if FF is enabled
|
2026-02-10 15:37:45 +00:00 |
|
Michael B. Gale
|
c7eff3f0b1
|
Add StartProxyConnectionChecks feature
|
2026-02-10 14:57:16 +00:00 |
|
Michael B. Gale
|
c4717c9c74
|
Add ProxyInfo type and return from startProxy
|
2026-02-10 14:56:24 +00:00 |
|
Michael B. Gale
|
b030333651
|
Add explicit dependency on https-proxy-agent
|
2026-02-10 14:53:56 +00:00 |
|
Michael B. Gale
|
70eae154c6
|
Break up Credential type into two interfaces
|
2026-02-09 17:36:08 +00:00 |
|
Michael B. Gale
|
93302bc63a
|
Move Credential type
|
2026-02-09 17:32:48 +00:00 |
|
Michael B. Gale
|
310177a1fb
|
Merge branch 'main' into mbg/start-proxy/test-connections
|
2026-02-09 17:27:05 +00:00 |
|
Henry Mercer
|
b13d724d35
|
Merge pull request #3462 from github/mergeback/v4.32.2-to-main-45cbd0c6
Mergeback v4.32.2 refs/heads/releases/v4 into main
|
2026-02-06 11:33:23 +00:00 |
|
github-actions[bot]
|
4b8e16f54f
|
Rebuild
|
2026-02-06 11:00:39 +00:00 |
|
github-actions[bot]
|
481be99883
|
Merge remote-tracking branch 'origin/main' into mergeback/v4.32.2-to-main-45cbd0c6
|
2026-02-06 10:59:51 +00:00 |
|
Michael B. Gale
|
9b3a0d2c26
|
Merge pull request #3464 from github/mbg/disable-ts-unused-checks
Disable TypeScript `noUnusedLocals` and `noUnusedParameters` options, already covered by eslint
|
2026-02-06 10:59:44 +00:00 |
|
Michael B. Gale
|
d2901f5537
|
Make FFs available in start-proxy action
|
2026-02-06 10:43:36 +00:00 |
|
Michael B. Gale
|
46c411a7f4
|
Disable noUnusedLocals and noUnusedParameters
|
2026-02-06 00:14:12 +00:00 |
|
github-actions[bot]
|
5a82333186
|
Update changelog and version after v4.32.2
|
2026-02-05 17:09:49 +00:00 |
|
Henry Mercer
|
45cbd0c69e
|
Merge pull request #3461 from github/update-v4.32.2-7aee93297
Merge main into releases/v4
v4.32.2
|
2026-02-05 17:07:58 +00:00 |
|
github-actions[bot]
|
cb528be87e
|
Update changelog for v4.32.2
|
2026-02-05 16:29:51 +00:00 |
|
Henry Mercer
|
7aee932974
|
Merge pull request #3460 from github/update-bundle/codeql-bundle-v2.24.1
Update default bundle to 2.24.1
|
2026-02-05 15:52:29 +00:00 |
|
Henry Mercer
|
b5f028a984
|
Merge pull request #3457 from github/dependabot/npm_and_yarn/npm-minor-4c1fc3d0aa
Bump the npm-minor group across 1 directory with 4 updates
|
2026-02-05 15:47:13 +00:00 |
|
Henry Mercer
|
9702c27ab9
|
Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-4c1fc3d0aa
|
2026-02-05 15:18:18 +00:00 |
|
github-actions[bot]
|
c36c94846f
|
Add changelog note
|
2026-02-05 15:16:32 +00:00 |
|
github-actions[bot]
|
3d0331896c
|
Update default bundle to codeql-bundle-v2.24.1
|
2026-02-05 15:16:22 +00:00 |
|
Henry Mercer
|
77591e2c4a
|
Merge pull request #3459 from github/copilot/fix-github-actions-workflow-again
Fix `git merge --continue` missing --no-edit in Rebuild workflow
codeql-bundle-v2.24.1
|
2026-02-05 15:00:59 +00:00 |
|
copilot-swe-agent[bot]
|
7a44a9db3f
|
Fix Rebuild Action workflow by adding --no-edit flag to git merge --continue
Co-authored-by: henrymercer <14129055+henrymercer@users.noreply.github.com>
|
2026-02-04 21:50:17 +00:00 |
|
copilot-swe-agent[bot]
|
e2ac371513
|
Initial plan
|
2026-02-04 21:48:30 +00:00 |
|
Michael B. Gale
|
7deb0a15d3
|
Merge pull request #3444 from github/mbg/start-proxy/error-types
Report some types of errors in `start-proxy` status reports
|
2026-02-04 19:12:25 +00:00 |
|
github-actions[bot]
|
4f6ea84c21
|
Rebuild
|
2026-02-04 18:53:07 +00:00 |
|
dependabot[bot]
|
73dbc8364d
|
Bump the npm-minor group across 1 directory with 4 updates
Bumps the npm-minor group with 3 updates in the / directory: [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github), [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc).
Updates `@actions/github` from 8.0.0 to 8.0.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github)
Updates `@typescript-eslint/eslint-plugin` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/eslint-plugin)
Updates `@typescript-eslint/parser` from 8.53.1 to 8.54.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.54.0/packages/parser)
Updates `eslint-plugin-jsdoc` from 62.3.0 to 62.4.1
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases)
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v62.3.0...v62.4.1)
---
updated-dependencies:
- dependency-name: "@actions/github"
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: npm-minor
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-version: 8.54.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: "@typescript-eslint/parser"
dependency-version: 8.54.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
- dependency-name: eslint-plugin-jsdoc
dependency-version: 62.4.1
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: npm-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-02-04 18:51:26 +00:00 |
|
Michael B. Gale
|
f959778b39
|
Merge pull request #3451 from github/dependabot/npm_and_yarn/isaacs/brace-expansion-5.0.1
Bump @isaacs/brace-expansion from 5.0.0 to 5.0.1
|
2026-02-04 10:07:23 +00:00 |
|