#1310 add executor user to the process instance & task instance pages#1973
Merged
davidzollo merged 11 commits intoapache:devfrom Feb 20, 2020
Eights-Li:dev-instance
Merged
#1310 add executor user to the process instance & task instance pages#1973davidzollo merged 11 commits intoapache:devfrom Eights-Li:dev-instance
davidzollo merged 11 commits intoapache:devfrom
Eights-Li:dev-instance
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #1973 +/- ##
======================================
Coverage ? 30.82%
Complexity ? 1381
======================================
Files ? 294
Lines ? 15022
Branches ? 1810
======================================
Hits ? 4631
Misses ? 9931
Partials ? 460
Continue to review full report at Codecov.
|
Contributor
Author
|
@break60 please review front-end, thx~ |
Contributor
|
front-end +1 |
lenboo
reviewed
Feb 19, 2020
|
|
||
| //executor name query | ||
| int executorId = 0; | ||
| if (StringUtils.isNotEmpty(executorName)) { |
Contributor
There was a problem hiding this comment.
Can duplicate code be refactored together?
Suggest that put these them in UserService.
Contributor
Author
There was a problem hiding this comment.
thx, i will fix it
|
Kudos, SonarCloud Quality Gate passed!
|
lenboo
pushed a commit
to lenboo/dolphinscheduler
that referenced
this pull request
Feb 21, 2020
… pages (apache#1973) * add executor name in processDefinitionInstance & taskInstance * modify processInstanceTest * modify processInstanceTest * apache#1310 add executor user to the process instance & task instance pages * add processInstanceUT & taskInstanceUT * add processInstanceUT & taskInstanceUT * modify processInstanceTest & taskInstanceTest * Remove duplicate code * add userServiceUT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the pull request
#1310 add executor user to the process instance & task instance pages
Brief change log
Verify this pull request
This change added tests and can be verified as follows: