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

Add support for TEP-0047 'displayName' #2981

Merged
merged 1 commit into from
Jul 10, 2023

Commits on Jul 7, 2023

  1. Add support for TEP-0047 'displayName'

    When viewing a Pipeline or Task details page, include the
    'displayName' alongside the 'description' if provided.
    
    On the PipelineRun details page, show the 'displayName' in the
    TaskTree instead of the pipelineTaskName. This also accounts for
    retries where the 'displayName' is used as the base instead.
    
    The details to the right still show the full TaskRun name as before.
    
    A future change may include display of the pipelineTask description
    so this is wired up but its display is omitted for now.
    AlanGreene committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4580108 View commit details
    Browse the repository at this point in the history