-
Notifications
You must be signed in to change notification settings - Fork 168
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] Search batch actions #9200
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. |
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.
Code looks solid, changelog missing or followup? :)
@lookacat this is so early in progress -> no changelog and most of the stuff is missing or not working |
packages/web-app-files/src/composables/actions/helpers/useFileActionsDeleteResources.ts
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/composables/actions/helpers/useFileActionsDeleteResources.ts
Outdated
Show resolved
Hide resolved
packages/web-app-files/src/composables/actions/helpers/useFileActionsDeleteResources.ts
Outdated
Show resolved
Hide resolved
|
|
885a08b
to
aa28900
Compare
|
Results for acceptance oC10 https://drone.owncloud.com/owncloud/web/36649/40/1 |
Results for e2e-tests oCIS-2 https://drone.owncloud.com/owncloud/web/36615/13/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/web/36615/tracing/participant-management-alice-2023-6-16-12-51-11.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/36615/tracing/participant-management-anonymous-2023-6-16-12-51-42.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/36615/tracing/participant-management-brian-2023-6-16-12-51-20.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/36615/tracing/participant-management-carol-2023-6-16-12-51-31.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/36615/tracing/participant-management-david-2023-6-16-12-51-23.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/web/36615/tracing/participant-management-edith-2023-6-16-12-51-27.zip |
packages/web-app-files/src/components/FilesList/KeyboardActions.vue
Outdated
Show resolved
Hide resolved
) | ||
} | ||
) | ||
return Promise.all(promises).then(() => { |
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.
enable conflict handling when 2 resources with same name from different spaces will be pasted -> keep both automatic
packages/web-app-files/src/composables/filesList/useResourceRouteResolver.ts
Show resolved
Hide resolved
@@ -99,39 +101,34 @@ export default { | |||
$ngettext, | |||
$gettextInterpolate | |||
) | |||
let movedResources = [] | |||
let movedResourcesPromise | |||
if (context.state.clipboardAction === ClipboardActions.Cut) { |
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.
purge store action, move to composable in followup pr
f285c2f
to
21746ce
Compare
Scenario Basically, that's deleting a resource in a public share that's inside a project space |
@@ -206,6 +206,9 @@ export function buildSpace(data): SpaceResource { | |||
isReceivedShare: function () { | |||
return false | |||
}, | |||
isShareRoot: function () { | |||
return ['share', 'mountpoint'].includes(data.driveType) |
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.
what's with public?
Results for acceptance oCIS https://drone.owncloud.com/owncloud/web/36618/68/1 |
9f10624
to
89be4e9
Compare
9023685
to
ad54541
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.
👏 👏 👏
SonarCloud Quality Gate failed.
|
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.
Good work <3
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: