Skip to content

Conversation

@miguelgrinberg
Copy link
Contributor

This change adds implementations of the bumpmatrix and codegen commands to the .github/make.sh automation script.

@miguelgrinberg miguelgrinberg requested a review from a team as a code owner November 26, 2025 14:42
@miguelgrinberg
Copy link
Contributor Author

miguelgrinberg commented Nov 26, 2025

The failures are caused by a YAML test that uses a new endpoint that is currently not available in the client. Once we have code generation automation in place we'll be able to make incremental updates to the client as the spec evolves.

@miguelgrinberg
Copy link
Contributor Author

Haven't got reviews on this in a few days, so I'm going to go ahead and merge anyway, given that this is adding new commands to make.sh without modifying any of the existing ones. This is going to allow me to start testing the automationc cron jobs that run on Mondays.

@miguelgrinberg miguelgrinberg merged commit 431e902 into main Dec 1, 2025
24 of 36 checks passed
@miguelgrinberg miguelgrinberg deleted the add-bumpmatrix-cmd branch December 1, 2025 19:05
@github-actions
Copy link

github-actions bot commented Dec 2, 2025

The backport to 9.2 failed:

The process '/usr/bin/git' failed with exit code 128

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-9.2 9.2
# Navigate to the new working tree
cd .worktrees/backport-9.2
# Create a new branch
git switch --create backport-1478-to-9.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 431e902e7fa50ffeac09d7e505186620bab5290c
# Push it to GitHub
git push --set-upstream origin backport-1478-to-9.2
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.2

Then, create a pull request where the base branch is 9.2 and the compare/head branch is backport-1478-to-9.2.

miguelgrinberg added a commit that referenced this pull request Dec 2, 2025
Add bumpmatrix and codegen automation commands
miguelgrinberg added a commit that referenced this pull request Dec 2, 2025
Add bumpmatrix and codegen automation commands
miguelgrinberg added a commit that referenced this pull request Dec 2, 2025
Add bumpmatrix and codegen automation commands
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant