Shang Jian Ding
Shang Jian Ding
Checking out [the first commit](https://github.com/rust-lang/rust/commit/c01efc669f0) of the [rust repo's master branch](https://github.com/rust-lang/rust) resulted in unstaged changes in the worktree. To reproduce, run the following program, which clones the rust repo to...
Consider adding support management of [gitlab "epic" objects](https://docs.gitlab.com/ee/user/group/epics/). This gitlab feature does require gitlab premium - would that be a hard-stop in having support for it in the `lab` tool?
`lab ci view --follow` panics before downstream pipelines are created/running: ``` $ lab ci view --follow 2023/03/01 09:58:15 ERROR: ci_view.go:487: runtime error: invalid memory address or nil pointer dereference goroutine...
`k8s.io/kubectl` affords `genericclioptions.IOStreams` to allow overriding stdin, stdout, and stderr. However, the `resource.Builder` and `resource.Visitor` abstractions don't have the option to allow configuring a custom stdin, which ultimately leads to...
For a workload without a ingress and service (let's call this a non-server workload), argo-rollouts behaves as if `dynamicStableScale` has been configured to true. `dynamicStableScale` is explicitly documented as "Only...
## Describe the feature During a weighted canary rollout, it's useful for debugging efforts to be able to specifically target the canary deployments using http headers. Without this, the debugging...