aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/settings/hook_settings.tmpl
Commit message (Collapse)AuthorAge
* webhook: also only enable certain types (#3356)Unknwon2017-02-21
| | | | Add new config option '[webhook] TYPES’.
* #2246 fully support of webhooks for pull requestUnknwon2016-08-14
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | This commit improves templates readability, since all of them use consistent indent with all template command blocks indented too. 1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks such as {{if}} {{with}} 2. Cleans all trailing white-space 3. Adds trailing last line-break to each file
* new create webhook eventUnknwon2015-08-28
|
* new create webhook UIUnknwon2015-08-27
|
* new webhooks list UIUnknwon2015-08-26
|
* add Slack API webhook supportChristopher Brickley2014-08-31