Skip to content
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

docs: add docs for ratelimit invert match headers #4483

Merged
merged 2 commits into from
Oct 22, 2024

Conversation

rudrakhp
Copy link
Contributor

@rudrakhp rudrakhp commented Oct 19, 2024

What type of PR is this?

docs: add docs for ratelimit invert match headers
api: remove notImplementedHide for Invert feature
e2e: add a test for invert header match in local ratelimit case

What this PR does / why we need it:

Docs for feature implemented in #4286

Which issue(s) this PR fixes:

Fixes #2193

@rudrakhp rudrakhp requested a review from a team as a code owner October 19, 2024 06:29
@rudrakhp rudrakhp force-pushed the ratelimit_invert_match_headers_docs branch from b34764d to b19b8ab Compare October 19, 2024 06:30
@rudrakhp
Copy link
Contributor Author

Added docs manually but gen-check seems to be reverting those changes. Am I missing something here?

@zirain
Copy link
Contributor

zirain commented Oct 21, 2024

you should update docs under latest folder, that's the doc for the next version.

docs alias to current version, which means v1.1 now.

@rudrakhp rudrakhp force-pushed the ratelimit_invert_match_headers_docs branch 2 times, most recently from 01f9503 to 4056304 Compare October 21, 2024 03:47
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.98%. Comparing base (04fc944) to head (2aacb82).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4483   +/-   ##
=======================================
  Coverage   65.97%   65.98%           
=======================================
  Files         203      203           
  Lines       31154    31154           
=======================================
+ Hits        20554    20556    +2     
+ Misses       9415     9414    -1     
+ Partials     1185     1184    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

zhaohuabing
zhaohuabing previously approved these changes Oct 21, 2024
Copy link
Member

@zhaohuabing zhaohuabing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, the example could be improved but it's not blocking.

Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com>
@rudrakhp rudrakhp force-pushed the ratelimit_invert_match_headers_docs branch from c286335 to 08352e0 Compare October 22, 2024 05:00
zhaohuabing
zhaohuabing previously approved these changes Oct 22, 2024
Copy link
Member

@zhaohuabing zhaohuabing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

Signed-off-by: Rudrakh Panigrahi <rudrakh97@gmail.com>
@rudrakhp rudrakhp force-pushed the ratelimit_invert_match_headers_docs branch from 8c49b64 to 2aacb82 Compare October 22, 2024 09:01
Copy link
Contributor

@shawnh2 shawnh2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zirain
Copy link
Contributor

zirain commented Oct 22, 2024

/retest

@zirain zirain merged commit 1e6899d into envoyproxy:main Oct 22, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AND NOT style matches for RateLimiting
4 participants