Paweł Rein
Paweł Rein
There's more changes going on than the title says, namely some parts are moved from default recipe to install and plugins recipes, where plugins recipe is attributes_driven recipe renamed (what...
Hi, I would like to use kubediff as part of CICD pipeline, just to print a summary of changes to logs. I would love to be able to skip printing...
Hi. It took me some time to figure out that "consul" label name was case sensitive. All other labels I use are uppercase, so this one stands out now. Why...
Hi, Would it be possible to extend the chart with a way to force HTTPS for requests to concourse web UI? Not sure if it's possible without ingress. For those...
Would it be possible to make the chart set up local users and teams in Concourse? Setting up team namespaces and RBAC, as well as local users is already in...
I came across a following issue. Once started the capture will never stop (until I ctrl+c it). Looking into the code I found out that the wait_until_finished function is checking...
Hi, perhaps worth mentioning in the README are `statuses: write` permission is required. Otherwise it throws ```Error: Error setting status: Resource not accessible by integration```
The goal is shorter checkout times for repos with many submodules. A particular job may need just one of many modules. It would be an equivalent of looping over ```...
Hi, I forked your action to extend it with timeout on no output functionality. This is to provide a way to kill a step when the process hangs, goes into...
Hi, would implementing SLO relations be an idea worth considering? Where I think would it be useful: * alerting - mute dependent / children SLO alerts if parent SLO is...