-
Notifications
You must be signed in to change notification settings - Fork 172
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】事件上报entity和dao模块 #1121
Conversation
6305eb8
to
c1cec37
Compare
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1121 +/- ##
=============================================
- Coverage 43.62% 41.63% -1.99%
+ Complexity 3187 3183 -4
=============================================
Files 779 808 +29
Lines 17001 17791 +790
Branches 1896 1943 +47
=============================================
- Hits 7416 7408 -8
- Misses 8654 9443 +789
- Partials 931 940 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 54 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
c1cec37
to
eb33868
Compare
ffd2806
to
b3eba60
Compare
sermant-backend/src/main/java/com/huaweicloud/sermant/backend/common/conf/CommonConst.java
Outdated
Show resolved
Hide resolved
sermant-backend/src/main/java/com/huaweicloud/sermant/backend/dao/EventService.java
Outdated
Show resolved
Hide resolved
sermant-backend/src/main/java/com/huaweicloud/sermant/backend/dao/EventService.java
Outdated
Show resolved
Hide resolved
sermant-backend/src/main/java/com/huaweicloud/sermant/backend/dao/redis/EventDaoForRedis.java
Outdated
Show resolved
Hide resolved
e60f356
to
e6b3054
Compare
153d404
to
143e66c
Compare
...-backend/src/main/java/com/huaweicloud/sermant/backend/dao/redis/RedisClusterClientImpl.java
Outdated
Show resolved
Hide resolved
...-backend/src/main/java/com/huaweicloud/sermant/backend/entity/event/EventsRequestEntity.java
Outdated
Show resolved
Hide resolved
sermant-backend/src/main/java/com/huaweicloud/sermant/backend/handler/EventPushHandler.java
Outdated
Show resolved
Hide resolved
ece9625
to
35bcc4f
Compare
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
97aa084
35bcc4f
to
97aa084
Compare
【修复issue】#1099
【修改内容】
【用例描述】增加事件写入,查询用例
【自测情况】1、本地静态检查通过