Skip to content
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

feat: Add new pipelines page #226

Merged
merged 1 commit into from
May 3, 2024
Merged

feat: Add new pipelines page #226

merged 1 commit into from
May 3, 2024

Conversation

callmevladik
Copy link
Contributor

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

@callmevladik callmevladik self-assigned this May 3, 2024
@callmevladik callmevladik requested a review from a team as a code owner May 3, 2024 09:56
@callmevladik callmevladik changed the title feat: Add new pipelines page (#225) feat: Add new pipelines page May 3, 2024
@SergK SergK added the enhancement New feature or request label May 3, 2024
@callmevladik callmevladik merged commit 4c96b9f into master May 3, 2024
6 checks passed
@callmevladik callmevladik deleted the feat/pipelines branch May 3, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants