Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • Files Files
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 423
    • Issues 423
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 71
    • Merge requests 71
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • FilesFiles
  • Merge requests
  • !1106

file-operations: Don't leave partially copied file on cancelled copy

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Corey Berla requested to merge wip/corey/partially-copied-file into master Jan 18, 2023
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

If a file copy operation is cancelled, we leave a partially copied file on the destination. This is bad because it can lead to data loss is the user believes they have successfully copied their file. Let's delete the destination file, if the operation was cancelled on a copy.

Fixes: #1063

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/corey/partially-copied-file