argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
15.11k stars 3.21k forks source link

fix: correct nil pointer when listing wf archive without list options. Fixes #13804 #13807

Closed djanjic closed 3 weeks ago

djanjic commented 4 weeks ago

Fixes #13804

Motivation

This PR fixes the issue when trying to list the WF archive without list options using HTTP

Modifications

Updated archived_workflow_server.go to use empty ListOptions if the original one is nil

Verification