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

feature: support spring cloud config #1656

Merged
merged 16 commits into from
Oct 8, 2019
Merged

feature: support spring cloud config #1656

merged 16 commits into from
Oct 8, 2019

Conversation

suhli
Copy link
Contributor

@suhli suhli commented Sep 16, 2019

Ⅰ. Describe what this PR did

support spring cloud config #1078

Ⅱ. Does this pull request fix one issue?

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

Ⅳ. Describe how to verify it

set config type with value SpringCloudConfig in registry.conf then add mvn dependency seata-config-spring-cloud and add @EnableSeataSpringConfig

Ⅴ. Special notes for reviews

@slievrly slievrly added the first-time contributor first-time contributor label Sep 16, 2019
@codecov-io
Copy link

codecov-io commented Sep 16, 2019

Codecov Report

Merging #1656 into develop will increase coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #1656      +/-   ##
=============================================
+ Coverage      48.18%   48.21%   +0.03%     
  Complexity      1841     1841              
=============================================
  Files            365      365              
  Lines          13279    13279              
  Branches        1639     1639              
=============================================
+ Hits            6398     6402       +4     
+ Misses          6220     6218       -2     
+ Partials         661      659       -2
Impacted Files Coverage Δ Complexity Δ
...server/store/file/FileTransactionStoreManager.java 47.38% <0%> (+1.39%) 19% <0%> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 91559f7...8635462. Read the comment docs.

@xingfudeshi xingfudeshi self-requested a review September 17, 2019 07:11
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.

Add this module to seata-all.

@suhli
Copy link
Contributor Author

suhli commented Sep 18, 2019

fixed

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
Member

@slievrly slievrly left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
first-time contributor first-time contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants