Alex Collins

Results 131 issues of Alex Collins

I’d like to see all options for Golang in one go. Sort by would be helpful.

I see you added “expr” for Golang. I expect engineers to migrate to CeL. https://github.com/google/cel-spec If”expr” can be added, I think CeL must be too?

I think this is because the Github Token needs to be updated. No changes to `docs` will be publish until this is fixe.

bug
area/build

Users want a more detailed example of doing CI and CD. We should have one that builds Argo Workflows (so it is Argo all the way down): CI: * Use...

type/feature
good first issue
hacktoberfest
area/docs

Too many user files incomplete bug reports, or have not done any basic diagnosis of the issue. We could try https://beyondco.de/blog/github-issue-forms to reduce this problem and reduce the number of...

enhancement

I'd like a plugin that allows you to perform action on an Argo CD app: * Update and sync and wait - e.g. if you wanted a deployment * Delete...

enhancement
area/plugins

Search for `/signal` in the code to find it.

enhancement
good first issue
tech-debt
area/executor

Bugs: - [x] #8631 - [x] #8545 PRs/features: - [ ] #7540 - [x] #3102 - [ ] #8582 - [x] #7267 Docs: - [x] #8633 - [ ] #8507...

enhancement

# Summary Users often struggle to diagnoes templating problems. Helping them is time consuming. Everybody looses. Instead, we log more diagnostics whenever resolution fails: https://github.com/argoproj/argo-workflows/blob/9c901456a44501f11afc2bb1e856f0d0828fd13f/util/template/simple_template.go#L26 Several times here: https://github.com/argoproj/argo-workflows/blob/9c901456a44501f11afc2bb1e856f0d0828fd13f/util/template/expression_template.go#L34 #...

enhancement
good first issue
hacktoberfest
area/templating

The current templating system appears to be the primary cause of confusion and bugs. These are caused by the following: 1. Template evaluation is unpredicable. By which I mean, you...

enhancement