Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As part of enhancing the KubeRocketCI user interface and functionality, it's proposed to introduce a dedicated 'Pipelines' tab. This tab will focus on providing a real-time view of Pipeline execution, mimicking the functionality found in the Tekton Dashboard's PipelineRuns page. The following capabilities are to be included:
Delete PipelineRun: Users should be able to delete specific PipelineRuns from the interface.
Re-trigger PipelineRun: There should be functionality to re-trigger any completed or failed PipelineRuns.
View Tasks and Logs: Users must be able to view specific tasks associated with a PipelineRun and access logs for these tasks.
Acceptance Criteria:
A new 'Pipelines' tab is successfully added to the KubeRocketCI interface.
From the 'Pipelines' tab, users can delete, re-trigger PipelineRuns, and view tasks and logs associated with a PipelineRun.
The 'Create' functionality for PipelineRuns, present in Tekton Dashboard, is not required to be implemented at this stage.
The UI and UX of the 'Pipelines' tab should be consistent with the rest of the KubeRocketCI interface.
Ensure thorough testing, including but not limited to unit tests, integration tests, and UI tests to validate the functionalities.
Implementation Plan:
Analyze the current implementation of the 'Pipelines' subsection on the Overview page.
Design the UI/UX for the new 'Pipelines' tab, ensuring consistency with the rest of the platform.
Implement the backend logic for deleting and re-triggering PipelineRuns.
Enable the feature to view tasks and access logs for each PipelineRun within the 'Pipelines' tab.
Conduct comprehensive testing across different scenarios to ensure robustness and reliability.
Prepare documentation for the new 'Pipelines' tab functionality, highlighting the key features and user instructions.
Useful:
Tekton Pipelines table - https://tekton-edp-delivery-tekton-dev.eks-sandbox.aws.main.edp.projects.epam.com/#/namespaces/edp-delivery-tekton-dev/pipelines
Current table in UI, pay attention to the Tree diagram, links, etc.
Remove the Pipelines table from the Overview page and add to the main manu as a new section