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

[TASK] Document carousel Content Block #340

Merged
merged 6 commits into from
Jan 28, 2025
Merged

[TASK] Document carousel Content Block #340

merged 6 commits into from
Jan 28, 2025

Conversation

linawolf
Copy link
Member

Releases: main, 13.4

@linawolf linawolf self-assigned this Jan 26, 2025
Releases: main, 13.4
Releases: main, 13.4
Releases: main, 13.4
@sfroemkenjw sfroemkenjw merged commit 0be7154 into main Jan 28, 2025
2 checks passed
@sfroemkenjw sfroemkenjw deleted the task/carousel branch January 28, 2025 15:38
Copy link
Contributor

The backport to 13.4 failed:

The process '/usr/bin/git' failed with exit code 1
stderr
error: could not apply d34ddba... [TASK] Document carousel
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
hint: Disable this message with "git config set advice.mergeConflict false"

stdout
[backport-340-to-13.4 4a3e426] [TASK] Document carousel
 Author: lina.wolf <[email protected]>
 Date: Sun Dec 22 22:40:46 2024 +0100
 2 files changed, 136 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/ContentBlocks/Carousel.rst
Auto-merging Documentation/CodeSnippets/my_site_package/ContentBlocks/ContentElements/carousel/templates/backend-preview.html
CONFLICT (content): Merge conflict in Documentation/CodeSnippets/my_site_package/ContentBlocks/ContentElements/carousel/templates/backend-preview.html
Auto-merging Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang.xlf
CONFLICT (content): Merge conflict in Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang.xlf
Auto-merging Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_be.xlf
CONFLICT (content): Merge conflict in Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_be.xlf
Auto-merging Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_db.xlf
CONFLICT (content): Merge conflict in Documentation/CodeSnippets/my_site_package/Resources/Private/Language/locallang_db.xlf

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-13.4 13.4
# Navigate to the new working tree
cd .worktrees/backport-13.4
# Create a new branch
git switch --create backport-340-to-13.4
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick e8920ce6e2a1d3ea2f4d1f602aadb876692d19cb,d34ddba9263786d8ba2b8993f84e995d29097f8a,e4b100e3286e7759bf70e73cabe6c83604fe6477,7710be502c9fada80eba1d1f59e45e2abf5e9464,012f08f028638514ad991e6b609889a771457eba,bc343ad982b82d2de27d0ef1fd5f3c5afcb877fa
# Push it to GitHub
git push --set-upstream origin backport-340-to-13.4
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-13.4

Then, create a pull request where the base branch is 13.4 and the compare/head branch is backport-340-to-13.4.

sfroemkenjw pushed a commit that referenced this pull request Jan 28, 2025
* [TASK] Document carousel

Releases: main, 13.4

* [TASK] Document carousel

Releases: main, 13.4

* [TASK] Document carousel

Releases: main, 13.4

* Update Carousel.rst

* Update Documentation/ContentBlocks/Carousel.rst

* Update Index.rst
sfroemkenjw added a commit that referenced this pull request Jan 28, 2025
* [TASK] Document carousel

Releases: main, 13.4

* [TASK] Document carousel

Releases: main, 13.4

* [TASK] Document carousel

Releases: main, 13.4

* Update Carousel.rst

* Update Documentation/ContentBlocks/Carousel.rst

* Update Index.rst

Co-authored-by: Lina Wolf <[email protected]>
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.

4 participants