pipelines-as-code
pipelines-as-code copied to clipboard
Pipelines-as-Code for Tekton
I have setup a incoming webhook but i guess that's going to be the same issues on github-webhook or any other webhook based provider. The secret was here but the...
We should make cancelation easier, the way user can cancel runs at the moment is to `tkn pr delete` or on openshift console which is not very "as a codie"....
setup.py is not necessary the latest trend to use in python world, pyproject.toml is cf: https://peps.python.org/pep-0621/
we should be able to print it in the VCS if we are on pull request or report it as failure on push
we were getting this warning: ``` WARN [config_reader] The configuration option `linters.errcheck.exclude` is deprecated, please use `linters.errcheck.exclude-functions`. ``` so removing .errcheck.txt and adding the functions to the .golangci.yml add a...
latest go.mod latest vale latest pre-commit keep it to go 1.21 still since we don't need 1.22 # Changes # Submitter Checklist - [ ] 📝 Please ensure your commit...
When we have multiple matches for the same repository, we need to make sure we only get the oldest one. This is important since we pac assumes the first one...
Add supports for GitOps comments on Push commits when using the Git Provider. Moved the RunPush function to use scm.PushFiles (which use the git binary instead of api) to push...
when doing a /test, /retest or on gitops-comments we can now redefine the paramers, you can define standard params and custom params. Format supported for args are: test=foo bar="foo bar"...
Start adding design document for the multiple-url-to-same-repo feature. format of design may change in the future but this is good enough for a start i believe. # Changes # Submitter...