Automatically install hooks for scripts when repositories are loaded
Review Request #10046 — Created June 28, 2018 and submitted — Latest diff uploaded
rb-gateway serve
will now automatically install hook scripts for
repositories to trigger webhooks once the configuration has loaded.A command to force re-install hook scripts has been added (
rb-gateway reinstall-hooks
).
Ran
go fmt ./...
.
Ranmake test
.
Ranmake integration-tests
.