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

fix: custom columns not supporting annotations #12421

Merged
merged 3 commits into from
Dec 30, 2023

Commits on Dec 29, 2023

  1. fix: custom columns not supporting annotations

    - [x] search annotations for matching key from user's custom column type
      - docs state we can use labels and annotations [here](https://github.com/argoproj/argo-workflows/blob/954884d64c7b2d24a2e5fa0641a66692d182fefd/pkg/apis/workflow/v1alpha1/info.go#L21) and [here](https://github.com/argoproj/argo-workflows/blob/954884d64c7b2d24a2e5fa0641a66692d182fefd/docs/workflow-controller-configmap.yaml#L90)
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    Co-authored-by: Steven Johnson <52087249+stevenbjohnson@users.noreply.github.com>
    jmeridth and stevenbjohnson committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b46c480 View commit details
    Browse the repository at this point in the history
  2. Update ui/src/app/workflows/components/workflows-row/workflows-row.tsx

    Co-authored-by: Anton Gilgur <4970083+agilgur5@users.noreply.github.com>
    Signed-off-by: Jason Meridth <jmeridth@gmail.com>
    jmeridth and agilgur5 authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    ca3205c View commit details
    Browse the repository at this point in the history
  3. fix: single quotes instead of double quotes on string comparison

    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    42af0f0 View commit details
    Browse the repository at this point in the history