[Fix-10863] Command execution result data statistics remove userId condition.#10864
[Fix-10863] Command execution result data statistics remove userId condition.#10864caishunfeng merged 2 commits intoapache:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #10864 +/- ##
============================================
- Coverage 40.66% 40.60% -0.07%
- Complexity 4826 4828 +2
============================================
Files 913 915 +2
Lines 36306 36435 +129
Branches 3989 3999 +10
============================================
+ Hits 14765 14793 +28
- Misses 20068 20160 +92
- Partials 1473 1482 +9
Continue to review full report at Codecov.
|
|
Hi @WangJPLeo I can't get the point of the |
|
Kudos, SonarCloud Quality Gate passed! |
Yes, I think the login user can only see the processes with permissions. |
After the resource permissions are refactored, the user-related projects are uniformly obtained in the getProjectIds method, so it is not necessary to use the user ID to query after obtaining the user-related projects. The displayed error command statistics are inaccurate because the user ID association is added. @caishunfeng @lenboo |
…ndition. (apache#10864) * Command execution result data statistics remove userId condition. * e2e rerun (cherry picked from commit 3756a23)








Purpose of the pull request
Command execution result data statistics remove userId condition.
Brief change log
close #10863
Verify this pull request
Manually verified the change by testing locally.