-
Notifications
You must be signed in to change notification settings - Fork 156
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] StatusIndicators in ResourceTable Followup #6612
Conversation
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. |
dc9cbd9
to
50b1ed7
Compare
77ff4f5
to
5a81a0c
Compare
Results for e2e-tests oC10 https://drone.owncloud.com/owncloud/web/23843/10/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23843/tracing/alice-can-share-this-weeks-meal-plan-with-all-parents-alice-2022-3-17-07-09-54.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23843/tracing/alice-can-share-this-weeks-meal-plan-with-all-parents-brian-2022-3-17-07-10-17.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23843/tracing/file-alice-2022-3-17-07-08-07.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23843/tracing/file-brian-2022-3-17-07-08-16.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23843/tracing/folder-alice-2022-3-17-07-06-35.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23843/tracing/folder-brian-2022-3-17-07-06-43.zip |
Results for e2e-tests oC10 https://drone.owncloud.com/owncloud/web/23846/10/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23846/tracing/alice-can-share-this-weeks-meal-plan-with-all-parents-alice-2022-3-17-07-39-57.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23846/tracing/alice-can-share-this-weeks-meal-plan-with-all-parents-brian-2022-3-17-07-40-19.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23846/tracing/file-alice-2022-3-17-07-38-05.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23846/tracing/file-brian-2022-3-17-07-38-13.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23846/tracing/folder-alice-2022-3-17-07-36-33.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/23846/tracing/folder-brian-2022-3-17-07-36-41.zip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase to make e2e tests pass again. Also see comment for regarding changelog, I think the removal of links from shared with others deserves its own changelog item because it has nothing to do with the separate column for share indicators.
4706ce7
to
10e9ae2
Compare
c01bf94
to
866ea60
Compare
packages/web-app-files/src/components/FilesList/ResourceTable.vue
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/components/FilesList/ResourceTable.vue
Outdated
Show resolved
Hide resolved
866ea60
to
56d3a2a
Compare
56d3a2a
to
183fc29
Compare
efb27b2
to
c6c358b
Compare
6e41ec3
to
154ecaa
Compare
Results for oC10iPhone1 https://drone.owncloud.com/owncloud/web/24106/48/1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs a rebase, but looks good otherwise 👍
5fc0594
to
af56f4b
Compare
411f0fa
to
4ac80c5
Compare
Running the latest CI failure (https://drone.owncloud.com/owncloud/web/24011/44/20) locally as |
Tried dropping volumes & pulling newer images, problem stays |
might be a timing issue, that the share is not yet accepted. try moving the line that sets the favorite some lines down (below the other middleware step). |
4ac80c5
to
12719a5
Compare
a4ab142
to
a64eb8b
Compare
a64eb8b
to
51300c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased, and highly in favor of merging this one if CI gets green finally. There's some usability things to think of (e.g. clicking on share giver in the shared-with-me view leads to the sharing tab on the sidebar that simply reads "No permissions to share file/folder", but we can fix that at a later stage)
5f635b6
to
a2e69ac
Compare
Update changelog, Update tests and snapshots, Linting Fix share avatar colors
Check if any resource in table has indicators, update snapshot
…Update snapshots Update snapshots update snapshots Fix acceptance tests make linter happy Fix public link share acceptance tests Rebase & make acceptance test rely on web ui actions
Idea was to use the web ui for accepting the share, but this fails on mobile resolutions where the status column doesn't fit on the screen.
a2e69ac
to
ae2eb0c
Compare
Kudos, SonarCloud Quality Gate passed! |
Description
See #5976
Related Issue
Types of changes
Checklist: