caddy/middleware/git
xenolf b4780a41d3 Added webhook functionality to the git middleware.
The webhook providers reside behind a small interface which determines if
a provider should run. If a provider should run it delegates
responsibility of the request to the provider.
ghdeploy initial commit

Added webhook functionality to the git middleware.
The webhook providers reside behind a small interface which determines if a provider should run. If a provider should run it delegates responsibility of the request to the provider.

Add tests

Remove old implementation

Fix inconsistency with git interval pulling.

Remove '\n' from logging statements and put the initial pull into a startup function
2015-06-04 03:24:16 +02:00
..
gitos Git: mock time functions in tests. 2015-05-28 10:20:26 +01:00
gittest Git: mock time functions in tests. 2015-05-28 10:20:26 +01:00
webhook Added webhook functionality to the git middleware. 2015-06-04 03:24:16 +02:00
doc.go git: post pull command. retries after pull failure. 2015-05-02 04:20:01 +01:00
git_test.go Git: mock time functions in tests. 2015-05-28 10:20:26 +01:00
git.go Added webhook functionality to the git middleware. 2015-06-04 03:24:16 +02:00
os.go Git: Minor fixes. Refactor. Added tests. 2015-05-22 20:50:04 +01:00
service_test.go Git: mock time functions in tests. 2015-05-28 10:20:26 +01:00
service.go Git: mock time functions in tests. 2015-05-28 10:20:26 +01:00