Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
dab0ab7
Make `undici` an explicit dependency
mbg Jun 23, 2026
8763bac
Add `RegistryProxyVars` enum
mbg Jul 13, 2026
5172487
Allow `getTestEnv` to be parameterised over initial env
mbg Jul 13, 2026
a29dee4
Add minimal proxy init code
mbg Jul 8, 2026
e387ec1
Move `init` step at the end of `start-proxy` test workflow
mbg Jul 13, 2026
b0eaa56
Set language inputs in `start-proxy` check workflow
mbg Jul 13, 2026
b6d92e3
Set `CODEQL_PROXY_*` vars for `init` step in test workflow
mbg Jul 13, 2026
50b3687
Specify custom `config-file` in `start-proxy` check
mbg Jul 13, 2026
4c2bf01
Scaffold basic `update-release-branch.ts`
mbg Jul 14, 2026
8505293
Add constants
mbg Jul 14, 2026
1495237
Add `getGitHubToken`
mbg Jul 14, 2026
a10d7a7
Parse command line options
mbg Jul 14, 2026
d0b11ca
Make script executable
mbg Jul 14, 2026
1b146d1
Validate target branch and extract major version
mbg Jul 14, 2026
440cebc
Add `getCurrentVersion`
mbg Jul 14, 2026
4ca9f53
Add `runGit` and use it to obtain the source branch SHA
mbg Jul 14, 2026
c3da0a9
Fetch commit info
mbg Jul 14, 2026
5579217
Check whether the new branch exists
mbg Jul 14, 2026
460cc0c
Add dry run support and push branch
mbg Jul 14, 2026
212aa33
Add `runCommand`
mbg Jul 14, 2026
c8ed70e
Add `rebuildAction` function
mbg Jul 14, 2026
639fc5d
Add changelog helpers
mbg Jul 14, 2026
5e21203
Add `prepareNewBranch`
mbg Jul 14, 2026
78d71fb
Create PR
mbg Jul 14, 2026
5c030f4
Add summary comment
mbg Jul 14, 2026
2c45c81
Add `DryRunOption` interface
mbg Jul 14, 2026
4b861b8
Move changelog-related definitions into their own module
mbg Jul 14, 2026
e2472fc
Make `processChangelogForBackports` dry-run-aware
mbg Jul 14, 2026
fd0ae66
Restore some comments
mbg Jul 14, 2026
d4b3323
Use TS script in workflow
mbg Jul 14, 2026
f9a9f48
Run `npm ci` in `release-initialise` workflow.
mbg Jul 14, 2026
583bf3e
Fix comment typos
mbg Jul 14, 2026
d694648
Make `changelog.ts` more testable and add tests
mbg Jul 14, 2026
9b314f4
Make `replaceVersionInPackageJson` dry-run-aware
mbg Jul 14, 2026
a464bf1
Move `package.json` helpers into their own file
mbg Jul 14, 2026
ae48798
Make `versions.ts` testable and add basic tests
mbg Jul 14, 2026
80599cc
Allow proxy to be threaded into `createApiClientWithDetails`
mbg Jul 14, 2026
6d70593
Gate proxy usage behind FF
mbg Jul 14, 2026
205b37b
Use `ActionState` for `getRegistryProxy`
mbg Jul 14, 2026
b946565
Add and use `clone` method for `ReadOnlyEnv`
mbg Jul 14, 2026
47e9c29
Log whether the proxy is picked up on
mbg Jul 14, 2026
a1c676d
Test proxy usage for `getRemoteConfig`
mbg Jul 14, 2026
d705aa3
Merge remote-tracking branch 'origin/main' into mbg/use-registry-prox…
mbg Jul 14, 2026
1a0eca3
Validate `proxy` argument in tests
mbg Jul 14, 2026
41c7af7
Use `paginate`
mbg Jul 15, 2026
423e341
Delete python version
mbg Jul 15, 2026
7b19180
Merge remote-tracking branch 'origin/main' into mbg/use-registry-prox…
mbg Jul 16, 2026
4292bd7
Remove unneeded type assertion now that `ApiClient` exists
mbg Jul 16, 2026
1226301
Update changelog and version after v4.37.1
github-actions[bot] Jul 16, 2026
0297913
Rebuild
github-actions[bot] Jul 16, 2026
7c4a258
Merge pull request #4021 from github/mergeback/v4.37.1-to-main-7188fc36
oscarsj Jul 16, 2026
8125f87
Remove unused `getApiFetch`
mbg Jul 16, 2026
7db34ae
Refactor looking up proxy env vars into `getRegistryProxyConfig`.
mbg Jul 17, 2026
cf46341
Merge pull request #4007 from github/mbg/use-registry-proxy-for-repo-…
mbg Jul 17, 2026
da21ad6
Remove `NewRemoteFileAddresses` FF and default to its behaviour
mbg Jul 20, 2026
dd35309
Remove explicit FF from `start-proxy` check
mbg Jul 20, 2026
b855687
Always make `docker_registry` registries available
mbg Jul 20, 2026
69fd9e9
Merge pull request #4024 from github/mbg/private-registry/make-docker…
mbg Jul 21, 2026
830c231
Merge pull request #4023 from github/mbg/ff/remove-new-remote-file-ad…
mbg Jul 21, 2026
dbdf0b0
Bump tar from 7.5.16 to 7.5.20
dependabot[bot] Jul 21, 2026
115e8cb
Merge pull request #4010 from github/mbg/ts/update-release-branch
mbg Jul 21, 2026
de0229c
Merge branch 'main' into dependabot/npm_and_yarn/tar-7.5.20
mbg Jul 21, 2026
385bcdc
Merge pull request #4026 from github/dependabot/npm_and_yarn/tar-7.5.20
mbg Jul 21, 2026
73aad0e
Update changelog for v4.37.2
github-actions[bot] Jul 21, 2026
e0faed8
Add a couple of change notes
mbg Jul 21, 2026
e064762
Merge pull request #4027 from github/update-v4.37.2-385bcdc5a
mbg Jul 21, 2026
5a1ba3b
Revert "Update version and changelog for v3.37.1"
github-actions[bot] Jul 21, 2026
c87e7fa
Revert "Rebuild"
github-actions[bot] Jul 21, 2026
ab2931b
Merge remote-tracking branch 'origin/releases/v4' into backport-v3.37…
github-actions[bot] Jul 21, 2026
8dfbacb
Update version and changelog for v3.37.2
github-actions[bot] Jul 21, 2026
74406f0
Rebuild
mbg Jul 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/actions/release-branches/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ runs:
MAJOR_VERSION: ${{ inputs.major_version }}
LATEST_TAG: ${{ inputs.latest_tag }}
run: |
npm ci
npx tsx ./pr-checks/release-branches.ts \
--major-version "$MAJOR_VERSION" \
--latest-tag "$LATEST_TAG"
Expand Down
4 changes: 4 additions & 0 deletions .github/actions/release-initialise/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ runs:
node-version: 24
cache: 'npm'

- name: Install JavaScript dependencies
shell: bash
run: npm ci

- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
Expand Down
Loading
Loading