pipelines-as-code
pipelines-as-code copied to clipboard
Pipelines-as-Code for Tekton
The gitauth secrets are created before the pipelineRun and deleted through ownerRef when the pipelineRun is deleted. This fixes the issue where the secrets are left in the namespace if...
∙ 11:36:57 pac-watcher API Warning: metadata.finalizers: "pipelinesascode.tekton.dev": prefer a domain-qualified finalizer name to avoid accidental conflicts with other finalizer writers ∙ 11:36:57 pac-watcher API Warning: metadata.finalizers: "pipelinesascode.tekton.dev": prefer a domain-qualified...
Adds new subcommand to authenticate user with git providers and stores those token locally for further use of tkn-pac fix #680 https://issues.redhat.com/browse/SRVKP-5548
We have a scenario where users are submitting merge requests to a gitlab repo (correctly enrolled with PaC) from a private fork that PaC doesn't have access to with its...
If a Check suite is marked as required on GitHub it must report successful result. Currently there is no option to mark the Check suite as skipped (see https://github.com/orgs/community/discussions/13690). Perhaps...
Right now `tkn pac bootstrap github-app` only supports creating the app on an end user GitHub account, which is really not great. When I tried it and actually used DevTools...
.pathChanged advanced matching is currently not supported on BitBucket, but only on GitHub and GitLab (documented). Strive for feature completeness between all Git providers. files.all.exists() does not work either, even...