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

don't delete the source files when generating thumbnails #31659

Merged
merged 1 commit into from
Jun 6, 2018

Conversation

DeepDiver1975
Copy link
Member

@DeepDiver1975 DeepDiver1975 commented Jun 6, 2018

Description

Thumbnail providers shall not delete the source files.

Related Issue

fixes #31655

How Has This Been Tested?

  • local unit test execution with necessary tools installed: libreoffice + jre + ffmpeg + php-imagick

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)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codecov
Copy link

codecov bot commented Jun 6, 2018

Codecov Report

Merging #31659 into master will decrease coverage by <.01%.
The diff coverage is 0%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #31659      +/-   ##
============================================
- Coverage     62.87%   62.87%   -0.01%     
  Complexity    18409    18409              
============================================
  Files          1151     1151              
  Lines         69114    69112       -2     
  Branches       1260     1260              
============================================
- Hits          43458    43454       -4     
- Misses        25287    25289       +2     
  Partials        369      369
Flag Coverage Δ Complexity Δ
#javascript 52.39% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 64.08% <0%> (-0.01%) 18409 <0> (ø)
Impacted Files Coverage Δ Complexity Δ
lib/private/Preview/MP3.php 45.16% <ø> (-11.09%) 13 <0> (ø)
lib/private/Preview/Office.php 0% <0%> (ø) 14 <0> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9f2d39...ebf6940. Read the comment docs.

@davitol davitol mentioned this pull request Jun 6, 2018
38 tasks
Copy link
Contributor

@sharidas sharidas left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@DeepDiver1975 DeepDiver1975 merged commit 7ebf0cb into master Jun 6, 2018
@DeepDiver1975 DeepDiver1975 deleted the bugfix/31655 branch June 6, 2018 12:01
@DeepDiver1975
Copy link
Member Author

cherry-picked the commit to #31050

@phil-davis
Copy link
Contributor

So that means this has effectively been backported. But the fix will not get into a release until those "[stable10] Backport all objectstore related changes" #31050 are merged to stable10

@lock
Copy link

lock bot commented Jul 31, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Preview generation destroys MP3 files!
5 participants