Anton Gilgur
Anton Gilgur
Related to https://github.com/argoproj/argo-workflows/pull/12862#discussion_r1567591349, https://github.com/argoproj/argo-workflows/pull/12756#discussion_r1536712741 ### Motivation [`t.Setenv`](https://pkg.go.dev/testing#B.Setenv) handles setting the env var back to what it was after - automates the `defer` + `Unsetenv` at the end - and is...
# Summary Folllow-up to https://github.com/argoproj/argo-workflows/issues/12923#issuecomment-2052249788. The CLI allows you to add arbitrary parameters when submitting a WorkflowTemplate, while the UI only lets you use parameters that are already specified inside...
## Summary I'm not really sure why this is happening, but when Node deps change, sometimes a task that does `yarn install` will just run indefinitely and never finish inside...
Mentioned in https://github.com/kitproj/kit/issues/40#issuecomment-1755913391 but didn't get an answer. I _think_ this behavior is not currently supported. Task supports [specifying `sources` and `generates`](https://taskfile.dev/usage/#prevent-unnecessary-work) and will perform a checksum or timestamp (checksum...
Follow-up to https://github.com/argoproj/argo-workflows/pull/11928#issuecomment-1754165093 and https://github.com/argoproj/argo-workflows/issues/11423. > [...] Codespaces running indefinitely on `kit pre-up`: https://github.com/argoproj/argo-workflows/issues/11423. I even got a notification from GH that it used up 24 hours of compute before...
Having each service/task/background process have a custom color and prefix would be nice. #### prefixes Generally I'm fine with the default prefix of using the task name, but I think...
### Motivation - fix OpenSSF Scorecard issues - have consistent settings here as in Workflows ### Modifications - fix OpenSSF Scorecard issues - set top-level `permissions` to read-only - add...
Per https://github.com/argoproj/argo-ui/issues/553#issuecomment-2106048778 and https://github.com/argoproj/argo-ui/issues/453#issuecomment-2106051851, remove the unused `antd` dir and deps - `antd` was seemingly meant to be used in `v2` per https://github.com/argoproj/argo-ui/pull/161#pullrequestreview-820560829, but that never happened. - It's been...
### Motivation - optimize some of the `make` jobs by parallelizing them by default when possible - this way you don't have to specify, for instance, `make start -j4 UI=true`...
Related to the goals of #12059, just removing / replacing a large dep entirely. Follow-up to #12097 ### Motivation `moment` has been [deprecated since Sep 2020](https://momentjs.com/docs/#/-project-status/) and recommends using native...