-
Notifications
You must be signed in to change notification settings - Fork 12.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
Feat/bug fix config history rollback missing type #8800
base: develop
Are you sure you want to change the base?
Feat/bug fix config history rollback missing type #8800
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8800 +/- ##
=============================================
- Coverage 43.28% 43.21% -0.08%
Complexity 4707 4707
=============================================
Files 904 904
Lines 32494 32494
Branches 3748 3748
=============================================
- Hits 14066 14042 -24
- Misses 17078 17100 +22
- Partials 1350 1352 +2 see 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Thanks for your feedback and contribution. But the issue/pull request has not had recent activity more than 180 days. This issue/pull request will be closed if no further activity occurs 7 days later. |
不兼容的改动,需要升级表结构,不建议当前版本合入,可以下一次大版本中再考虑 |
Please do not create a Pull Request without creating an issue first.
What is the purpose of the change
for #8799 ,添加type字段到历史记录表中,显示配置原始类型
Brief changelog
XX
Verifying this change
XXXX
Follow this checklist to help us incorporate your contribution quickly and easily:
[ISSUE #123] Fix UnknownException when host config not exist
. Each commit in the pull request should have a meaningful subject line and body.mvn -B clean package apache-rat:check findbugs:findbugs -Dmaven.test.skip=true
to make sure basic checks pass. Runmvn clean install -DskipITs
to make sure unit-test pass. Runmvn clean test-compile failsafe:integration-test
to make sure integration-test pass.