-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
Description
Fixed #9945
Checklist