Maël Valais

Results 31 issues of Maël Valais

/kind cleanup ```release-note NONE ```

size/L
release-note-none
needs-rebase
approved
do-not-merge/work-in-progress
kind/cleanup
lifecycle/rotten
dco-signoff: yes
area/testing

> 🌟 This design document was written by Maël Valais on 20 July 2022 in order to facilitate @RomanenkoDenys's feature request presented in [#5158](https://github.com/cert-manager/cert-manager/pull/5158). ```release-note NONE ```

size/L
release-note-none
approved
kind/design
dco-signoff: yes

While looking at #4459, I realized that we don't have any tests around "what should trigger a re-issuance". For example, there is no test that says _"If only the Secret...

size/XL
release-note-none
needs-rebase
approved
kind/cleanup
lifecycle/stale
dco-signoff: yes
area/testing

Currently, anytime the end-to-ends time out, Ginkgo does not produce any JUnit XML, meaning that the Prow UI doesn't show which tests have timed out. [Expected](https://prow.build-infra.jetstack.net/view/gs/jetstack-logs/pr-logs/pull/cert-manager_cert-manager/4914/pull-cert-manager-e2e-v1-23/1502970805347160064): ![correct](https://user-images.githubusercontent.com/2195781/158060268-0538973c-3c71-412a-b018-a359afa56241.png) But we get...

kind/cleanup
lifecycle/stale

One of the transitive dependencies of `preflight` does not have a license, which means `preflight` cannot be used in things like the Google Cloud Marketplace (cf. https://github.com/jetstack/jetstack-secure-gcm/issues/47). https://github.com/jetstack/preflight/blob/2130eb7bf2377e72e3b363e1d391802a56e3117c/go.sum#L188 It seems...

I am stuck with a non-working `preflight` agent on my cluster. Before going further (i.e., using mitmproxy to see what is going on with the HTTP request being made to...

kind/feature
priority/backlog

Would be nice to be able to have Pact in my stack on stackshare.io 😁 We can submit the tool at https://stackshare.io/submit.

Hi, While trying to hack the excellent madoko processor (see #6), I noticed that the memory needed for running `koka-0.6.0-dev` is huge (using ghc 8.0.2). I only have 4GB of...

When I tried to compile madoko, I had to use the `jake variant=release` instead of `jake VARIANT=release` as the first one was not working. I also added the explanations in...

When writing ``` This "`code`" is not "right". ``` the double-quotes will turn into ![capture d ecran 2017-07-27 a 15 09 06](https://user-images.githubusercontent.com/2195781/28671589-8fb6ee1e-72dd-11e7-96e2-94f4316dd4d1.png) This works though: ``` This "phrase" is "`code`"....