Skip to content

Merge master into openapi #1554

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 3 commits into from
May 26, 2024
Merged

Merge master into openapi #1554

merged 3 commits into from
May 26, 2024

Conversation

bkoelman
Copy link
Member

@bkoelman bkoelman commented May 26, 2024

Merges the master branch into openapi, which adds relaxed media type for operations.

bkoelman added 3 commits May 25, 2024 20:40
…ia type in the Content-Type request/response HTTP header, because OpenAPI code generators often choke on the double quotes in the official media type (producing code that doesn't compile). By default, the Content-Type used for responses is the same as the incoming one, although it can be overruled by sending an Accept HTTP header.
…a-type

Allow relaxed Content-Type for atomic operations
@bkoelman bkoelman changed the base branch from master to openapi May 26, 2024 05:52
@bkoelman bkoelman force-pushed the merge-master-into-openapi branch from 4f4d921 to 5c3401f Compare May 26, 2024 05:53
Copy link

codecov bot commented May 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.30%. Comparing base (19ff19f) to head (5c3401f).

Additional details and impacted files
@@             Coverage Diff             @@
##           openapi    #1554      +/-   ##
===========================================
+ Coverage    91.28%   91.30%   +0.02%     
===========================================
  Files          396      396              
  Lines        12800    12834      +34     
  Branches      2022     2028       +6     
===========================================
+ Hits         11684    11718      +34     
  Misses         725      725              
  Partials       391      391              

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

@bkoelman bkoelman marked this pull request as ready for review May 26, 2024 06:03
@bkoelman bkoelman merged commit 459ced3 into openapi May 26, 2024
18 of 28 checks passed
@bkoelman bkoelman deleted the merge-master-into-openapi branch May 26, 2024 06:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant