-
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-12526][Api] add dynamic task function: shell task #12840
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #12840 +/- ##
============================================
+ Coverage 39.12% 39.27% +0.14%
- Complexity 4192 4235 +43
============================================
Files 1044 1053 +9
Lines 39447 39883 +436
Branches 4530 4586 +56
============================================
+ Hits 15434 15663 +229
- Misses 22259 22445 +186
- Partials 1754 1775 +21
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
SonarCloud Quality Gate failed. |
@ResponseStatus(HttpStatus.OK) | ||
@ApiException(LIST_TASK_TYPE_ERROR) | ||
@AccessLogAnnotation(ignoreRequestArgs = "loginUser") | ||
public Result listDynamicTaskTypes(@Parameter(hidden = true) @RequestAttribute(value = Constants.SESSION_USER) User loginUser, |
Check notice
Code scanning / CodeQL
Useless parameter
@ResponseStatus(HttpStatus.OK) | ||
@ApiException(LIST_TASK_TYPE_ERROR) | ||
@AccessLogAnnotation(ignoreRequestArgs = "loginUser") | ||
public Result listDynamicTaskCategories(@Parameter(hidden = true) @RequestAttribute(value = Constants.SESSION_USER) User loginUser) { |
Check notice
Code scanning / CodeQL
Useless parameter
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
Purpose of the pull request
add dynamic task function: shell task
see #12526
Brief change log
add dynamic task function: shell task
Verify this pull request
Manually verified the change by testing locally.