A server that receives webhooks from gitea and fires off Tekton jobs in response.
Go to file
Tom Alexander 16a39809e4
All checks were successful
semver Build semver has succeeded
format Build format has succeeded
clippy Build clippy has succeeded
rust-test Build rust-test has succeeded
build Build build has succeeded
Merge branch 'buildkit'
2024-10-20 22:42:36 -04:00
.webhook_bridge Switch to using BuiltKit instead of Kaniko to build docker images. 2024-10-20 22:28:04 -04:00
docker Update dockerfiles to take advantage of BuildKit. 2024-10-20 22:35:16 -04:00
src Add more new fields for webhook payload. 2024-10-18 20:27:57 -04:00
.dockerignore Create a docker image for running the server. 2024-09-28 23:50:03 -04:00
.gitignore Create a docker image for running the server. 2024-09-28 23:50:03 -04:00
Cargo.lock Parse the pipeline templates. 2024-09-28 19:34:57 -04:00
Cargo.toml Remove cranelift. 2024-09-29 22:17:35 -04:00
LICENSE Basic health endpoint. 2024-07-14 15:14:52 -04:00
list_files_curl.bash Use default namespace kubernetes client. 2024-09-29 02:44:58 -04:00
local_payload.json Add more new fields for webhook payload. 2024-10-18 20:27:57 -04:00
Makefile Adding repo whitelist. 2024-09-29 16:54:58 -04:00
README.md Basic health endpoint. 2024-07-14 15:14:52 -04:00
run.bash Use default namespace kubernetes client. 2024-09-29 02:44:58 -04:00
rustfmt.toml Add rustfmt config. 2024-09-29 15:03:07 -04:00
test_webhook.bash Add signature verification middleware. 2024-07-20 12:53:20 -04:00