Skip to content

Conversation

@MichelleArk
Copy link
Contributor

@MichelleArk MichelleArk commented Apr 18, 2023

resolves #7396

Description

Checklist

@MichelleArk MichelleArk requested a review from a team as a code owner April 18, 2023 14:25
@MichelleArk MichelleArk requested review from aranke and nssalian April 18, 2023 14:25
@MichelleArk MichelleArk added the Skip Changelog Skips GHA to check for changelog file label Apr 18, 2023
@cla-bot cla-bot bot added the cla:yes label Apr 18, 2023
@MichelleArk MichelleArk merged commit 57e9096 into main Apr 18, 2023
@MichelleArk MichelleArk deleted the sqlparse-pin branch April 18, 2023 15:01
@github-actions
Copy link
Contributor

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

Then, create a pull request where the base branch is 1.1.latest and the compare/head branch is backport-7394-to-1.1.latest.

@github-actions
Copy link
Contributor

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

Then, create a pull request where the base branch is 1.2.latest and the compare/head branch is backport-7394-to-1.2.latest.

@github-actions
Copy link
Contributor

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

Then, create a pull request where the base branch is 1.3.latest and the compare/head branch is backport-7394-to-1.3.latest.

github-actions bot pushed a commit that referenced this pull request Apr 18, 2023
(cherry picked from commit 57e9096)
github-actions bot pushed a commit that referenced this pull request Apr 18, 2023
(cherry picked from commit 57e9096)
MichelleArk added a commit that referenced this pull request Apr 18, 2023
(cherry picked from commit 57e9096)

Co-authored-by: Michelle Ark <[email protected]>
MichelleArk added a commit that referenced this pull request Apr 20, 2023
(cherry picked from commit 57e9096)

Co-authored-by: Michelle Ark <[email protected]>
@aranke aranke mentioned this pull request May 9, 2023
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla:yes Skip Changelog Skips GHA to check for changelog file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CT-2432] [CT-2431] [Bug] sqlparse patch version 0.4.4 breaks ephemeral models

3 participants