Anton Gilgur

Results 123 issues of Anton Gilgur

Fixes #9938 Related to #12970 -- that's for the back-end, this is the one remaining place in the front-end ### Motivation - the component was incorrectly assuming that `node.templateName` exists,...

area/ui
area/workflow-templates

# Summary The Executor Pod has multiple different containers (`init`, `wait`, etc), some of which require different permissions (`securityContext`) than others. Depending on the type of Execution (e.g. `resource`), the...

type/feature
type/security
solution/workaround
area/executor

Fixes #12788, Fixes https://github.com/argoproj/argo-workflows/pull/12929#discussion_r1572707894 ### Motivation - loglevel, gloglevel, and log format were inconsistently set around the codebase for executor containers - meaning that some had partial settings and some...

area/controller
area/executor
area/agent

### Motivation - the fallback is old and insecure, and the error confuses users as it's not mentioned in the docs (as it's legacy and a fallback) - e.g. #12783...

type/tech-debt
area/controller
area/executor

# Summary The `getInfo` request is made [multiple times](https://github.com/search?q=repo%3Aargoproj%2Fargo-workflows+getInfo+language%3ATSX&type=code&l=TSX) in the UI. We can make this more efficient and simplify the code by only making the request once at the...

type/feature
type/tech-debt
area/ui
solution/suggested

# Summary Instead of using promises with many callbacks and chains, refactor to use the newer and cleaner async/await syntax where possible. As mentioned in #11711 # Use Cases All...

type/feature
type/tech-debt
area/ui
solution/suggested

Fixes #10178, Fixes https://github.com/argoproj/argo-workflows/pull/6982#discussion_r1574356857, Fixes https://github.com/argoproj/argo-workflows/pull/10735#discussion_r1575092505 Partly addresses https://github.com/argoproj/argo-workflows/pull/6356#discussion_r1574367137, but not entirely, as the PDB is a more complicated case. Will file a separate issue for that. **EDIT**: filed #12966...

area/controller
area/mutex-semaphore
area/synchronization

### Pre-requisites - [X] I have double-checked my configuration - [X] I have tested with the `:latest` image tag (i.e. `quay.io/argoproj/workflow-controller:latest`) and can confirm the issue still exists on `:latest`....

type/bug
type/regression
area/controller
area/mutex-semaphore
area/synchronization

# Summary Create a GH Action Workflow that reads comments by Members on PRs and detects `/retest`. If detected, it should use the GH API to ["re-run failed jobs"](https://docs.github.com/en/actions/managing-workflow-runs/re-running-workflows-and-jobs). Right...

type/feature
area/build
solution/suggested

### Pre-requisites - [X] I have double-checked my configuration - [X] I can confirm the issues exists when I tested with `:latest` - [X] I'd like to contribute the fix...

type/bug
type/tech-debt
area/ui
area/sso-rbac
P3