Skip to content

feat: Allow enums in headers #667

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
Aug 27, 2022
Merged

feat: Allow enums in headers #667

merged 3 commits into from
Aug 27, 2022

Conversation

dbanty
Copy link
Collaborator

@dbanty dbanty commented Aug 27, 2022

Replaces #663

supermihi and others added 3 commits August 26, 2022 15:23
(the currently supported) enums are int and string only, there's no reason not to allow them in headers (which is actually used in the wild).
@codecov
Copy link

codecov bot commented Aug 27, 2022

Codecov Report

Merging #667 (f42a190) into main (b03be16) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #667   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           49        49           
  Lines         1783      1785    +2     
=========================================
+ Hits          1783      1785    +2     
Impacted Files Coverage Δ
...i_python_client/parser/properties/enum_property.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@dbanty dbanty added this to the 0.11.6 milestone Aug 27, 2022
@dbanty dbanty added the ✨ enhancement New feature or improvement label Aug 27, 2022
@dbanty dbanty merged commit b20789b into main Aug 27, 2022
@dbanty dbanty deleted the allow-enum-in-header branch August 27, 2022 19:54
@dbanty
Copy link
Collaborator Author

dbanty commented Aug 27, 2022

All set, thanks @supermihi!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants