-
Bug
-
Resolution: Done
-
Normal
-
None
-
4.13.0, 4.12.0, 4.11.0, 4.10.0, 4.9.0
-
Moderate
-
No
-
ODC Sprint 236, ODC Sprint 238
-
2
-
Rejected
-
False
-
This is a clone of issue OCPBUGS-10225. The following is the description of the original issue:
—
Description of problem:
Pipeline Repository (Pipeline-as-code) list never shows an Event type.
Version-Release number of selected component (if applicable):
4.9+
How reproducible:
Always
Steps to Reproduce:
- Install Pipelines Operator and setup a Pipeline-as-code repository
- Trigger an event and a build
Actual results:
Pipeline Repository list shows a column Event type but no value.
Expected results:
Pipeline Repository list should show the Event type from the matching Pipeline Run.
Similar to the Pipeline Run Details page based on the label.
Additional info:
The list page packages/pipelines-plugin/src/components/repository/list-page/RepositoryRow.tsx renders obj.metadata.namespace as event type.
I believe we should show the Pipeline Run event type instead. packages/pipelines-plugin/src/components/repository/RepositoryLinkList.tsx uses
{plrLabels[RepositoryLabels[RepositoryFields.EVENT_TYPE]]}to render it.
Also the Pipeline Repository details page tried to render the Branch and Event type from the Repository resource. My research says these properties doesn't exist on the Repository resource. The code should be removed from the Repository details page.
- blocks
-
OCPBUGS-13831 Pipeline Repository (Pipeline-as-Code) list page shows an empty Event type column
- Closed
- clones
-
OCPBUGS-10225 Pipeline Repository (Pipeline-as-Code) list page shows an empty Event type column
- Closed
- is blocked by
-
OCPBUGS-10225 Pipeline Repository (Pipeline-as-Code) list page shows an empty Event type column
- Closed
- is cloned by
-
OCPBUGS-13831 Pipeline Repository (Pipeline-as-Code) list page shows an empty Event type column
- Closed
- links to