tektoncd / dashboard

A dashboard for Tekton!
Apache License 2.0
863 stars 258 forks source link

Add pages for StepActions #3360

Closed AlanGreene closed 5 days ago

AlanGreene commented 3 months ago

Changes

Resolves https://github.com/tektoncd/dashboard/issues/3348

Add list and details pages for the v1alpha1 StepActions resources following the same pattern as the existing Tasks / Pipelines page. The only difference is that we don't link to associated runs or provide the ability to create a run as a StepAction must be used in a Task and cannot be run standalone.

/kind feature

Submitter Checklist

As the author of this PR, please check off the items in this checklist:

Release Notes

NONE
tekton-robot commented 3 months ago

Skipping CI for Draft Pull Request. If you want CI signal for your change, please convert it to an actual PR. You can still manually trigger a test run with /test all

tekton-robot commented 3 months ago

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: To complete the pull request process, please ask for approval from alangreene after the PR has been reviewed.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/tektoncd/dashboard/blob/main/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
AlanGreene commented 3 months ago

/test all

AlanGreene commented 3 months ago

StepActions was added in Pipelines v0.54.0 and is currently alpha. It is expected to be promoted to beta around the v0.60.0 / June timeframe.

The latest Dashboard release (v0.45.0) still supports Pipelines v0.53.0, so we might wait until we drop support for that before landing this change.

AlanGreene commented 3 months ago

/test all

tekton-robot commented 2 months ago

@AlanGreene: PR needs rebase.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
AlanGreene commented 1 week ago

Once https://github.com/tektoncd/dashboard/pull/3465 and the follow-up PR to refactor the common containers are merged this PR will become a lot simpler, essentially just defining the route. All of the API layer, list / details containers, etc. will use the common code instead of custom stuff.

AlanGreene commented 5 days ago

Replaced by https://github.com/tektoncd/dashboard/pull/3490