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

事件上报实体关系 #1104

Merged
merged 1 commit into from
Mar 8, 2023
Merged

Conversation

xuezechao1
Copy link
Collaborator

@xuezechao1 xuezechao1 commented Mar 3, 2023

【修复issue】#1099

【修改内容】

backend模块增加以下实体定义:

  • agent运行环境集群信息实体:ClusterEntity
  • agent运行环境信息实体: EnvironmentEntity
  • 事件实体: EventInfoEntity
  • 事件等级实体:EventLevel
  • 事件信息实体:EventMessageEntity
  • 事件类型实体:EventType
  • agent实例元数据信息实体:InstanceMeta
  • 节点信息实体:NodeEntity

【用例描述】

不需测试用例

@codecov
Copy link

codecov bot commented Mar 6, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.06 ⚠️

Comparison is base (e999e47) 18.66% compared to head (1d88fe3) 18.61%.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #1104      +/-   ##
=============================================
- Coverage      18.66%   18.61%   -0.06%     
  Complexity      1396     1396              
=============================================
  Files            768      776       +8     
  Lines          16922    16970      +48     
  Branches        1843     1843              
=============================================
  Hits            3159     3159              
- Misses         13361    13409      +48     
  Partials         402      402              
Flag Coverage Δ
unittests 18.61% <0.00%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...weicloud/sermant/backend/entity/ClusterEntity.java 0.00% <0.00%> (ø)
...loud/sermant/backend/entity/EnvironmentEntity.java 0.00% <0.00%> (ø)
...icloud/sermant/backend/entity/EventInfoEntity.java 0.00% <0.00%> (ø)
...huaweicloud/sermant/backend/entity/EventLevel.java 0.00% <0.00%> (ø)
...oud/sermant/backend/entity/EventMessageEntity.java 0.00% <0.00%> (ø)
.../huaweicloud/sermant/backend/entity/EventType.java 0.00% <0.00%> (ø)
...aweicloud/sermant/backend/entity/InstanceMeta.java 0.00% <0.00%> (ø)
...huaweicloud/sermant/backend/entity/NodeEntity.java 0.00% <0.00%> (ø)

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 at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@luanwenfei-venus luanwenfei-venus self-requested a review March 8, 2023 08:36
Copy link
Collaborator

@robotLJW robotLJW left a comment

Choose a reason for hiding this comment

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

/lgtm

@robotLJW robotLJW added area/backend Issues or PRs releated to sermant backend service status/lgtm Indicates that a PR is ready to be merged. labels Mar 8, 2023
@robotLJW robotLJW added this to the v1.1.0 milestone Mar 8, 2023
@robotLJW robotLJW merged commit 59d663a into sermant-io:develop Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Issues or PRs releated to sermant backend service status/lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants