Uh oh!
There was an error while loading. Please reload this page.
feat!: Add support for enterprise rulesets - #3417
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## master #3417 +/- ##
==========================================
- Coverage 97.72% 92.26% -5.46%
==========================================
Files 153 174 +21 Lines 13390 15023 +1633 ==========================================
+ Hits 13085 13861 +776 - Misses 215 1068 +853 - Partials 90 94 +4 ☔ View full report in Codecov by Sentry. |
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @stevehipwell .
In addition to the linter findings, please make the following changes:
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2cfa3e7 to
6ce3f9bComparegmlewis
commented
Jan 6, 2025
Please don't use force-push to PRs in this repo as explained in CONTRIBUTING.md, as it makes it difficult for reviewers to see what has changed since the last review. We always use squash-and-merge in this repo, so commit history will always be clean. Thank you for your consideration and understanding. |
stevehipwell
commented
Jan 6, 2025
@gmlewis sorry for the force pushing, it's muscle memory. |
stevehipwell
commented
Jan 6, 2025
@gmlewis based on the last run it looks like the OpenAPI schema needs to be updated? |
gmlewis
commented
Jan 6, 2025
I'll see if I can update them locally and report back my findings. |
gmlewis
commented
Jan 6, 2025
@stevehipwell - I just created #3419. Could you please see if this looks right to you? |
stevehipwell
commented
Jan 6, 2025
@gmlewis how would you like me to update this PR so the metadata is correct? Usually I'd rebase the commit onto the repo changes. |
gmlewis
commented
Jan 6, 2025
If you |
stevehipwell
commented
Jan 7, 2025
Done, but will GH give you a linear history on squash? |
gmlewis
commented
Jan 7, 2025
Squash gives us a very clean linear history of PRs. Check out this repo's |
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
gmlewis
left a comment
There was a problem hiding this comment.
One more nit... would you mind renaming the parameter rs Ruleset to ruleset Ruleset in this PR to make the docs a bit more readable, please?
Oh, and with that last comment I sent - if you still want to change the signature to the deprecated endpoint for consistency, that is fine with me... so maybe just update the comment and ignore the rest.
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
gmlewis
left a comment
There was a problem hiding this comment.
Thank you, @stevehipwell !
LGTM.
Awaiting second LGTM+Approval from any other contributor to this repo before merging.
dnwe
left a comment
There was a problem hiding this comment.
feature implementation looks good to me and matches the docs
gmlewis
commented
Jan 9, 2025
Thank you, @dnwe ! |
BREAKING CHANGE: `Create*Ruleset` and `Update*Ruleset` now pass `ruleset` parameter by-value instead of by-reference. Fixes: google#3416.
BREAKING CHANGE:
Create*RulesetandUpdate*Rulesetnow passrulesetparameter by-value instead of by-reference.Fixes: #3416.