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

Pipelines-as-Code for Tekton

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

setup currently expect a sub command such as github-webhook, gitlab-webhook.\ but we could show a dropdown based and let user select

cloud is supported but waiting for request on server support.

we can do a simple shell based test scenario like we have on tektoncd/cli https://github.com/tektoncd/cli/blob/main/test/e2e-tests.sh#L41 should be easy to setup and it would detect a bunch of error. perhaps we...

If we have a : ``` scratch-my-back-pr-cj2jr Unknown PipelineRunStopping 55s ``` pipeline-as-code would wait forever and never detect it stopped

bug

https://github.com/openshift-pipelines/pipelines-as-code/pull/579 adds ability to configure webhook via cli but this is part of repo create cmd, we could have a command which directly allow to configure existing created repo

cli

we should increase the tests coverage for cli since it's pretty low with spagethi code we should refactor. an idea to maybe use: https://github.com/keploy/keploy to fake the calls to the...

testing
cli

![image](https://user-images.githubusercontent.com/98980/141794425-cbb25b99-06f4-480f-a794-8f4e3d310b17.png)

bug
ci
cli

Security is a large topic and are scattered around the documentation. It would be nice if we can add a specific security guide for user to read.

documentation

This is tricky area of the code, let's add a bunch of scenarii in E2e Tests.

testing