Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlparse <0.4.4 #7394

Merged
merged 1 commit into from
Apr 18, 2023
Merged

sqlparse <0.4.4 #7394

merged 1 commit into from
Apr 18, 2023

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 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
@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 <MichelleArk@users.noreply.github.com>
MichelleArk added a commit that referenced this pull request Apr 20, 2023
(cherry picked from commit 57e9096)

Co-authored-by: Michelle Ark <MichelleArk@users.noreply.github.com>
@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
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
2 participants