A server that receives webhooks from gitea and fires off Tekton jobs in response.
Go to file
Tom Alexander 470031251c
Some checks failed
rust-test Build rust-test has started
format Build format has started
clippy Build clippy has failed
Remove prettier.
2024-09-28 21:46:25 -04:00
.webhook_bridge Remove prettier. 2024-09-28 21:46:25 -04:00
docker/webhook_bridge_development Remove prettier. 2024-09-28 21:46:25 -04:00
src Create PipelineRun in response to webhook triggers. 2024-09-28 21:40:00 -04:00
.gitignore Cargo init. 2024-07-14 14:52:45 -04:00
Cargo.lock Parse the pipeline templates. 2024-09-28 19:34:57 -04:00
Cargo.toml Parse the pipeline templates. 2024-09-28 19:34:57 -04:00
example_webhook_payload.json Create PipelineRun in response to webhook triggers. 2024-09-28 21:40:00 -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
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