-
Notifications
You must be signed in to change notification settings - Fork 14
CLOUDP-305862 - Add missing rule Technical Specifications #546
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
Conversation
f99c612 to
9eb4700
Compare
|
Rebasing to bring changes from #548 |
e62596c to
9db89a3
Compare
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.
A few nits and suggestions on rephrasing, thanks!
| - Validation ignores resources without a Get method | ||
| ##### Implementation details | ||
| Rule checks for the following conditions: | ||
| - Applies only to POST methods on resource collection paths |
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.
| - Applies only to POST methods on resource collection paths | |
| - Applies only to POST methods on resource collection paths (non-singleton resources and non-custom methods) |
| ##### Implementation details | ||
| Rule checks for the following conditions: | ||
| - Applies to 204 responses in DELETE methods |
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.
After CLOUDP-306347, we can also add Applies only to DELETE methods on single resource paths like others
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.
SGTM
Co-authored-by: Yeliz Henden <[email protected]> Co-authored-by: Lovisa Berggren <[email protected]>
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 with nits. Thanks for all the documentation effort!
Co-authored-by: Yeliz Henden <[email protected]>
Proposed changes
Adding technical specifications for the each rule we have in main.
Pefered way to review -> read README.md file for all the rules