Skip to content

[Backport v2.29] DOCSP-44897 TOC Relabel (#287) #311

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 2 commits into from
Nov 19, 2024

Conversation

lindseymoore
Copy link
Collaborator

@lindseymoore lindseymoore commented Nov 19, 2024

  • DOCSP-44897 TOC Relabel

  • encryption rendering issue

  • encryption still not rendering

(cherry picked from commit c48dd6e)

Pull Request Info

PR Reviewing Guidelines

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

Staging Links

  • fundamentals
  • fundamentals/connection
  • fundamentals/crud
  • fundamentals/crud/write-operations
  • fundamentals/serialization
  • index
  • upgrade
  • usage-examples
  • 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?

    lindseymoore and others added 2 commits November 19, 2024 17:38
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    @lindseymoore lindseymoore changed the title DOCSP-44897 TOC Relabel (#287) [v2.29] DOCSP-44897 TOC Relabel (#287) Nov 19, 2024
    @lindseymoore lindseymoore changed the title [v2.29] DOCSP-44897 TOC Relabel (#287) [Backport v2.29] DOCSP-44897 TOC Relabel (#287) Nov 19, 2024
    @lindseymoore lindseymoore merged commit e66022f into mongodb:v2.29 Nov 19, 2024
    5 of 6 checks passed
    github-actions bot pushed a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    github-actions bot pushed a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    github-actions bot pushed a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    github-actions bot pushed a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    github-actions bot pushed a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    Copy link

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

    Then, create a pull request where the base branch is v2.22 and the compare/head branch is backport-311-to-v2.22.

    github-actions bot pushed a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    github-actions bot pushed a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    lindseymoore added a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    
    Co-authored-by: lindseymoore <[email protected]>
    lindseymoore added a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    
    Co-authored-by: lindseymoore <[email protected]>
    lindseymoore added a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    
    Co-authored-by: lindseymoore <[email protected]>
    lindseymoore added a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    
    Co-authored-by: lindseymoore <[email protected]>
    lindseymoore added a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    
    Co-authored-by: lindseymoore <[email protected]>
    lindseymoore added a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    
    Co-authored-by: lindseymoore <[email protected]>
    lindseymoore added a commit that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    
    Co-authored-by: lindseymoore <[email protected]>
    lindseymoore added a commit to lindseymoore/docs-csharp that referenced this pull request Nov 19, 2024
    * DOCSP-44897 TOC Relabel (mongodb#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    lindseymoore added a commit that referenced this pull request Nov 19, 2024
    #319)
    
    * [Backport v2.29] DOCSP-44897 TOC Relabel (#287) (#311)
    
    * DOCSP-44897 TOC Relabel (#287)
    
    * DOCSP-44897 TOC Relabel
    
    * encryption rendering issue
    
    * encryption still not rendering
    
    (cherry picked from commit c48dd6e)
    
    * read changes
    
    (cherry picked from commit e66022f)
    
    * revert api link
    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.

    1 participant