summaryrefslogtreecommitdiffstats
path: root/models/webhook_slack.go
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in models/ (#576)Ethan Koenig2017-01-051-2/+2
* Fix breakage from vendor-updateKim "BKC" Carlbäcker2016-11-291-1/+1
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-2/+2
* Lint models/update.go & webhook_slack.goBwko2016-11-251-0/+9
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
* Use MixedCase constant namesSandro Santilli2016-11-071-12/+12
* Replaced go-gogs-client with go-sdk importsThomas Boerger2016-11-071-1/+1
* Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-1/+1
* Replace convert.To with APIFormat callsUnknwon2016-08-141-8/+8
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-16/+74
* rename import pathUnknwon2015-12-151-1/+1
* move out git module and #1573 send push hookUnknwon2015-12-091-2/+1
* #2045 have fallback but empty valueUnknwon2015-12-041-3/+0
* #2045 move fallback to empty stringUnknwon2015-12-041-2/+3
* more fixes on #2045Unknwon2015-12-041-9/+9
* #2045 add short version as fallback to Slack payloadUnknwon2015-12-011-3/+9
* webhook APIsUnknwon2015-08-291-12/+10
* slack JSON indentUnknwon2015-08-281-1/+1
* new create webhook eventUnknwon2015-08-281-36/+64
* new create webhook UIUnknwon2015-08-271-0/+115