-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add PR/MR column into PipelineRuns table #304
Comments
callmevladik
added a commit
that referenced
this issue
Jul 22, 2024
callmevladik
added a commit
that referenced
this issue
Jul 22, 2024
MykolaMarusenko
pushed a commit
that referenced
this issue
Jul 22, 2024
callmevladik
added a commit
that referenced
this issue
Jul 23, 2024
10 tasks
SergK
pushed a commit
that referenced
this issue
Jul 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
The Pipelines table in UI Portal requires a new column to display Pull Requests. This column will present data obtained from the
changeNumber
parameter of the code review pipeline. If thechangeNumber
parameter is not available for a particular entry, the item should be left empty. The new column should be positioned after the 'Run' column and before the 'Pipeline' column. The Pull Request number should be presented as a link pointing to the corresponding pull request. This task also includes a review of methods to construct the URL for the pull request links in a simple and efficient manner.Acceptance Criteria:
changeNumber
as a link to the corresponding pull request when available.changeNumber
parameter is not available, the column for that entry remains empty.Implementation Plan:
Modify the Pipelines table component to include a new column for Pull Requests.
Implement logic to fetch and display the
changeNumber
as a hyperlink to the pull request, ensuring the link is constructed correctly.Ensure the new column is correctly positioned within the table layout.
Review and decide on the most efficient method for constructing pull request URLs, considering the structure of available data and the platform hosting the pull requests.
Conduct thorough testing of the new column to ensure it functions correctly and displays accurately across various scenarios.
Submit the changes for review and merge them upon approval.
The text was updated successfully, but these errors were encountered: