0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/config/setup
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
..
basicauth.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
basicauth_test.go Some tests and utilities for setup functions 2015-05-07 13:11:03 -06:00
bindhost.go Rename bindaddr to just bind 2015-05-04 22:58:08 -07:00
browse.go More refactoring - nearly complete 2015-05-04 11:49:49 -06:00
controller.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
controller_test.go Some tests and utilities for setup functions 2015-05-07 13:11:03 -06:00
errors.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
ext.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
fastcgi.go Expanded index file support to other middlewares (fixes #27) 2015-05-05 15:50:42 -06:00
git.go Added webhook functionality to the git middleware. 2015-06-04 03:24:16 +02:00
git_test.go Git: mock time functions in tests. 2015-05-28 10:20:26 +01:00
gzip.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
gzip_test.go Some tests and utilities for setup functions 2015-05-07 13:11:03 -06:00
headers.go headers: Replaced usage of Url to Path in setup 2015-05-09 21:57:55 +02:00
headers_test.go headers: Corrected copy paste (BasicAuth->Headers) 2015-05-10 07:44:43 +02:00
internal.go New internal middleware 2015-05-06 22:44:37 +02:00
log.go Fix more lint warnings 2015-05-24 22:52:34 -04:00
markdown.go markdown: sitegen keyword and run generation at startup 2015-05-09 21:12:52 -06:00
proxy.go Refactor proxy middleware so that 1.) From() is exposed 2.) Other upstreams can be implemented/plugged in 2015-05-04 19:58:18 -07:00
redir.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
rewrite.go Rewrite: Support for Regular Expressions. 2015-05-16 13:03:48 +01:00
rewrite_test.go add supported for ws in reverse proxy 2015-05-29 19:21:50 -07:00
root.go Major refactoring of middleware and parser in progress 2015-05-04 11:04:37 -06:00
startupshutdown.go Startup/shutdown commands now have stdin 2015-05-05 11:20:57 -06:00
templates.go Expanded index file support to other middlewares (fixes #27) 2015-05-05 15:50:42 -06:00
tls.go tls: Fix format string 2015-06-02 07:42:38 -06:00
tls_test.go tls: Client authentication 2015-06-01 23:22:11 -06:00
websocket.go Consistent app name/version info; pipe config data through stdin 2015-05-04 16:23:16 -06:00