-
Notifications
You must be signed in to change notification settings - Fork 999
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
[alerter,collector,common,warehouse] refactor auto import component #576
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 英文注释的补充 * Supplement of English notes * Supplementary English notes * Supplement of English notes * AppControllerTest Implementation of unit tests Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com>
* add iotdb storage (saveData part) * implement getHistoryMetricData * save multiple instances at the same time implement getHistoryIntervalMetricData * [warehouse] reformat code * [warehouse] refactor code * [warehouse] refactor code * [warehouse] refactor code * [warehouse] fix insert node path container " ' parsed error * [warehouse] fix insert node path container " ' * parsed error * [warehouse] support iotdb rpc-port * support iotdb version 0.12 fix save data and select bug * replace Session with SessionPool * rule fix, 修复魔法值问题 Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com>
… written (#376) * I18ControllerTest Completion of the test class * MonitorControllerTest Unit tests are written
� Conflicts: � manager/src/main/resources/application.yml � manager/src/test/java/com/usthe/manager/controller/MonitorControllerTest.java � manager/src/test/java/com/usthe/manager/service/AppServiceTest.java � warehouse/src/main/java/com/usthe/warehouse/WarehouseProperties.java � warehouse/src/main/java/com/usthe/warehouse/store/HistoryIotDbDataStorage.java � warehouse/src/main/java/com/usthe/warehouse/store/RealTimeRedisDataStorage.java
* [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-monitors-page added name asc * [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认gmtUpdate降序 (enhancement)manager-monitors-page added gmtUpdate desc
# Conflicts: # README.md
tomsun28
approved these changes
Jan 15, 2023
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.
Great! 👍👍👍 之前就是很容易忘记配置 spring.factories
tomsun28
added a commit
that referenced
this pull request
Jan 16, 2024
…576) * [web-app] fix history echarts chart tooltip only show one instance (#365) * [workflow] upgrade issues-translator version 2.7 (#367) * [manger] add mockito unit test * [manger] add globalExceptionHandler mockito unit test (#368) * [manager] impl appController unit test case (#370) * 英文注释的补充 * Supplement of English notes * Supplementary English notes * Supplement of English notes * AppControllerTest Implementation of unit tests Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> * [warehouse] support Iotdb metrics data storage (#372) * add iotdb storage (saveData part) * implement getHistoryMetricData * save multiple instances at the same time implement getHistoryIntervalMetricData * [warehouse] reformat code * [warehouse] refactor code * [warehouse] refactor code * [warehouse] refactor code * [warehouse] fix insert node path container " ' parsed error * [warehouse] fix insert node path container " ' * parsed error * [warehouse] support iotdb rpc-port * support iotdb version 0.12 fix save data and select bug * replace Session with SessionPool * rule fix, 修复魔法值问题 Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> * [webapp,warehouse] support historical interval aggregate data chart (#373) * [manger] add mockito unit test * [manger] impl unit test ParamDaoTest #360 * [manager] fix NoticeRuleDaoTest * [manger] impl unit test ParamDefineDaoTest #361 * [manger] impl unit test TagDaoTest #362 * [manger] add manger sql dao mockito unit test (#375) * [manger] add mockito unit test * [manger] add mockito unit test * [manger] impl unit test ParamDaoTest #360 * [manager] fix NoticeRuleDaoTest * [manger] impl unit test ParamDefineDaoTest #361 * [manger] impl unit test TagDaoTest #362 * [manager] I18nControllerTest and MonitorControllerTest Unit tests are written (#376) * I18ControllerTest Completion of the test class * MonitorControllerTest Unit tests are written * [manger] impl unit test AppServiceTest #355 * [hertzbeat] update use PromQL to collect metrics from promethues server (#456) * [manager] enhancement manager-monitors-page added gmtUpdate desc (#455) * [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-monitors-page added name asc * [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认gmtUpdate降序 (enhancement)manager-monitors-page added gmtUpdate desc * [webapp] support monitors list sort by name, date (#458) * [manager] bugfix the gmtUpdate time not change when update monitor params (#459) * [alerter,collector,common,warehouse] refactor auto import component Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: 铁甲小宝 <85919258+TJxiaobao@users.noreply.github.com> Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> Co-authored-by: zcx <48920254+Ceilzcx@users.noreply.github.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> Co-authored-by: luxx <58515565+luxx-lq@users.noreply.github.com>
tomsun28
added a commit
that referenced
this pull request
Mar 9, 2024
…576) * [web-app] fix history echarts chart tooltip only show one instance (#365) * [workflow] upgrade issues-translator version 2.7 (#367) * [manger] add mockito unit test * [manger] add globalExceptionHandler mockito unit test (#368) * [manager] impl appController unit test case (#370) * 英文注释的补充 * Supplement of English notes * Supplementary English notes * Supplement of English notes * AppControllerTest Implementation of unit tests Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> * [warehouse] support Iotdb metrics data storage (#372) * add iotdb storage (saveData part) * implement getHistoryMetricData * save multiple instances at the same time implement getHistoryIntervalMetricData * [warehouse] reformat code * [warehouse] refactor code * [warehouse] refactor code * [warehouse] refactor code * [warehouse] fix insert node path container " ' parsed error * [warehouse] fix insert node path container " ' * parsed error * [warehouse] support iotdb rpc-port * support iotdb version 0.12 fix save data and select bug * replace Session with SessionPool * rule fix, 修复魔法值问题 Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> * [webapp,warehouse] support historical interval aggregate data chart (#373) * [manger] add mockito unit test * [manger] impl unit test ParamDaoTest #360 * [manager] fix NoticeRuleDaoTest * [manger] impl unit test ParamDefineDaoTest #361 * [manger] impl unit test TagDaoTest #362 * [manger] add manger sql dao mockito unit test (#375) * [manger] add mockito unit test * [manger] add mockito unit test * [manger] impl unit test ParamDaoTest #360 * [manager] fix NoticeRuleDaoTest * [manger] impl unit test ParamDefineDaoTest #361 * [manger] impl unit test TagDaoTest #362 * [manager] I18nControllerTest and MonitorControllerTest Unit tests are written (#376) * I18ControllerTest Completion of the test class * MonitorControllerTest Unit tests are written * [manger] impl unit test AppServiceTest #355 * [hertzbeat] update use PromQL to collect metrics from promethues server (#456) * [manager] enhancement manager-monitors-page added gmtUpdate desc (#455) * [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-monitors-page added name asc * [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认gmtUpdate降序 (enhancement)manager-monitors-page added gmtUpdate desc * [webapp] support monitors list sort by name, date (#458) * [manager] bugfix the gmtUpdate time not change when update monitor params (#459) * [alerter,collector,common,warehouse] refactor auto import component Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: 铁甲小宝 <85919258+TJxiaobao@users.noreply.github.com> Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> Co-authored-by: zcx <48920254+Ceilzcx@users.noreply.github.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> Co-authored-by: luxx <58515565+luxx-lq@users.noreply.github.com>
tomsun28
added a commit
that referenced
this pull request
Mar 9, 2024
…576) * [web-app] fix history echarts chart tooltip only show one instance (#365) * [workflow] upgrade issues-translator version 2.7 (#367) * [manger] add mockito unit test * [manger] add globalExceptionHandler mockito unit test (#368) * [manager] impl appController unit test case (#370) * 英文注释的补充 * Supplement of English notes * Supplementary English notes * Supplement of English notes * AppControllerTest Implementation of unit tests Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> * [warehouse] support Iotdb metrics data storage (#372) * add iotdb storage (saveData part) * implement getHistoryMetricData * save multiple instances at the same time implement getHistoryIntervalMetricData * [warehouse] reformat code * [warehouse] refactor code * [warehouse] refactor code * [warehouse] refactor code * [warehouse] fix insert node path container " ' parsed error * [warehouse] fix insert node path container " ' * parsed error * [warehouse] support iotdb rpc-port * support iotdb version 0.12 fix save data and select bug * replace Session with SessionPool * rule fix, 修复魔法值问题 Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> * [webapp,warehouse] support historical interval aggregate data chart (#373) * [manger] add mockito unit test * [manger] impl unit test ParamDaoTest #360 * [manager] fix NoticeRuleDaoTest * [manger] impl unit test ParamDefineDaoTest #361 * [manger] impl unit test TagDaoTest #362 * [manger] add manger sql dao mockito unit test (#375) * [manger] add mockito unit test * [manger] add mockito unit test * [manger] impl unit test ParamDaoTest #360 * [manager] fix NoticeRuleDaoTest * [manger] impl unit test ParamDefineDaoTest #361 * [manger] impl unit test TagDaoTest #362 * [manager] I18nControllerTest and MonitorControllerTest Unit tests are written (#376) * I18ControllerTest Completion of the test class * MonitorControllerTest Unit tests are written * [manger] impl unit test AppServiceTest #355 * [hertzbeat] update use PromQL to collect metrics from promethues server (#456) * [manager] enhancement manager-monitors-page added gmtUpdate desc (#455) * [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-monitors-page added name asc * [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认gmtUpdate降序 (enhancement)manager-monitors-page added gmtUpdate desc * [webapp] support monitors list sort by name, date (#458) * [manager] bugfix the gmtUpdate time not change when update monitor params (#459) * [alerter,collector,common,warehouse] refactor auto import component Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: 铁甲小宝 <85919258+TJxiaobao@users.noreply.github.com> Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> Co-authored-by: zcx <48920254+Ceilzcx@users.noreply.github.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> Co-authored-by: luxx <58515565+luxx-lq@users.noreply.github.com>
tomsun28
added a commit
that referenced
this pull request
Mar 10, 2024
…576) [web-app] fix history echarts chart tooltip only show one instance (#365) [workflow] upgrade issues-translator version 2.7 (#367) [manger] add mockito unit test [manger] add globalExceptionHandler mockito unit test (#368) [manager] impl appController unit test case (#370) 英文注释的补充 Supplement of English notes Supplementary English notes Supplement of English notes AppControllerTest Implementation of unit tests Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> [warehouse] support Iotdb metrics data storage (#372) add iotdb storage (saveData part) implement getHistoryMetricData save multiple instances at the same time implement getHistoryIntervalMetricData [warehouse] reformat code [warehouse] refactor code [warehouse] refactor code [warehouse] refactor code [warehouse] fix insert node path container ' parsed error [warehouse] fix insert node path container ' parsed error [warehouse] support iotdb rpc-port support iotdb version 0.12 fix save data and select bug replace Session with SessionPool rule fix, 修复魔法值问题 Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> [webapp,warehouse] support historical interval aggregate data chart (#373) [manger] add mockito unit test [manger] impl unit test ParamDaoTest #360 [manager] fix NoticeRuleDaoTest [manger] impl unit test ParamDefineDaoTest #361 [manger] impl unit test TagDaoTest #362 [manger] add manger sql dao mockito unit test (#375) [manger] add mockito unit test [manger] add mockito unit test [manger] impl unit test ParamDaoTest #360 [manager] fix NoticeRuleDaoTest [manger] impl unit test ParamDefineDaoTest #361 [manger] impl unit test TagDaoTest #362 [manager] I18nControllerTest and MonitorControllerTest Unit tests are written (#376) I18ControllerTest Completion of the test class MonitorControllerTest Unit tests are written [manger] impl unit test AppServiceTest #355 [hertzbeat] update use PromQL to collect metrics from promethues server (#456) [manager] enhancement manager-monitors-page added gmtUpdate desc (#455) [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-monitors-page added name asc [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认gmtUpdate降序 (enhancement)manager-monitors-page added gmtUpdate desc [webapp] support monitors list sort by name, date (#458) [manager] bugfix the gmtUpdate time not change when update monitor params (#459) [alerter,collector,common,warehouse] refactor auto import component Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: 铁甲小宝 <85919258+TJxiaobao@users.noreply.github.com> Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> Co-authored-by: zcx <48920254+Ceilzcx@users.noreply.github.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> Co-authored-by: luxx <58515565+luxx-lq@users.noreply.github.com>
tomsun28
added a commit
that referenced
this pull request
Mar 10, 2024
…576) [web-app] fix history echarts chart tooltip only show one instance (#365) [workflow] upgrade issues-translator version 2.7 (#367) [manger] add mockito unit test [manger] add globalExceptionHandler mockito unit test (#368) [manager] impl appController unit test case (#370) 英文注释的补充 Supplement of English notes Supplementary English notes Supplement of English notes AppControllerTest Implementation of unit tests Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> [warehouse] support Iotdb metrics data storage (#372) add iotdb storage (saveData part) implement getHistoryMetricData save multiple instances at the same time implement getHistoryIntervalMetricData [warehouse] reformat code [warehouse] refactor code [warehouse] refactor code [warehouse] refactor code [warehouse] fix insert node path container ' parsed error [warehouse] fix insert node path container ' parsed error [warehouse] support iotdb rpc-port support iotdb version 0.12 fix save data and select bug replace Session with SessionPool rule fix, 修复魔法值问题 Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> [webapp,warehouse] support historical interval aggregate data chart (#373) [manger] add mockito unit test [manger] impl unit test ParamDaoTest #360 [manager] fix NoticeRuleDaoTest [manger] impl unit test ParamDefineDaoTest #361 [manger] impl unit test TagDaoTest #362 [manger] add manger sql dao mockito unit test (#375) [manger] add mockito unit test [manger] add mockito unit test [manger] impl unit test ParamDaoTest #360 [manager] fix NoticeRuleDaoTest [manger] impl unit test ParamDefineDaoTest #361 [manger] impl unit test TagDaoTest #362 [manager] I18nControllerTest and MonitorControllerTest Unit tests are written (#376) I18ControllerTest Completion of the test class MonitorControllerTest Unit tests are written [manger] impl unit test AppServiceTest #355 [hertzbeat] update use PromQL to collect metrics from promethues server (#456) [manager] enhancement manager-monitors-page added gmtUpdate desc (#455) [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-monitors-page added name asc [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认gmtUpdate降序 (enhancement)manager-monitors-page added gmtUpdate desc [webapp] support monitors list sort by name, date (#458) [manager] bugfix the gmtUpdate time not change when update monitor params (#459) [alerter,collector,common,warehouse] refactor auto import component Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: 铁甲小宝 <85919258+TJxiaobao@users.noreply.github.com> Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> Co-authored-by: zcx <48920254+Ceilzcx@users.noreply.github.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> Co-authored-by: luxx <58515565+luxx-lq@users.noreply.github.com>
tomsun28
added a commit
that referenced
this pull request
Mar 11, 2024
…576) [web-app] fix history echarts chart tooltip only show one instance (#365) [workflow] upgrade issues-translator version 2.7 (#367) [manger] add mockito unit test [manger] add globalExceptionHandler mockito unit test (#368) [manager] impl appController unit test case (#370) 英文注释的补充 Supplement of English notes Supplementary English notes Supplement of English notes AppControllerTest Implementation of unit tests Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> [warehouse] support Iotdb metrics data storage (#372) add iotdb storage (saveData part) implement getHistoryMetricData save multiple instances at the same time implement getHistoryIntervalMetricData [warehouse] reformat code [warehouse] refactor code [warehouse] refactor code [warehouse] refactor code [warehouse] fix insert node path container ' parsed error [warehouse] fix insert node path container ' parsed error [warehouse] support iotdb rpc-port support iotdb version 0.12 fix save data and select bug replace Session with SessionPool rule fix, 修复魔法值问题 Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> [webapp,warehouse] support historical interval aggregate data chart (#373) [manger] add mockito unit test [manger] impl unit test ParamDaoTest #360 [manager] fix NoticeRuleDaoTest [manger] impl unit test ParamDefineDaoTest #361 [manger] impl unit test TagDaoTest #362 [manger] add manger sql dao mockito unit test (#375) [manger] add mockito unit test [manger] add mockito unit test [manger] impl unit test ParamDaoTest #360 [manager] fix NoticeRuleDaoTest [manger] impl unit test ParamDefineDaoTest #361 [manger] impl unit test TagDaoTest #362 [manager] I18nControllerTest and MonitorControllerTest Unit tests are written (#376) I18ControllerTest Completion of the test class MonitorControllerTest Unit tests are written [manger] impl unit test AppServiceTest #355 [hertzbeat] update use PromQL to collect metrics from promethues server (#456) [manager] enhancement manager-monitors-page added gmtUpdate desc (#455) [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-monitors-page added name asc [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认gmtUpdate降序 (enhancement)manager-monitors-page added gmtUpdate desc [webapp] support monitors list sort by name, date (#458) [manager] bugfix the gmtUpdate time not change when update monitor params (#459) [alerter,collector,common,warehouse] refactor auto import component Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: 铁甲小宝 <85919258+TJxiaobao@users.noreply.github.com> Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> Co-authored-by: zcx <48920254+Ceilzcx@users.noreply.github.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> Co-authored-by: luxx <58515565+luxx-lq@users.noreply.github.com>
tomsun28
added a commit
that referenced
this pull request
Mar 11, 2024
…576) [web-app] fix history echarts chart tooltip only show one instance (#365) [workflow] upgrade issues-translator version 2.7 (#367) [manger] add mockito unit test [manger] add globalExceptionHandler mockito unit test (#368) [manager] impl appController unit test case (#370) 英文注释的补充 Supplement of English notes Supplementary English notes Supplement of English notes AppControllerTest Implementation of unit tests Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> [warehouse] support Iotdb metrics data storage (#372) add iotdb storage (saveData part) implement getHistoryMetricData save multiple instances at the same time implement getHistoryIntervalMetricData [warehouse] reformat code [warehouse] refactor code [warehouse] refactor code [warehouse] refactor code [warehouse] fix insert node path container ' parsed error [warehouse] fix insert node path container ' parsed error [warehouse] support iotdb rpc-port support iotdb version 0.12 fix save data and select bug replace Session with SessionPool rule fix, 修复魔法值问题 Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> [webapp,warehouse] support historical interval aggregate data chart (#373) [manger] add mockito unit test [manger] impl unit test ParamDaoTest #360 [manager] fix NoticeRuleDaoTest [manger] impl unit test ParamDefineDaoTest #361 [manger] impl unit test TagDaoTest #362 [manger] add manger sql dao mockito unit test (#375) [manger] add mockito unit test [manger] add mockito unit test [manger] impl unit test ParamDaoTest #360 [manager] fix NoticeRuleDaoTest [manger] impl unit test ParamDefineDaoTest #361 [manger] impl unit test TagDaoTest #362 [manager] I18nControllerTest and MonitorControllerTest Unit tests are written (#376) I18ControllerTest Completion of the test class MonitorControllerTest Unit tests are written [manger] impl unit test AppServiceTest #355 [hertzbeat] update use PromQL to collect metrics from promethues server (#456) [manager] enhancement manager-monitors-page added gmtUpdate desc (#455) [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-monitors-page added name asc [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认gmtUpdate降序 (enhancement)manager-monitors-page added gmtUpdate desc [webapp] support monitors list sort by name, date (#458) [manager] bugfix the gmtUpdate time not change when update monitor params (#459) [alerter,collector,common,warehouse] refactor auto import component Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: 铁甲小宝 <85919258+TJxiaobao@users.noreply.github.com> Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> Co-authored-by: zcx <48920254+Ceilzcx@users.noreply.github.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> Co-authored-by: luxx <58515565+luxx-lq@users.noreply.github.com>
tomsun28
added a commit
that referenced
this pull request
Mar 11, 2024
…576) [web-app] fix history echarts chart tooltip only show one instance (#365) [workflow] upgrade issues-translator version 2.7 (#367) [manger] add mockito unit test [manger] add globalExceptionHandler mockito unit test (#368) [manager] impl appController unit test case (#370) 英文注释的补充 Supplement of English notes Supplementary English notes Supplement of English notes AppControllerTest Implementation of unit tests Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> [warehouse] support Iotdb metrics data storage (#372) add iotdb storage (saveData part) implement getHistoryMetricData save multiple instances at the same time implement getHistoryIntervalMetricData [warehouse] reformat code [warehouse] refactor code [warehouse] refactor code [warehouse] refactor code [warehouse] fix insert node path container ' parsed error [warehouse] fix insert node path container ' parsed error [warehouse] support iotdb rpc-port support iotdb version 0.12 fix save data and select bug replace Session with SessionPool rule fix, 修复魔法值问题 Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> [webapp,warehouse] support historical interval aggregate data chart (#373) [manger] add mockito unit test [manger] impl unit test ParamDaoTest #360 [manager] fix NoticeRuleDaoTest [manger] impl unit test ParamDefineDaoTest #361 [manger] impl unit test TagDaoTest #362 [manger] add manger sql dao mockito unit test (#375) [manger] add mockito unit test [manger] add mockito unit test [manger] impl unit test ParamDaoTest #360 [manager] fix NoticeRuleDaoTest [manger] impl unit test ParamDefineDaoTest #361 [manger] impl unit test TagDaoTest #362 [manager] I18nControllerTest and MonitorControllerTest Unit tests are written (#376) I18ControllerTest Completion of the test class MonitorControllerTest Unit tests are written [manger] impl unit test AppServiceTest #355 [hertzbeat] update use PromQL to collect metrics from promethues server (#456) [manager] enhancement manager-monitors-page added gmtUpdate desc (#455) [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认name升序 (enhancement)manager-monitors-page added name asc [manager-monitors](增强)应用服务检测-网站检测-分页:添加默认gmtUpdate降序 (enhancement)manager-monitors-page added gmtUpdate desc [webapp] support monitors list sort by name, date (#458) [manager] bugfix the gmtUpdate time not change when update monitor params (#459) [alerter,collector,common,warehouse] refactor auto import component Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: 铁甲小宝 <85919258+TJxiaobao@users.noreply.github.com> Co-authored-by: gaoxingcun <gxc01514416@alibaba-inc.com> Co-authored-by: zcx <48920254+Ceilzcx@users.noreply.github.com> Co-authored-by: hujiaofen <hujiaofen@2dfire.com> Co-authored-by: luxx <58515565+luxx-lq@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
使用配置类进行导入,在新增
@Component
时,就不需要修改spring.factories
了