-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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-14863][API] Support to manage what worker groups can be used for a project. #15600
Conversation
projectWorkerGroup.setUpdateTime(now); | ||
int create = projectWorkerGroupMapper.insert(projectWorkerGroup); | ||
if (create > 0) { | ||
log.info("Success to add worker group [{}] for the project [{}] .", workerGroupName, |
Check failure
Code scanning / CodeQL
Log Injection High
user-provided value
log.info("Success to add worker group [{}] for the project [{}] .", workerGroupName, | ||
project.getName()); | ||
} else { | ||
log.error("Failed to add worker group [{}] for the project [{}].", workerGroupName, |
Check failure
Code scanning / CodeQL
Log Injection High
user-provided value
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #15600 +/- ##
============================================
+ Coverage 38.55% 38.58% +0.02%
- Complexity 4777 4784 +7
============================================
Files 1310 1312 +2
Lines 44880 44978 +98
Branches 4808 4819 +11
============================================
+ Hits 17305 17354 +49
- Misses 25692 25734 +42
- Partials 1883 1890 +7 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
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.
+1
Purpose of the pull request
This PR will close #14863.
Brief change log
Verify this pull request
This change added tests and can be verified as follows:
The testing results are as follows: