A server that receives webhooks from gitea and fires off Tekton jobs in response.
Go to file
Tom Alexander 07797b9906
Some checks failed
semver Build semver has succeeded
clippy Build clippy has failed
format Build format has succeeded
rust-test Build rust-test has succeeded
build Build build has succeeded
Move the logic into the server.
2024-09-29 01:27:00 -04:00
.webhook_bridge Add a pipeline to build the server image. 2024-09-29 00:36:51 -04:00
docker Create a docker image for running the server. 2024-09-28 23:50:03 -04:00
src Move the logic into the server. 2024-09-29 01:27:00 -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 Create a docker image for running the server. 2024-09-28 23:50:03 -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 Fetch the in-repo config file from the remote repo. 2024-09-28 17:36:53 -04:00
Makefile Add Makefile for running CI jobs locally. 2024-09-28 23:20:35 -04:00
README.md Basic health endpoint. 2024-07-14 15:14:52 -04:00
run.bash Fetch the in-repo config file from the remote repo. 2024-09-28 17:36:53 -04:00
test_webhook.bash Add signature verification middleware. 2024-07-20 12:53:20 -04:00