summaryrefslogtreecommitdiffstats
path: root/models/webhook_slack.go
Commit message (Collapse)AuthorAgeFilesLines
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
| | | | | | | | | | | | * move sdk structs to moduels/structs * fix tests * fix fmt * fix swagger * fix vendor
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move code.gitea.io/git to code.gitea.io/gitea/modules/git * fix imports * fix fmt * fix misspell * remove wrong tests data * fix unit tests * fix tests * fix tests * fix tests * fix tests * fix tests * enable Debug to trace the failure tests * fix tests * fix tests * fix tests * fix tests * fix tests * comment commit count tests since git clone depth is 50 * fix tests * update from code.gitea.io/git * revert change to makefile
* Fix deadlock in webhook PullRequest (#6102)zeripath2019-02-171-4/+4
| | | Signed-off-by: Andrew Thornton <art27@cantab.net>
* handle milestone events for issues and PR (#5947)Lanre Adelowo2019-02-031-0/+8
|
* Webhook for Pull Request approval/rejection (#5027)Lanre Adelowo2018-12-271-2/+31
|
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-1/+11
| | | | | | | | | | | | | | | | | | | | | | * fix some webhooks bugs * update vendor Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix test * fix clearlabels * fix pullrequest webhook bug fix #3492 * update release webhook description * remove unused code * fix push webhook in pull request * small changes
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-0/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * add more webhook support * move hooks templates to standalone dir and add more webhooks ui * fix tests * update vendor checksum * update vendor Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * load attributes when created release * update comparsion doc
* Multiple assignees (#3705)kolaente2018-05-091-1/+5
|
* Make URL scheme unambiguous (#2408)Ethan Koenig2017-10-301-6/+15
| | | | | | | | | | * Make URL scheme unambiguous Redirect old routes to new routes * Fix redirects to new URL scheme, and update template * Fix branches/_new endpoints, and update integration test
* Webhooks for repo creation/deletion (#1663)Ethan Koenig2017-09-031-0/+26
| | | | | | | | * Webhooks for repo creation/deletion * add createHookTask * Add handles for GetSlackPayload and GetDiscordPayload
* 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
| | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket
* Lint models/update.go & webhook_slack.goBwko2016-11-251-0/+9
|
* Fix import path of go-sdk (#141)Sandro Santilli2016-11-111-1/+1
| | | | From code.gitea.io/go-sdk/gitea To code.gitea.io/sdk/gitea
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-3/+3
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Use MixedCase constant namesSandro Santilli2016-11-071-12/+12
| | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps
* 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
| | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* 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