Skip to content

Conversation

@lcawl
Copy link
Contributor

@lcawl lcawl commented Jun 9, 2025

Relates to #4277 and #4415, which added the new make transform-to-openapi-for-docs command.

This PR updates the make overlay-docs to run against the output from make transform-to-openapi-for-docs instead of make transform-to-openapi.

It also changes the output file name since the .examples.json file names imply something that isn't true anymore (and updates the .gitignore accordingly).

NOTE: This PR should not be merged until after we're ready to start publishing from the new make transform-to-openapi-for-docs output (i.e. we've established redirects for the paths that have been consolidated).

@lcawl lcawl requested a review from a team June 9, 2025 20:30
@lcawl lcawl marked this pull request as ready for review June 13, 2025 00:56
Copy link
Contributor

@szabosteve szabosteve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@lcawl lcawl merged commit 26ed911 into main Jun 30, 2025
8 checks passed
@lcawl lcawl deleted the docs-commands branch June 30, 2025 21:41
@github-actions
Copy link
Contributor

The backport to 8.19 failed:

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

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-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-4504-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 26ed9116ad26b328a52f61ee1d21672595bda211
# Push it to GitHub
git push --set-upstream origin backport-4504-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19

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

@github-actions
Copy link
Contributor

The backport to 8.18 failed:

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

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-8.18 8.18
# Navigate to the new working tree
cd .worktrees/backport-8.18
# Create a new branch
git switch --create backport-4504-to-8.18
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 26ed9116ad26b328a52f61ee1d21672595bda211
# Push it to GitHub
git push --set-upstream origin backport-4504-to-8.18
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.18

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

@github-actions
Copy link
Contributor

The backport to 9.0 failed:

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

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.0 9.0
# Navigate to the new working tree
cd .worktrees/backport-9.0
# Create a new branch
git switch --create backport-4504-to-9.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 26ed9116ad26b328a52f61ee1d21672595bda211
# Push it to GitHub
git push --set-upstream origin backport-4504-to-9.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-9.0

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

github-actions bot pushed a commit that referenced this pull request Jun 30, 2025
lcawl added a commit that referenced this pull request Jun 30, 2025
@lcawl
Copy link
Contributor Author

lcawl commented Jun 30, 2025

💚 All backports created successfully

Status Branch Result
9.0

Questions ?

Please refer to the Backport tool documentation

lcawl added a commit that referenced this pull request Jun 30, 2025
(cherry picked from commit 26ed911)

Co-authored-by: Lisa Cawley <[email protected]>
lcawl added a commit that referenced this pull request Jun 30, 2025
@lcawl
Copy link
Contributor Author

lcawl commented Jun 30, 2025

💚 All backports created successfully

Status Branch Result
8.19

Questions ?

Please refer to the Backport tool documentation

lcawl added a commit that referenced this pull request Jun 30, 2025
lcawl added a commit that referenced this pull request Jun 30, 2025
@lcawl
Copy link
Contributor Author

lcawl commented Jun 30, 2025

💚 All backports created successfully

Status Branch Result
8.18

Questions ?

Please refer to the Backport tool documentation

lcawl added a commit that referenced this pull request Jun 30, 2025
lcawl added a commit that referenced this pull request Jun 30, 2025
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.

3 participants