Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Patchsets approvals not displayed in "Query and Trigger Gerrit Patches" window.
When a patchset has already Verified or Code-Review approval, it is not displayed in V and R column.
Code changed in jenkins
User: Jiří Engelthaler
Path:
src/main/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction.java
src/main/resources/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerAction/index.jelly
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerActionApprovalTest.java
src/test/java/com/sonyericsson/hudson/plugins/gerrit/trigger/hudsontrigger/actions/manual/ManualTriggerActionTest.java
src/test/java/com/sonymobile/tools/gerrit/gerritevents/mock/SshdServerMock.java
http://jenkins-ci.org/commit/gerrit-trigger-plugin/957082c4409a0a4b362e4fcb895a28ff0df8333f
Log:
Fix problem where approvals were not displayed in Query and Trigger Gerrit Patches window for patchsets which already has Verified or Code-Review approval.
Approvals are displayed only for latest patchset.
Decrease log verbosity for GerritProjectListUpdater.
[FIXED JENKINS-31894]