Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Webhook for Pull Request approval/rejection (#5027) | Lanre Adelowo | 2018-12-27 | 1 | -2/+31 |
| | |||||
* | Fix some webhooks bugs (#3981) | Lunny Xiao | 2018-05-21 | 1 | -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 Xiao | 2018-05-16 | 1 | -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) | kolaente | 2018-05-09 | 1 | -1/+5 |
| | |||||
* | Make URL scheme unambiguous (#2408) | Ethan Koenig | 2017-10-30 | 1 | -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 Koenig | 2017-09-03 | 1 | -0/+26 |
| | | | | | | | | * Webhooks for repo creation/deletion * add createHookTask * Add handles for GetSlackPayload and GetDiscordPayload | ||||
* | Fix typos in models/ (#576) | Ethan Koenig | 2017-01-05 | 1 | -2/+2 |
| | |||||
* | Fix breakage from vendor-update | Kim "BKC" Carlbäcker | 2016-11-29 | 1 | -1/+1 |
| | |||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -2/+2 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | Lint models/update.go & webhook_slack.go | Bwko | 2016-11-25 | 1 | -0/+9 |
| | |||||
* | Fix import path of go-sdk (#141) | Sandro Santilli | 2016-11-11 | 1 | -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 Santilli | 2016-11-10 | 1 | -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 names | Sandro Santilli | 2016-11-07 | 1 | -12/+12 |
| | | | | See https://github.com/golang/go/wiki/CodeReviewComments#mixed-caps | ||||
* | Replaced go-gogs-client with go-sdk imports | Thomas Boerger | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -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 Boulanouar | 2016-11-03 | 1 | -1/+1 |
| | |||||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 1 | -8/+8 |
| | |||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -16/+74 |
| | |||||
* | rename import path | Unknwon | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -2/+1 |
| | |||||
* | #2045 have fallback but empty value | Unknwon | 2015-12-04 | 1 | -3/+0 |
| | |||||
* | #2045 move fallback to empty string | Unknwon | 2015-12-04 | 1 | -2/+3 |
| | |||||
* | more fixes on #2045 | Unknwon | 2015-12-04 | 1 | -9/+9 |
| | |||||
* | #2045 add short version as fallback to Slack payload | Unknwon | 2015-12-01 | 1 | -3/+9 |
| | |||||
* | webhook APIs | Unknwon | 2015-08-29 | 1 | -12/+10 |
| | |||||
* | slack JSON indent | Unknwon | 2015-08-28 | 1 | -1/+1 |
| | |||||
* | new create webhook event | Unknwon | 2015-08-28 | 1 | -36/+64 |
| | |||||
* | new create webhook UI | Unknwon | 2015-08-27 | 1 | -0/+115 |