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

Sort matrix TaskRuns by display name on the PipelineRun details page #3615

Merged
merged 1 commit into from
Sep 17, 2024

Commits on Sep 16, 2024

  1. Sort matrix TaskRuns by display name on the PipelineRun details page

    To ensure a stable order when showing the matrix TaskRuns in the UI,
    sort by display name. This should also work for custom tasks that
    produce multiple TaskRuns.
    
    If there is no display name we maintain the source order, so there is
    no change to the user experience in that case.
    AlanGreene committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    85fea55 View commit details
    Browse the repository at this point in the history