A GitLab webhook bot for Matrix
Go to file
Brian J. Tarricone 33d3313927 Process events on a separate thread
GitLab really wants you to respond in 10 seconds, and if we're doing a
bit of work (e.g. sending more than one matrix message per event), then
we can easily blow through that.
2023-09-16 02:17:49 -07:00
src Process events on a separate thread 2023-09-16 02:17:49 -07:00
test-data Add support for pipeline events 2023-09-15 22:18:37 -07:00
.dockerignore Add docker files 2023-09-15 22:18:37 -07:00
.gitignore Initial import 2023-09-15 11:53:14 -07:00
Cargo.lock Initial import 2023-09-15 11:53:14 -07:00
Cargo.toml Initial import 2023-09-15 11:53:14 -07:00
Dockerfile Speed up docker rebuilds 2023-09-16 00:06:13 -07:00
rustfmt.toml Initial import 2023-09-15 11:53:14 -07:00