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

Add entity classes for config management in Backend #1529

Merged
merged 1 commit into from
May 31, 2024

Conversation

hanbingleixue
Copy link
Collaborator

@hanbingleixue hanbingleixue commented May 31, 2024

What type of PR is this?

Feature.

What this PR does / why we need it?

Add entity class for configuration management in Backend.

Fixes #1528

Does this PR introduce a user-facing change?

No

Checklist

  • Make sure there is a GitHub_issue related with this PR before you start working on it.
  • Make sure you have squashed your change to one single commit.
  • GitHub Actions works fine in this PR.

Copy link

codecov bot commented May 31, 2024

Codecov Report

Attention: Patch coverage is 0% with 54 lines in your changes are missing coverage. Please review.

Flag Coverage Δ Complexity Δ
unittests 42.89% <0.00%> (-0.03%) 181.00 <0.00> (ø)

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

Files Coverage Δ Complexity Δ
...ermant/backend/entity/config/ConfigCenterType.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...ermant/backend/entity/config/ConfigServerInfo.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
...a/io/sermant/backend/entity/config/ConfigInfo.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../java/io/sermant/backend/entity/config/Result.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
.../sermant/backend/entity/config/ResultCodeType.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)

... and 7 files with indirect coverage changes

@hanbingleixue hanbingleixue changed the title Add configuration management backend services Add dynamically configured entity classes May 31, 2024
@hanbingleixue hanbingleixue force-pushed the develop branch 2 times, most recently from c6ad011 to f62a836 Compare May 31, 2024 06:11
daizhenyu
daizhenyu previously approved these changes May 31, 2024
Signed-off-by: hanbingleixue <hanbingleixue@hotmail.com>
@lilai23 lilai23 changed the title Add dynamically configured entity classes Add entity classes for config management in Backend May 31, 2024
@Sherlockhan Sherlockhan merged commit b110d00 into sermant-io:develop May 31, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support configuration management on the backend.
4 participants