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

optimize: support Nacos ram role authentication #6148

Merged
merged 12 commits into from
Dec 21, 2023

Conversation

slievrly
Copy link
Member

  • I have registered the PR changes.

Ⅰ. Describe what this PR did

support Nacos ram role authentication

Ⅱ. Does this pull request fix one issue?

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

Ⅳ. Describe how to verify it

Ⅴ. Special notes for reviews

Copy link
Member

@xingfudeshi xingfudeshi left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

Merging #6148 (f7880ad) into 2.x (5563492) will increase coverage by 0.10%.
The diff coverage is 25.00%.

❗ Current head f7880ad differs from pull request most recent head 4c884c8. Consider uploading reports for the commit 4c884c8 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6148      +/-   ##
============================================
+ Coverage     48.94%   49.05%   +0.10%     
- Complexity     4775     4793      +18     
============================================
  Files           913      913              
  Lines         31710    31737      +27     
  Branches       3827     3831       +4     
============================================
+ Hits          15521    15567      +46     
+ Misses        14653    14626      -27     
- Partials       1536     1544       +8     
Files Coverage Δ
...igure/properties/config/ConfigNacosProperties.java 45.45% <0.00%> (-4.55%) ⬇️
...e/properties/registry/RegistryNacosProperties.java 27.27% <0.00%> (-2.00%) ⬇️
...overy/registry/nacos/NacosRegistryServiceImpl.java 15.48% <30.00%> (+0.79%) ⬆️
...java/io/seata/config/nacos/NacosConfiguration.java 12.15% <28.57%> (+0.52%) ⬆️

... and 19 files with indirect coverage changes

Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

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

https://github.com/apache/incubator-seata/tree/2.x/script/client
客户端是否应该补充配置示例?
Should the client side supplement the configuration examples?

# Conflicts:
#	changes/en-us/2.x.md
#	changes/zh-cn/2.x.md
@slievrly
Copy link
Member Author

https://github.com/apache/incubator-seata/tree/2.x/script/client 客户端是否应该补充配置示例? Should the client side supplement the configuration examples?

thanks for review, I have fixed it.

@codecov-commenter
Copy link

codecov-commenter commented Dec 21, 2023

Codecov Report

Attention: 36 lines in your changes are missing coverage. Please review.

Comparison is base (75a1285) 49.06% compared to head (26673bd) 48.97%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##                2.x    #6148      +/-   ##
============================================
- Coverage     49.06%   48.97%   -0.10%     
+ Complexity     4785     4779       -6     
============================================
  Files           915      915              
  Lines         31863    31890      +27     
  Branches       3849     3853       +4     
============================================
- Hits          15635    15617      -18     
- Misses        14676    14706      +30     
- Partials       1552     1567      +15     
Files Coverage Δ
...igure/properties/config/ConfigNacosProperties.java 45.45% <0.00%> (-4.55%) ⬇️
...e/properties/registry/RegistryNacosProperties.java 27.27% <0.00%> (-2.00%) ⬇️
...overy/registry/nacos/NacosRegistryServiceImpl.java 15.48% <30.00%> (+0.79%) ⬆️
...java/io/seata/config/nacos/NacosConfiguration.java 12.15% <28.57%> (+0.52%) ⬆️

... and 6 files with indirect coverage changes

@funky-eyes funky-eyes added this to the 2.1.0 milestone Dec 21, 2023
Copy link
Contributor

@funky-eyes funky-eyes left a comment

Choose a reason for hiding this comment

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

LGTM

@funky-eyes funky-eyes merged commit a7f5f82 into apache:2.x Dec 21, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants