kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.55k stars 1.6k forks source link

Enable sorting by status in the UI #5920

Closed midhun1998 closed 4 months ago

midhun1998 commented 3 years ago

Feature Area

More of a productivity improvement. 🚀 /area frontend

What feature would you like to see?

Enable sorting by status for runs under the Experiment and Runs section of UI which would filter all Running pipelines to the top.

What is the use case or pain point?

Currently, the Kubeflow pipeline experiment UI only sorts based on start time. But sometimes when there are a lot of pipelines running in the same experiment the running ones tend to be below completed ones which makes it difficult to search for a running pipeline especially when recurring runs have been configured. This feature will enable users to find and track pipelines quicker.

Is there a workaround currently?

No workarounds were found. At present, we manually search for the running ones.


Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

zijianjoy commented 2 years ago

/lifecycle frozen

zijianjoy commented 2 years ago

We can use filter to obtain runs by specifying states: https://github.com/kubeflow/pipelines/blob/master/backend/api/filter.proto#L81-L88

midhun1998 commented 2 years ago

Hi @zijianjoy . Thanks for the hint. Yes we can filter and show it in in the UI. I would let someone pick this up who is interested in contributing to the frontend.

/help

google-oss-robot commented 2 years ago

@midhun1998: This request has been marked as needing help from a contributor.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-help command.

In response to [this](https://github.com/kubeflow/pipelines/issues/5920): >Hi @zijianjoy . Thanks for the hint. Yes we can filter and show it in in UI. I would let someone pick this up who is intrested in frontend. > >/help > 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.
rimolive commented 4 months ago

/close

Duplicate of #4954

google-oss-prow[bot] commented 4 months ago

@rimolive: Closing this issue.

In response to [this](https://github.com/kubeflow/pipelines/issues/5920#issuecomment-2068207936): >/close > >Duplicate of #4954 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.