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

fix: select all in code block #4719

Merged
merged 2 commits into from Aug 29, 2023
Merged

Conversation

luka-nextcloud
Copy link
Contributor

@luka-nextcloud luka-nextcloud commented Aug 23, 2023

📝 Summary

🏁 Checklist

  • Code is properly formatted (npm run lint / npm run stylelint / composer run cs:check)
  • Sign-off message is added to all commits
  • Tests (unit, integration and/or end-to-end) passing and the changes are covered with tests
  • Documentation (README or documentation) has been updated or is not required

@cypress
Copy link

cypress bot commented Aug 23, 2023

1 failed and 2 flaky tests on run #11912 ↗︎

1 132 18 0 Flakiness 2

Details:

fix: select all in code block
Project: Text Commit: 20fe324883
Status: Failed Duration: 04:10 💡
Started: Aug 29, 2023 6:45 PM Ended: Aug 29, 2023 6:49 PM
Failed  cypress/e2e/propfind.spec.js • 1 failed test

View Output Video

Test Artifacts
Text PROPFIND extension > with workspaces enabled > adds rich workspace property to nested folders Output Screenshots
Flakiness  attachments.spec.js • 1 flaky test

View Output Video

Test Artifacts
Test all attachment insertion methods > See test files in the list and display hidden files Output Screenshots
Flakiness  MenuBar.spec.js • 1 flaky test

View Output Video

Test Artifacts
Test the rich text editor menu bar > word count > multiple words Output Screenshots

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@juliushaertl juliushaertl added the bug Something isn't working label Aug 24, 2023
@juliushaertl juliushaertl added this to the Nextcloud 28 milestone Aug 24, 2023
Copy link
Member

@juliushaertl juliushaertl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works. We can extend the test cases for this after #4663 is in

Signed-off-by: Luka Trovic <luka@nextcloud.com>
@juliushaertl
Copy link
Member

/compile

Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
@juliushaertl juliushaertl merged commit cc9fc15 into main Aug 29, 2023
29 of 32 checks passed
@juliushaertl juliushaertl deleted the bugfix/select-all-in-codeblock branch August 29, 2023 18:58
@juliushaertl
Copy link
Member

/backport to stable27

@backportbot-nextcloud
Copy link

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

@juliushaertl
Copy link
Member

@luka-nextcloud Can you take care of the backport?

@mejo-
Copy link
Member

mejo- commented Dec 6, 2023

/backport 63ac0d3 to stable27

@mejo-
Copy link
Member

mejo- commented Dec 6, 2023

This already got backported to stable27 with #4748.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Select all in code block selects full document
4 participants