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

feat: Add request-tag extension with version 1.0.0 #1055

Closed
wants to merge 2 commits into from

Conversation

TJKkking
Copy link
Contributor

Ⅰ. Describe what this PR did

This PR introduces a new WASM plugin that enables tagging specific requests based on user-defined rules. The functionality is aimed at facilitating gateway-level gray scaling by tagging requests that meet certain criteria. This can be immensely useful for directing traffic and managing request flows in microservices architectures, especially for testing new features under controlled conditions.

Ⅱ. Does this pull request fix one issue?

No.

Ⅲ. Why don't you add test cases (unit test/integration test)?

Added full e2e test cases.

Ⅳ. Describe how to verify it

https://github.com/alibaba/higress/blob/main/test/README_CN.md#higress-e2e-%E6%B5%8B%E8%AF%95

Ⅴ. Special notes for reviews

@CLAassistant
Copy link

CLAassistant commented Jun 25, 2024

CLA assistant check
All committers have signed the CLA.

@TJKkking TJKkking marked this pull request as draft July 1, 2024 08:59
@TJKkking TJKkking force-pushed the feature-plugin-traffic-tag branch from f3a71e8 to 3bf6f68 Compare July 1, 2024 09:04
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 35.89%. Comparing base (e389313) to head (8cf8f47).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1055   +/-   ##
=======================================
  Coverage   35.89%   35.89%           
=======================================
  Files          69       69           
  Lines       11549    11549           
=======================================
  Hits         4146     4146           
  Misses       7087     7087           
  Partials      316      316           

@TJKkking TJKkking closed this by deleting the head repository Aug 9, 2024
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.

None yet

3 participants