Li. Sparks

Results 4 issues of Li. Sparks

Fixes [ISSUE #19577 ] Checklist: * [x] Either (a) I've created an [enhancement proposal](https://github.com/argoproj/argo-cd/issues/new/choose) and discussed it with the community, (b) this is a bug fix, or (c) this does...

ready-for-review

Fixes [ISSUE https://github.com/argoproj/gitops-engine/issues/620 ]

https://github.com/argoproj/gitops-engine/blob/95e00254f82a1e2a38c47b8383e68dddff763b88/pkg/utils/kube/resource_ops.go#L150-L160 In the above code, WrapTransport is not passed, which will cause the client corresponding to the NewFactory to have no WrapTransport, which is not as expected. In addition, RateLimiter...

### Summary There appears to be a bug in the brace expansion logic when a pattern contains exactly 2 alternatives in braces `{option1,option2}`. Patterns with 1, 3, or 4+ alternatives...