Skip to content

DOCSP-51782 - Post-CC quick fixes #655

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

Merged
merged 3 commits into from
Jul 10, 2025

Conversation

mongoKart
Copy link
Collaborator

@mongoKart mongoKart commented Jul 10, 2025

Only these need review:

  • project.txt
  • snooty.toml

Everything else is just find + replace.

Pull Request Info

PR Reviewing Guidelines

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

Staging Links

  • aggregation
  • aggregation/linq
  • aggregation/stages
  • atlas-search
  • atlas-vector-search
  • connect/connection-options
  • connect/connection-options/connection-pools
  • connect/connection-options/network-compression
  • connect/connection-options/server-selection
  • connect/connection-options/stable-api
  • connect/connection-targets
  • connect/mongoclient
  • crud/bulk-write
  • crud/configure
  • crud/delete
  • crud/gridfs
  • crud/insert
  • crud/query/count
  • crud/query/cursors
  • crud/query/distinct
  • crud/query/find
  • crud/query/project
  • crud/query/query-filter
  • crud/query/specify-documents
  • crud/replace
  • crud/transactions
  • crud/update-many
  • crud/update-one
  • databases-collections
  • document-formats/bson
  • document-formats/extended-json
  • index
  • indexes
  • indexes/search-indexes
  • logging-and-monitoring/change-streams
  • logging-and-monitoring/monitoring
  • reference/quick-reference
  • reference/upgrade/v3
  • run-command
  • security/authentication/aws-iam
  • security/authentication/kerberos
  • security/authentication/ldap
  • security/authentication/oidc
  • security/authentication/scram
  • security/authentication/x509
  • security/tls-ssl
  • serialization
  • serialization/class-mapping
  • serialization/guids
  • serialization/poco
  • time-series
  • 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?
    • Are the page titles greater than 20 characters long and SEO relevant?

    Copy link

    netlify bot commented Jul 10, 2025

    Deploy Preview for docs-csharp ready!

    Name Link
    🔨 Latest commit 183dc6b
    🔍 Latest deploy log https://app.netlify.com/projects/docs-csharp/deploys/686feea7b61ed5000859b6f1
    😎 Deploy Preview https://deploy-preview-655--docs-csharp.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 project configuration.

    @docs-builder-bot
    Copy link

    🔄 Deploy Preview for docs-csharp processing

    Item Details
    🔨 Latest Commit 7dfe216fabd47de5e28c4ff89f8e23c7770138de
    😎 Deploy Preview https://deploy-preview-655--docs-csharp.netlify.app
    🔍 Build Logs View Logs

    @mongoKart mongoKart merged commit 454b85a into mongodb:master Jul 10, 2025
    12 checks passed
    @mongoKart mongoKart deleted the docsp-51782-post-cc branch July 10, 2025 18:27
    Copy link

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

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

    Copy link

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

    Then, create a pull request where the base branch is v3.1 and the compare/head branch is backport-655-to-v3.1.

    Copy link

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

    Then, create a pull request where the base branch is v3.2 and the compare/head branch is backport-655-to-v3.2.

    github-actions bot pushed a commit that referenced this pull request Jul 10, 2025
    github-actions bot pushed a commit that referenced this pull request Jul 10, 2025
    mongoKart added a commit that referenced this pull request Jul 10, 2025
    (cherry picked from commit 454b85a)
    
    Co-authored-by: Mike Woofter <[email protected]>
    mongoKart added a commit that referenced this pull request Jul 10, 2025
    (cherry picked from commit 454b85a)
    
    Co-authored-by: Mike Woofter <[email protected]>
    mongoKart added a commit that referenced this pull request Jul 10, 2025
    mongoKart added a commit that referenced this pull request Jul 10, 2025
    mongoKart added a commit that referenced this pull request Jul 10, 2025
    (cherry picked from commit 454b85a)
    (cherry picked from commit 76674a9)
    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