X Tutup
Skip to content

Bump sabre/http from 5.0.2 to 5.0.5#36490

Merged
phil-davis merged 3 commits intomasterfrom
dependabot/composer/sabre/http-5.0.5
Nov 29, 2019
Merged

Bump sabre/http from 5.0.2 to 5.0.5#36490
phil-davis merged 3 commits intomasterfrom
dependabot/composer/sabre/http-5.0.5

Conversation

@dependabot-preview
Copy link
Contributor

Bumps sabre/http from 5.0.2 to 5.0.5.

Release notes

Sourced from sabre/http's releases.

5.0.5 (2019-11-28)

5.0.4 (2019-10-08)

5.0.3 (2019-10-08)

  • #119: Significantly improve file download speed by enabling mmap based stream_copy_to_stream (@​vfreex)
Changelog

Sourced from sabre/http's changelog.

5.0.5 (2019-11-28)

5.0.4 (2019-10-08)

5.0.3 (2019-10-08)

  • #119: Significantly improve file download speed by enabling mmap based stream_copy_to_stream (@​vfreex)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [sabre/http](https://github.com/sabre-io/http) from 5.0.2 to 5.0.5.
- [Release notes](https://github.com/sabre-io/http/releases)
- [Changelog](https://github.com/sabre-io/http/blob/master/CHANGELOG.md)
- [Commits](sabre-io/http@5.0.2...5.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@phil-davis
Copy link
Contributor

This should fix issue owncloud/files_primary_s3#274
We need to do a run of the tests using files_primary_s3 against this core branch.

Copy link
Contributor

@phil-davis phil-davis left a comment

Choose a reason for hiding this comment

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

ToDo:

  • adjust the acceptance test that used to fail owncloud/files_primary_s3#274 (comment) so that it uses different data in the old an new versions of the file (123 and 12345 is not a great test combination, we do not know if getting content 123 is from which file version)
  • add a test case for when the restored version in longer than the overwritten version

We can push those onto this dependabot PR.

@dpakach

@phil-davis phil-davis requested a review from dpakach November 29, 2019 02:04
@codecov
Copy link

codecov bot commented Nov 29, 2019

Codecov Report

Merging #36490 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master   #36490   +/-   ##
=========================================
  Coverage     64.68%   64.68%           
  Complexity    19023    19023           
=========================================
  Files          1268     1268           
  Lines         74362    74362           
  Branches       1309     1309           
=========================================
  Hits          48100    48100           
  Misses        25876    25876           
  Partials        386      386
Flag Coverage Δ Complexity Δ
#javascript 54% <ø> (ø) 0 <ø> (ø) ⬇️
#phpunit 65.86% <ø> (ø) 19023 <ø> (ø) ⬇️

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 817b3f1...a710d69. Read the comment docs.

Copy link
Contributor

@phil-davis phil-davis left a comment

Choose a reason for hiding this comment

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

This is good now. files_primary_s3 passes.

Copy link
Contributor

@phil-davis phil-davis left a comment

Choose a reason for hiding this comment

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

needs a changelog item - I will add that

Copy link
Contributor

@phil-davis phil-davis left a comment

Choose a reason for hiding this comment

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

changelog added

@phil-davis phil-davis merged commit e0e66b8 into master Nov 29, 2019
@delete-merged-branch delete-merged-branch bot deleted the dependabot/composer/sabre/http-5.0.5 branch November 29, 2019 09:34
phil-davis added a commit that referenced this pull request Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4 - To release dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup