Sebastien Le Digabel
Sebastien Le Digabel
At the moment the credentials are stored using the idp server url as a primary key for the keychain store. This is very useful if you need to authenticate through...
We need a way to signal to the APS that a progressive rollout is cancelled by a user. That includes a new final state (Cancelled) and some way of notifying...
Use KIND to spin up a kubernetes environment and: - install argocd - install argocd-applicationsets - install the progressive rollout operator and its CRD
Depends on #28 With the e2e environment in the Makefile, we can quickly spin up a new environment in github action and perform some e2e testing.
As per https://github.com/Skyscanner/argocd-progressive-rollout/pull/44#discussion_r603400135 We need defaults for (but possibly not limited to): - insecure - argocd server
we spent some time making a helm chart to abstract all the complexity, might as well use it for our e2e environment...
Adding this one in while I can think of it. Expose rollout metrics to prometheus
Using a PR to kick off a conversation about conventional commit styles and whether we should use it for turbolift. I've been using it and seen it used here and...
A suggestion from my teammate @lnascimentosilva shortly after using turbolift for the first time: It would make sense to block the `create-prs` or at least ask for confirmation if the...
On large repo lists, one often has to run this kind of workflow: ```console turbolift clone turbolift forearch ``` then, to _validate_ the changes, they would run something like this:...