Conversation
✅ Deploy Preview for docs-java ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
mongoKart
left a comment
There was a problem hiding this comment.
overall TOC org looks good i think. some small changes that are less important, except for redirects if we're backporting
There was a problem hiding this comment.
If we're backporting the new TOC to all previous versions, the redirects should start with [*-master]
source/connection/specify-connection-options/configure-crud.txt
Outdated
Show resolved
Hide resolved
source/connection/specify-connection-options/configure-crud.txt
Outdated
Show resolved
Hide resolved
source/connection/specify-connection-options/configure-crud.txt
Outdated
Show resolved
Hide resolved
source/connection/specify-connection-options/configure-crud.txt
Outdated
Show resolved
Hide resolved
|
The backport to 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-v5.2 v5.2
# Navigate to the new working tree
cd .worktrees/backport-v5.2
# Create a new branch
git switch --create backport-655-to-v5.2
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7a2160d7144ae9059514e441a1b884d1d61c4ae1
# Push it to GitHub
git push --set-upstream origin backport-655-to-v5.2
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v5.2Then, create a pull request where the |
|
The backport to 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-v5.1 v5.1
# Navigate to the new working tree
cd .worktrees/backport-v5.1
# Create a new branch
git switch --create backport-655-to-v5.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7a2160d7144ae9059514e441a1b884d1d61c4ae1
# Push it to GitHub
git push --set-upstream origin backport-655-to-v5.1
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v5.1Then, create a pull request where the |
|
The backport to 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-v5.0 v5.0
# Navigate to the new working tree
cd .worktrees/backport-v5.0
# Create a new branch
git switch --create backport-655-to-v5.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7a2160d7144ae9059514e441a1b884d1d61c4ae1
# Push it to GitHub
git push --set-upstream origin backport-655-to-v5.0
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v5.0Then, create a pull request where the |
|
The backport to 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-v4.11 v4.11
# Navigate to the new working tree
cd .worktrees/backport-v4.11
# Create a new branch
git switch --create backport-655-to-v4.11
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7a2160d7144ae9059514e441a1b884d1d61c4ae1
# Push it to GitHub
git push --set-upstream origin backport-655-to-v4.11
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v4.11Then, create a pull request where the |
|
The backport to 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-v4.10 v4.10
# Navigate to the new working tree
cd .worktrees/backport-v4.10
# Create a new branch
git switch --create backport-655-to-v4.10
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7a2160d7144ae9059514e441a1b884d1d61c4ae1
# Push it to GitHub
git push --set-upstream origin backport-655-to-v4.10
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-v4.10Then, create a pull request where the |
Pull Request Info
PR Reviewing Guidelines
Matching TOC to the spreadsheet
Staging Links
Self-Review Checklist