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

Update path regex to support RFC1738 safe chars and properly escape forward slash #2762

Merged
merged 3 commits into from
Apr 8, 2024

Conversation

russwyte
Copy link
Contributor

@russwyte russwyte commented Apr 5, 2024

Addresses #2759

This change permits valid path segments like /api/v1.0/foo/bar to work as expected. Such paths currently fail in OpenAPIGen.

@CLAassistant
Copy link

CLAassistant commented Apr 5, 2024

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

codecov-commenter commented Apr 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.42%. Comparing base (2591f9f) to head (3780a30).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2762      +/-   ##
==========================================
+ Coverage   64.41%   64.42%   +0.01%     
==========================================
  Files         148      148              
  Lines        8669     8669              
  Branches     1545     1545              
==========================================
+ Hits         5584     5585       +1     
+ Misses       3085     3084       -1     

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

@jdegoes jdegoes merged commit 020a5e5 into zio:main Apr 8, 2024
23 checks passed
@russwyte russwyte deleted the fix-OpenAPI-path-regex branch April 8, 2024 15:19
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.

4 participants