feat: extend chaitin-waf plugin functionalities #9945#12029
Conversation
|
@membphis I believe this is ready for review |
|
@moonming A gentle ping that this PR is ready for review |
Cool, I will review your PR, thanks for your contribution |
|
I will Fix linting issues |
Baoyuantop
left a comment
There was a problem hiding this comment.
Thanks for your contribution! There are some suggestions for improvement on the documents.
Co-authored-by: Baoyuan <[email protected]>
Co-authored-by: Baoyuan <[email protected]>
Co-authored-by: Baoyuan <[email protected]>
|
@Baoyuantop Thank you for your comments, I applied them |
Can you help fix the failed CI? If it's unstable, let us know and we'll re-run it. |
|
It is unstable I only accepted the documentation changes, please rerun the
failed items on the CI
Best Regards,
Aly Kafoury
…On Wed, Mar 12, 2025, 12:06 PM Baoyuan ***@***.***> wrote:
@Baoyuantop <https://github.com/Baoyuantop> Thank you for your comments,
I applied them
Can you help fix the failed CI? If it's unstable, let us know and we'll
re-run it.
—
Reply to this email directly, view it on GitHub
<#12029 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKUBD3HCPUR45P5OPCGPWT2UABK7AVCNFSM6AAAAABYUVBUHGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMJXGMZTANBUGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: Baoyuantop]*Baoyuantop* left a comment (apache/apisix#12029)
<#12029 (comment)>
@Baoyuantop <https://github.com/Baoyuantop> Thank you for your comments,
I applied them
Can you help fix the failed CI? If it's unstable, let us know and we'll
re-run it.
—
Reply to this email directly, view it on GitHub
<#12029 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKUBD3HCPUR45P5OPCGPWT2UABK7AVCNFSM6AAAAABYUVBUHGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDOMJXGMZTANBUGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
@Baoyuantop A gentle reminder |
Baoyuantop
left a comment
There was a problem hiding this comment.
LGTM, waiting for others to review
Co-authored-by: AlinsRan <[email protected]>
|
@AlinsRan @Baoyuantop @moonming @membphis I completed the latest requested changes, and the tests pass locally so please review and help run the CI tests |
|
This CI fail run is unstable, please restart the failed job |
|
cc @membphis help review |
| enum = { "off", "monitor", "block", nil }, | ||
| default = nil, |
There was a problem hiding this comment.
We don't need to explicitly specify nil in enum and default value. When this field is not declared as required in the JSON schema, it can be nil, and the default value is also nil.
There was a problem hiding this comment.
This does not affect the use of this feature, which is merged first and then an issue is created to track it.
| enum = { "off", "monitor", "block", nil }, | ||
| default = nil, |
…2029) Co-authored-by: AlinsRan <[email protected]>
Description
Fixed #9945
Checklist