Page MenuHomePhabricator

In Gerrit 3.2 a change without related changes does not show Depends-On and Needed-By
Closed, ResolvedPublicBUG REPORT

Description

change 602279 clearly has a Depends-On as seen in the commit message.

But it is not shown in the list of related changes as "Depends on".

change 602749 has a Needed by.

But it is not shown in the list of related changes as "Needed by".

The zuul plugin adds the needed sections to the DOM. But the section container comes with hidden="true". So zuul sections become hidden as well.

We either need to teach the container to flip to visible if zuul has elements, or we make it visible all the time.

Event Timeline

QChris changed the subtype of this task from "Task" to "Bug Report".

Change 609590 had a related patch set uploaded (by QChris; owner: Christian Aistleitner):
[operations/software/gerrit@deploy/wmf/stable-3.2] Bump gerrit.war to Gerrit 3.2.2-102-g3bbb138e13

https://gerrit.wikimedia.org/r/609590

Change 609591 had a related patch set uploaded (by QChris; owner: Christian Aistleitner):
[operations/software/gerrit@deploy/wmf/stable-3.2] Bump zuul.jar to master-0-g7accc67

https://gerrit.wikimedia.org/r/609591

Change 609590 merged by QChris:
[operations/software/gerrit@deploy/wmf/stable-3.2] Bump gerrit.war to Gerrit 3.2.2-102-g3bbb138e13

https://gerrit.wikimedia.org/r/609590

Change 609591 merged by QChris:
[operations/software/gerrit@deploy/wmf/stable-3.2] Bump zuul.jar to master-0-g7accc67

https://gerrit.wikimedia.org/r/609591

QChris updated the task description. (Show Details)
QChris claimed this task.

Fixes have been deployed. And are effective.