Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-15 | r/962 chore(clbot): Add signal handler to make clbot shutdown cleanly on SIGINT. | Luke Granger-Brown | 1 | -1/+24 | |
Change-Id: I3c6eeeb99f9d81cdbcb10880c9075ac94c4f5d19 Reviewed-on: https://cl.tvl.fyi/c/depot/+/341 Reviewed-by: tazjin <mail@tazj.in> | |||||
2020-06-14 | r/950 feat(clbot): Create Gerrit watcher and basic clbot binary. | Luke Granger-Brown | 11 | -0/+1201 | |
gerrit.Watcher is a class which watches the Gerrit stream-events SSH connection and produces events. There's a basic CLBot binary as well, to demonstrate driving it to produce messages on the logging output. It doesn't really do anything else. Change-Id: I274fe0a77c8329f79456425405e2fbdc3ca2edf0 Reviewed-on: https://cl.tvl.fyi/c/depot/+/245 Reviewed-by: tazjin <mail@tazj.in> |