simster7

Results 4 issues of simster7

When submitting resources through the CLI, there is a wide array of options. For example, for workflows: ```go type cliSubmitOpts struct { output string // --output wait bool // --wait...

type/feature
good first issue
hacktoberfest
area/ui

Some parts of the code already have structured logging -- for example: https://github.com/argoproj/argo/blob/214c451535ebeb6e68f1599c2c0a4a4d174ade25/persist/sqldb/workflow_archive.go#L63-L64 But most don't. Let's migrate the rest. #2307

good first issue
hacktoberfest
tech-debt

# Summary What change needs making? Currently, if a daemoned steps starts correctly, subsequent steps begin running, and the daemoned step suddenly fails, it will not be retried even if...

type/feature
area/spec
area/daemon-steps
area/retryStrategy

# Summary Support more advanced strategies for when failing from a DAG or Steps template. # Use Cases Currently a DAG has `failFast`, and [recently](https://github.com/argoproj/argo-workflows/issues/3644#issuecomment-799033153) templates also support `failFast` in...

type/feature
area/controller
area/spec
area/templates/dag