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

fix count circuit breaker in gateway & return 404 when context api does not match #1508

Merged
merged 2 commits into from
Feb 28, 2025

Conversation

shedfreewu
Copy link
Collaborator

@shedfreewu shedfreewu commented Feb 27, 2025

…pi does not match

PR Type

Describe what this PR does for and how you did.

Adding the issue link (#xxx) if possible.

closes #1497

Note

Checklist

  • Add information of this PR to CHANGELOG.md in root of project.
  • Add documentation in javadoc or comment below the PR if necessary.

Checklist (Optional)

  • Will pull request to branch of 2023.
  • Will pull request to branch of 2022.
  • Will pull request to branch of 2021.
  • Will pull request to branch of 2020.
  • Will pull request to branch of hoxton.

Copy link

codecov bot commented Feb 28, 2025

Codecov Report

Attention: Patch coverage is 61.53846% with 10 lines in your changes missing coverage. Please review.

Project coverage is 67.47%. Comparing base (4dbf812) to head (e22bf8a).
Report is 1 commits behind head on 2021.

Files with missing lines Patch % Lines
...d/plugin/gateway/context/ContextGatewayFilter.java 40.00% 6 Missing ⚠️
...nt/instrument/scg/EnhancedGatewayGlobalFilter.java 77.77% 1 Missing and 1 partial ⚠️
...teway/context/ContextGatewayPropertiesManager.java 50.00% 0 Missing and 1 partial ⚠️
...n/gateway/context/GatewayConfigChangeListener.java 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               2021    #1508      +/-   ##
============================================
+ Coverage     63.96%   67.47%   +3.50%     
  Complexity       22       22              
============================================
  Files           338      338              
  Lines          8140     8153      +13     
  Branches       1005     1010       +5     
============================================
+ Hits           5207     5501     +294     
+ Misses         2466     2172     -294     
- Partials        467      480      +13     

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

@SkyeBeFreeman SkyeBeFreeman merged commit dd39bf7 into Tencent:2021 Feb 28, 2025
10 checks passed
@SkyeBeFreeman SkyeBeFreeman added this to the 2.0.1.0 milestone Feb 28, 2025
@SkyeBeFreeman SkyeBeFreeman linked an issue Feb 28, 2025 that may be closed by this pull request
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.

网关插件遗留事项
3 participants