enable rate limit for month and year#4495
Conversation
5530a7e to
6e7e1be
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4495 +/- ##
==========================================
- Coverage 65.95% 65.74% -0.21%
==========================================
Files 203 210 +7
Lines 31154 31524 +370
==========================================
+ Hits 20547 20726 +179
- Misses 9420 9602 +182
- Partials 1187 1196 +9 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
|
thanks for the submitting the PR @rpahli ! you probably need a few more changes
can you also add a test case in https://github.com/envoyproxy/gateway/tree/main/internal/xds/translator/testdata/in/ratelimit-config / https://github.com/envoyproxy/gateway/tree/main/internal/xds/translator/testdata/out/ratelimit-config and an addition to https://github.com/envoyproxy/gateway/blob/main/test/e2e/tests/ratelimit.go to make sure it works e2e |
a2cafb6 to
d123cb6
Compare
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
|
unstale |
|
@rpahli looks like changes were committed to ratelimit and should be okay to introduce the Changes here |
ecae699 to
80431d7
Compare
|
/retest |
|
@rpahli can you address the lint errors |
80431d7 to
056e1d6
Compare
|
@rpahli you'll also need to run 'make generate' && 'make manifests' and commit those changes |
Signed-off-by: Rico Pahlisch <rico.pahlisch@grayc.de>
72613a4 to
51b0d44
Compare
|
@rpahli tests are failing, can you look into it |
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
|
@rpahli Thanks for creating this PR. I've been looking into the failing tests and it appears that the issue stems from the fact that Does not contain MONTH and YEAR: Does contain MONTH and YEAR: |
|
@rpahli envoyproxy/go-control-plane#1223 should unblock us. |
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. Please feel free to give a status update now, ping for review, when it's ready. Thank you for your contributions! |
|
@rpahli This PR is now unblocked by envoyproxy/go-control-plane#1223. Could you please proceed when you get a chance? |
|
@rpahli Any blocker/reason we don't merge this PR? |
|
if anyone want to take this PR forward, please go ahead and raise a new PR with the same content and lint & test fixed |
@arkodg I've opened a new PR here that updates the version of Linter and all tests are passing locally. Looks like workflows just need approval to run: https://github.com/envoyproxy/gateway/actions/runs/16774366797 |
What type of PR is this?
adds the option to set rate limit unit to
MonthandYearwhich was introduced with envoy 1.25.What this PR does / why we need it:
Which issue(s) this PR fixes: