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: 【frontend-gray】添加 skipedRoutes以及skipedByHeaders 配置 #1409

Merged
merged 8 commits into from
Oct 23, 2024

Conversation

heimanba
Copy link
Contributor

Ⅰ. 添加 skipedRoutes以及skipedByHeaders 配置,忽略某些请求进入灰度插件处理

比如请求接口为/api/xx,这个路由需要配置单独的后端服务。同时这部分请求可以不经过当前插件处理。用户可以通过配置请求路由 skipedRoutes,或者 匹配请求头header skipedByHeaders进行忽略

@CLAassistant
Copy link

CLAassistant commented Oct 20, 2024

CLA assistant check
All committers have signed the CLA.

@codecov-commenter
Copy link

codecov-commenter commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.62%. Comparing base (ef31e09) to head (b07f1aa).
Report is 160 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1409      +/-   ##
==========================================
+ Coverage   35.91%   43.62%   +7.71%     
==========================================
  Files          69       76       +7     
  Lines       11576    12320     +744     
==========================================
+ Hits         4157     5375    +1218     
+ Misses       7104     6613     -491     
- Partials      315      332      +17     

see 69 files with indirect coverage changes

@CH3CHO
Copy link
Collaborator

CH3CHO commented Oct 21, 2024

修正一下 commit tree 吧,CLA 匹配不上了。

@heimanba
Copy link
Contributor Author

修正一下 commit tree 吧,CLA 匹配不上了。

已经整理哈

Copy link
Collaborator

@CH3CHO CH3CHO left a comment

Choose a reason for hiding this comment

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

LGTM

@CH3CHO CH3CHO merged commit bb6c43c into alibaba:main Oct 23, 2024
12 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.

4 participants