Chmouel Boudjnah
Chmouel Boudjnah
maybe a flag like --long to display more info and have the displayname into it?
what do you think about --long instead as we can add more verbose output in the future and not necessary have to add a flag for every kind of detailed...
yes the refactoring could be quite a lot of work (ie: ~ 6 months) if we were planning a rewrite, i'll be happy to help setup pac as demo to...
@afrittoli Thanks for rekicking this! Pipelines-as-Code (PAC) generally adheres to the Tekton project's best practices. For instance, we already use the `repositories.tekton.dev` namespace, and most of the linting tools and...
if you can create a repository and give me admin, i will start (slowly) migrate some of the code there
/ok-to-test
we usually do those after osp release (1.15 which comes in one or two weeks) and keep them in sync with tektoncd/pipeline k8s version do you need it now?
sounds good to me but as i say we mostly follow tektoncd/pipeline but it seems they removed the replaces they had before: https://github.com/tektoncd/pipeline/blob/main/go.mod so we good to cleanup and remove...
what do you mean by "enable the rerun of any PipelineRun, not just those that were resolver-based." in which context?
there is no pipeline restart, there is only pipelinerun, for cli i made tkn pr export for that usecase, ie: ```sh % tkn pr export -n scratch-my-back fifth-pr-from-pac-ssh2w|k create -f-...