Skip to content

Media type encoding support #646

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

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

p1c2u
Copy link
Collaborator

@p1c2u p1c2u commented Aug 16, 2023

Changes result of deserialization for multipart media types.

application/x-www-form-urlencoded uses styles that required proper implementation.

Fixes #642
Relates #630

@p1c2u p1c2u force-pushed the feature/media-type-encoding-support branch from 0f7d920 to 1d9d271 Compare August 17, 2023 07:28
@p1c2u p1c2u force-pushed the feature/media-type-encoding-support branch 5 times, most recently from 655b85f to dbd7da7 Compare October 14, 2023 13:26
@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #646 (863ba3f) into master (330cb71) will decrease coverage by 0.38%.
The diff coverage is 85.06%.

@@            Coverage Diff             @@
##           master     #646      +/-   ##
==========================================
- Coverage   91.34%   90.96%   -0.38%     
==========================================
  Files         126      127       +1     
  Lines        3730     3852     +122     
  Branches      453      475      +22     
==========================================
+ Hits         3407     3504      +97     
- Misses        274      288      +14     
- Partials       49       60      +11     
Files Coverage Δ
openapi_core/deserializing/media_types/__init__.py 100.00% <100.00%> (ø)
...penapi_core/deserializing/media_types/factories.py 90.47% <100.00%> (-9.53%) ⬇️
openapi_core/deserializing/styles/factories.py 89.47% <ø> (-2.84%) ⬇️
openapi_core/schema/parameters.py 100.00% <100.00%> (ø)
openapi_core/deserializing/media_types/util.py 90.90% <92.00%> (-0.40%) ⬇️
openapi_core/validation/validators.py 95.65% <77.77%> (-1.28%) ⬇️
openapi_core/schema/encodings.py 66.66% <66.66%> (ø)
...pi_core/deserializing/media_types/deserializers.py 87.05% <85.33%> (-12.95%) ⬇️

@p1c2u p1c2u force-pushed the feature/media-type-encoding-support branch 6 times, most recently from ac874aa to 9f700ff Compare October 18, 2023 21:20
@p1c2u p1c2u force-pushed the feature/media-type-encoding-support branch from 9f700ff to 863ba3f Compare October 18, 2023 21:38
@p1c2u p1c2u merged commit d95e160 into master Oct 18, 2023
@p1c2u p1c2u deleted the feature/media-type-encoding-support branch October 18, 2023 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: encoding not supported for individual requestBody properties
1 participant