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

fix: fixed mixed-types array generation for req-validator plugin #231

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

Prashansa-K
Copy link
Contributor

This is related to FTI: https://konghq.atlassian.net/browse/FTI-6357

For: #230

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.23%. Comparing base (95cd6fc) to head (2c1c74d).

Additional details and impacted files
@@                         Coverage Diff                          @@
##           fix/validate-for-cookie-presence     #231      +/-   ##
====================================================================
+ Coverage                             69.05%   69.23%   +0.18%     
====================================================================
  Files                                    24       24              
  Lines                                  3351     3361      +10     
====================================================================
+ Hits                                   2314     2327      +13     
+ Misses                                  864      862       -2     
+ Partials                                173      172       -1     

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


🚨 Try these New Features:

@Prashansa-K Prashansa-K self-assigned this Nov 25, 2024
@Prashansa-K Prashansa-K merged commit 7f23c19 into fix/validate-for-cookie-presence Nov 25, 2024
3 checks passed
@Prashansa-K Prashansa-K deleted the fix/mixed-array-type branch November 25, 2024 12:23
Prashansa-K added a commit that referenced this pull request Nov 25, 2024
* fix: validating cookie parameter for req-validator

At the moment, we do not support cookie parameters in request-validator
plugin. However, `deck file openapi2kong` command generates the yaml file
even if it is present in the parameter schema. Thus, adding a validation
layer over it to ensure deck does not create invalid specs.

For: #223

* fix: validating cookie parameter for req-validator

At the moment, we do not support cookie parameters in request-validator
plugin. However, `deck file openapi2kong` command generates the yaml file
even if it is present in the parameter schema. Thus, adding a validation
layer over it to ensure deck does not create invalid specs.

For: #223

* fix: fixed log message for cookie params

* fix: fixed mixed-types array generation for req-validator plugin (#231)

* fix: fixed mixed-types array generation for req-validator plugin

* fix: reverted final return value
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.

3 participants