Anton Gilgur
Anton Gilgur
Yea I was gonna request some small changes when I was at my computer (previous comments were from my phone). Should be done later today
You mean making [this line](https://github.com/argoproj/argo-workflows/blob/ed55b02992d5774e6d7ccb56bef73c27cb0c5fd2/cmd/argo/commands/root.go#L138) more specific? I didn't change the option in this PR, just made it actually used, but could improve that for sure
Merged `main` for new checks per #13027
Hey @lon9man sorry for not responding to this. My GitHub [status at the time](https://twitter.com/agilgur5/status/1488620710566191104?s=20) mentioned I was taking a break from OSS due to toxicity and abuse. Coming back now...
Was looking to add this myself and then found this issue again. Gonna work on this in tandem with docs and help text changes for https://github.com/argoproj/argo-workflows/issues/11511 Would also like to...
One small complication here, these buttons are rendered via the [`ActionMenu` component](https://github.com/argoproj/argo-workflows/blob/524b4cb58672d07ce2ed9cff3dd0c58bbcf9d293/ui/src/app/workflows/components/workflow-details/workflow-details.tsx#L504) (tracing: [`getItems`](https://github.com/argoproj/argo-workflows/blob/524b4cb58672d07ce2ed9cff3dd0c58bbcf9d293/ui/src/app/workflows/components/workflow-details/workflow-details.tsx#L178) has the `items`, which use the [`WorkflowOperationsMap`](https://github.com/argoproj/argo-workflows/blob/524b4cb58672d07ce2ed9cff3dd0c58bbcf9d293/ui/src/app/shared/workflow-operations-map.tsx#L25)), which is actually [in `argo-ui`](https://github.com/argoproj/argo-ui/blob/25948bf2f110d6884216feaed90353f415cdfa53/src/components/top-bar/top-bar.tsx#L88) and does not have...
Also for the CLI and its docs, I wrote up #11625 to describe `retry` vs. `resubmit` in more details
Closing as stale as OP did not respond to previous comments. We have also removed the mentoring template as there is not enough bandwidth to support all mentees and we...
> Could this limit be set higher? Per above and the docs, this is a hard limit set by etcd, not Argo
I was responding to the upvoted comment above for clarity, since this is not a limit set by Argo and so is not something that can be "set higher". It...