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

[full-ci] Fix #4893: Make sure filenames (and extensions) are properly updated in file list and sidebar after rename #6114

Merged
merged 13 commits into from
Dec 13, 2021

Conversation

dschmidt
Copy link
Member

@dschmidt dschmidt commented Dec 8, 2021

Description

Make sure filenames (and extensions) are properly updated in file list and sidebar after rename.

Related Issue

Motivation and Context

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Open tasks:

  • ...

@update-docs
Copy link

update-docs bot commented Dec 8, 2021

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@dschmidt
Copy link
Member Author

dschmidt commented Dec 8, 2021

I haven't added a test for the files list view, but there is one in this PR: https://github.com/owncloud/web/pull/6110/files

How do we go on with this? Should we merge them together before we merge to master? Or should we merge them sequentially?

Copy link
Collaborator

@fschade fschade left a comment

Choose a reason for hiding this comment

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

looks good to me, 1 tiny fininding which is optional, thanks for taking care

@dschmidt dschmidt force-pushed the fix_4893 branch 2 times, most recently from 392f65b to 7651da1 Compare December 8, 2021 20:52
@fschade
Copy link
Collaborator

fschade commented Dec 8, 2021

I haven't added a test for the files list view, but there is one in this PR: https://github.com/owncloud/web/pull/6110/files

How do we go on with this? Should we merge them together before we merge to master? Or should we merge them sequentially?

It’s ok to not have a acceptance test in place, it’s verified in unit tests.

maybe @ScharfViktor wanna have in smoke tests do demonstrate basic file operations.

@pascalwengerter
Copy link
Contributor

Restarted flaky smoke tests in CI, PR looks great to me!

Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

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

Awesome 👍

@ScharfViktor
Copy link
Contributor

There is a failing in the same place. I will try running it locally, maybe there is a problem

@ScharfViktor
Copy link
Contributor

again in the same place. running the tests locally was successful

@pascalwengerter pascalwengerter changed the title Fix #4893: Make sure filenames (and extensions) are properly updated in file list and sidebar after rename [full-ci] Fix #4893: Make sure filenames (and extensions) are properly updated in file list and sidebar after rename Dec 10, 2021
@ownclouders
Copy link
Contributor

Results for oC10SharingExternalRoot https://drone.owncloud.com/owncloud/web/20906/44/1
The following scenarios passed on retry:

  • webUISharingExternalToRoot/federationSharing.feature:111

@pascalwengerter
Copy link
Contributor

Last CI run had two failures (one flaky federation sharing test in OC10, one copying an empty file on oCIS). Rebased on master to resolve conflict, bumped oCIS commit ID once more and fixed the oCIS acceptance test. Should be fine now once we pass the flaky smoke tests

@sonarcloud
Copy link

sonarcloud bot commented Dec 13, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

83.3% 83.3% Coverage
0.0% 0.0% Duplication

@ownclouders
Copy link
Contributor

Results for oC10SharingAccept https://drone.owncloud.com/owncloud/web/20942/16/1
The following scenarios passed on retry:

  • webUISharingAcceptSharesToRoot/acceptShares.feature:108

@ownclouders
Copy link
Contributor

Results for oCISSharingPublic https://drone.owncloud.com/owncloud/web/20942/65/1
The following scenarios passed on retry:

  • webUISharingPublicManagement/publicLinkIndicator.feature:110

@ownclouders
Copy link
Contributor

Results for oCISSharingBasic https://drone.owncloud.com/owncloud/web/20942/54/1
The following scenarios passed on retry:

  • webUISharingAcceptShares/acceptShares.feature:111

@pascalwengerter pascalwengerter merged commit a84b600 into master Dec 13, 2021
@delete-merged-branch delete-merged-branch bot deleted the fix_4893 branch December 13, 2021 10:06
@pascalwengerter
Copy link
Contributor

Finally 🙏🏽

@dschmidt
Copy link
Member Author

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected behavior when renaming files
6 participants