-
Notifications
You must be signed in to change notification settings - Fork 8.8k
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: add version to the console banner #6417
base: 2.x
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.x #6417 +/- ##
============================================
- Coverage 52.37% 52.34% -0.03%
- Complexity 6384 6385 +1
============================================
Files 1081 1081
Lines 37617 37619 +2
Branches 4462 4464 +2
============================================
- Hits 19701 19692 -9
- Misses 15962 15973 +11
Partials 1954 1954
|
server/src/main/java/org/apache/seata/server/ServerApplication.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Conflicts need to be resolved |
done |
@@ -31,6 +31,96 @@ Add changes here for all PR submitted to the 2.x branch. | |||
|
|||
|
|||
### optimize: | |||
- [[#6031](https://github.com/apache/incubator-seata/pull/6031)] add a check for the existence of the undolog table |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why does this submission have so many doc instructions?
@lightClouds917 Please resolve conflicting files |
Ⅰ. Describe what this PR did
add version to the console banner,like this
Ⅱ. Does this pull request fix one issue?
fixes #6416
Ⅲ. Why don't you add test cases (unit test/integration test)?
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews