Skip to content

Add Content-Disposition automatically#8335

Merged
Dreamsorcerer merged 8 commits intomasterfrom
Dreamsorcerer-patch-4
Apr 15, 2024
Merged

Add Content-Disposition automatically#8335
Dreamsorcerer merged 8 commits intomasterfrom
Dreamsorcerer-patch-4

Conversation

@Dreamsorcerer
Copy link
Copy Markdown
Member

@Dreamsorcerer Dreamsorcerer commented Apr 15, 2024

Fixes #8326.

Comment thread tests/test_multipart.py Fixed
Comment thread tests/test_multipart.py Fixed
@Dreamsorcerer Dreamsorcerer requested a review from webknjaz as a code owner April 15, 2024 16:37
@psf-chronographer psf-chronographer Bot added the bot:chronographer:provided There is a change note present in this PR label Apr 15, 2024
Comment thread aiohttp/multipart.py Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.48%. Comparing base (482e6cd) to head (306b461).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #8335      +/-   ##
==========================================
- Coverage   97.55%   97.48%   -0.07%     
==========================================
  Files         107      107              
  Lines       33056    33069      +13     
  Branches     3880     3882       +2     
==========================================
- Hits        32247    32238       -9     
- Misses        589      607      +18     
- Partials      220      224       +4     
Flag Coverage Δ
CI-GHA 97.41% <100.00%> (-0.06%) ⬇️
OS-Linux 97.07% <100.00%> (-0.06%) ⬇️
OS-Windows 95.57% <100.00%> (+<0.01%) ⬆️
OS-macOS 96.79% <100.00%> (+<0.01%) ⬆️
Py-3.10.11 95.42% <100.00%> (+<0.01%) ⬆️
Py-3.10.14 96.94% <100.00%> (+<0.01%) ⬆️
Py-3.11.9 97.12% <100.00%> (+<0.01%) ⬆️
Py-3.12.2 96.95% <100.00%> (-0.31%) ⬇️
Py-3.12.3 95.42% <100.00%> (?)
Py-3.8.10 95.35% <100.00%> (+<0.01%) ⬆️
Py-3.8.18 96.78% <100.00%> (+<0.01%) ⬆️
Py-3.9.13 95.39% <100.00%> (+<0.01%) ⬆️
Py-3.9.19 96.91% <100.00%> (+<0.01%) ⬆️
Py-pypy7.3.15 ?
VM-macos 96.79% <100.00%> (+<0.01%) ⬆️
VM-ubuntu 97.07% <100.00%> (-0.06%) ⬇️
VM-windows 95.57% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Dreamsorcerer Dreamsorcerer merged commit 5a6949d into master Apr 15, 2024
@Dreamsorcerer Dreamsorcerer deleted the Dreamsorcerer-patch-4 branch April 15, 2024 20:16
@patchback
Copy link
Copy Markdown
Contributor

patchback Bot commented Apr 15, 2024

Backport to 3.9: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.9/5a6949da642d1db6cf414fd0d1f70e54c7b7be14/pr-8335

Backported as #8336

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback Bot pushed a commit that referenced this pull request Apr 15, 2024
@patchback
Copy link
Copy Markdown
Contributor

patchback Bot commented Apr 15, 2024

Backport to 3.10: 💚 backport PR created

✅ Backport PR branch: patchback/backports/3.10/5a6949da642d1db6cf414fd0d1f70e54c7b7be14/pr-8335

Backported as #8337

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

patchback Bot pushed a commit that referenced this pull request Apr 15, 2024
Dreamsorcerer added a commit that referenced this pull request Apr 15, 2024
…lly (#8337)

**This is a backport of PR #8335 as merged into master
(5a6949d).**

Co-authored-by: Sam Bull <git@sambull.org>
Dreamsorcerer added a commit that referenced this pull request Apr 15, 2024
…ly (#8336)

**This is a backport of PR #8335 as merged into master
(5a6949d).**

Co-authored-by: Sam Bull <git@sambull.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:chronographer:provided There is a change note present in this PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using MultipartWriter.append_json breaks in 3.9.4 with AssertionError "assert CONTENT_DISPOSITION in payload.headers"

2 participants