A server that receives webhooks from gitea and fires off Tekton jobs in response.
Go to file
Tom Alexander 69dd1ba156
Remove support for http2.
Nginx does not support http2 for upstream proxies because there is not much point for low-latency connections.
2024-09-29 18:00:34 -04:00
.webhook_bridge Update to alpine 3.20. 2024-09-29 04:48:25 -04:00
docker Fix debug build in docker container by adding cranelift. 2024-09-29 15:31:24 -04:00
src Fix clippy lint. 2024-09-29 17:42:08 -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 support for http2. 2024-09-29 18:00:34 -04:00
example_tag_webhook_payload.json Add a pipeline to build the server image. 2024-09-29 00:36:51 -04:00
example_webhook_payload.json Add a pipeline to build the server image. 2024-09-29 00:36:51 -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
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