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

[ISSUE #1047] support envoy gateway to get XDS rule #1046

Merged
merged 16 commits into from
Mar 31, 2023

Conversation

chuntaojun
Copy link
Member

@chuntaojun chuntaojun commented Mar 27, 2023

Please provide issue(s) of this PR:
Fixes #1047

To help us figure out who should review this PR, please put an X in all the areas that this PR affects.

  • ApiServer
  • Auth
  • Configuration
  • Naming
  • HealthCheck
  • Metrics
  • Docs
  • Installation
  • Performance and Scalability
  • Test and Release

Please check any characteristics that apply to this pull request.

  • Does not have any user-facing changes. This may include API changes, behavior changes, performance improvements, etc.

* docs:优化错误信息描述

* Update zh.toml

* fix:修复eureka心跳协议错误码不兼容问题

* fix:修复eureka心跳协议错误码不兼容问题

* unit:添加单元测试

* test:调整测试配置文件位置

* fix:issue polarismesh#692

* fix:issue polarismesh#692

* fix:issue polarismesh#692

* fix:issue polarismesh#692
@polaris-test-bot
Copy link

polaris-test-bot commented Mar 27, 2023

2023-03-27 23:54:58: =========TEST START==========
2023-03-27 23:55:16: ${{PR_IS_CONFLICT_GIT_MSG}}
2023-03-27 23:56:10: =========TEST START==========
2023-03-27 23:56:28: ${{PR_IS_CONFLICT_GIT_MSG}}
2023-03-28 00:01:19: =========TEST START==========
2023-03-28 00:01:38: ${{PR_IS_CONFLICT_GIT_MSG}}
2023-03-28 00:18:49: =========TEST START==========
2023-03-28 00:19:07: ${{PR_IS_CONFLICT_GIT_MSG}}
2023-03-28 01:53:47: =========TEST START==========
2023-03-28 01:54:06: ${{PR_IS_CONFLICT_GIT_MSG}}
2023-03-28 01:55:23: =========TEST START==========
2023-03-28 01:55:41: ${{PR_IS_CONFLICT_GIT_MSG}}
2023-03-28 01:58:03: =========TEST START==========
2023-03-28 01:58:21: ${{PR_IS_CONFLICT_GIT_MSG}}
2023-03-28 11:30:05: =========TEST START==========
2023-03-28 11:30:29: ${{PR_IS_CONFLICT_GIT_MSG}}
2023-03-28 11:30:52: =========TEST START==========
2023-03-28 11:31:11: ${{PR_IS_CONFLICT_GIT_MSG}}
2023-03-30 16:49:55: =========TEST START==========
2023-03-30 16:50:16: ${{PR_IS_CONFLICT_GIT_MSG}}
2023-03-31 09:29:41: =========TEST START==========
2023-03-31 09:30:22: ${{PR_IS_CONFLICT_GIT_MSG}}

@codecov
Copy link

codecov bot commented Mar 27, 2023

Codecov Report

Merging #1046 (4b16453) into main (d914b43) will increase coverage by 0.01%.
The diff coverage is 65.38%.

@@            Coverage Diff             @@
##             main    #1046      +/-   ##
==========================================
+ Coverage   57.94%   57.96%   +0.01%     
==========================================
  Files         191      190       -1     
  Lines       34646    34635      -11     
==========================================
  Hits        20077    20077              
+ Misses      11964    11956       -8     
+ Partials     2605     2602       -3     
Impacted Files Coverage Δ
config/config_file.go 51.72% <ø> (-0.33%) ⬇️
auth/defaultauth/auth_checker.go 77.57% <57.14%> (ø)
cache/routing_config.go 72.68% <100.00%> (ø)
cache/routing_config_bucket.go 70.28% <100.00%> (ø)
cache/routing_config_query.go 68.08% <100.00%> (ø)
cache/test_export.go 72.72% <100.00%> (+6.06%) ⬆️

... and 6 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@chuntaojun chuntaojun linked an issue Mar 28, 2023 that may be closed by this pull request
@chuntaojun chuntaojun changed the title Feat envoy gateway [ISSUE #1047] Feat envoy gateway Mar 28, 2023
@chuntaojun chuntaojun changed the title [ISSUE #1047] Feat envoy gateway [ISSUE #1047] support envoy gateway to get XDS rule Mar 30, 2023
Copy link
Member

@andrewshan andrewshan left a comment

Choose a reason for hiding this comment

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

LGTM

@chuntaojun chuntaojun merged commit 1eef760 into polarismesh:main Mar 31, 2023
9 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.

支持envoy 独立网关模式
3 participants