Skip to content

Conversation

lindseymoore
Copy link
Contributor

@lindseymoore lindseymoore commented Feb 7, 2025

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-47088

Staging Links

Redirect 301 /docs/mongoid/v9.0/api/Mongoid/Errors/InvalidStorageParent.html https://www.mongodb.com/docs/mongoid/v9.0/api/ # resolve 404 for removed InvalidStorageParent class
Redirect 301 /docs/mongoid/master/api/Mongoid/Errors/InvalidStorageParent.html https://www.mongodb.com/docs/mongoid/master/api/ # resolve 404 for removed InvalidStorageParent class
Redirect 301 /docs/mongoid/v9.0/api/Post.html https://www.mongodb.com/docs/mongoid/v9.0/api/ # resolve 404 for removed entry
Redirect 301 /docs/mongoid/master/api/Post.html https://www.mongodb.com/docs/mongoid/master/api/ # resolve 404 for removed entry

Self-Review Checklist

  • Is this free of any warnings or errors in the RST?
  • Did you run a spell-check?
  • Did you run a grammar-check?
  • Are all the links working?
  • Are the facets and meta keywords accurate?

Copy link

netlify bot commented Feb 7, 2025

Deploy Preview for docs-mongoid ready!

Name Link
🔨 Latest commit f674b0a
🔍 Latest deploy log https://app.netlify.com/sites/docs-mongoid/deploys/67a6846bf8de5300086e4ecd
😎 Deploy Preview https://deploy-preview-102--docs-mongoid.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lindseymoore lindseymoore merged commit 61b4eb3 into mongodb:master Feb 10, 2025
5 checks passed
Copy link

The backport to 9.0 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.0 9.0
# Navigate to the new working tree
cd .worktrees/backport-9.0
# Create a new branch
git switch --create backport-102-to-9.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 61b4eb3d6c964f59e387e289f3f2152612254f6a
# Push it to GitHub
git push --set-upstream origin backport-102-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-102-to-9.0.

Copy link

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

Then, create a pull request where the base branch is v9.0 and the compare/head branch is backport-102-to-v9.0.

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.

2 participants