pipelines-as-code icon indicating copy to clipboard operation
pipelines-as-code copied to clipboard

Pipelines-as-Code for Tekton

Results 209 pipelines-as-code issues
Sort by recently updated
recently updated
newest added

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...

refactoring

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...

bug

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...

bug

.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...

Introduce a new 'deduplicate-pipelineruns' setting to prevent duplicate PipelineRuns for the same commit across different event types (e.g., push and pull_request). - Implement fingerprint generation using MD5 hash of commit...

documentation
feature
github

## 📝 Description of the Change Add AST inspection in CEL evaluation to skip label events unless expression explicitly references labels. The AST walker checks "event_type" variable or ".labels" field...

fix

When a PipelineRun is deleted while it is in 'Running' or 'Queued' state (i.e., not yet completed), the status on the Git provider (e.g., GitHub) remained stuck in 'Pending' or...

providers
fix