aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/repo/hook.go
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* repo/webhook: able to retrigger delivery history (#2187)Unknwon2017-03-19
|
* api: handle new events for hookUnknwon2017-03-13
|
* webhook: fix organizational webhook last delivery status cannot be updatedUnknwon2017-02-22
|
* webhook: only trigger specific webhook for test delivery (#3030)Unknwon2017-02-21
|
* Some code renamingUnknwon2016-12-22
|
* added support to set pull_request event from api (#3513)Kurt Madel2016-08-24
|
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-17
|
* api: delete repository webhooks (#3275)Dennis Chen2016-07-17
| | | | | | | | Allows the deletion of a webhook from a repository at the /:user/:repo/hooks/:id endpoint. Solves drone/drone issue #1603. Signed-off-by: Dennis Chen <barracks510@gmail.com>
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-16
|
* #3057 retrieve webhook with repo_idUnknwon2016-07-08
| | | | | This prevents user retrieve arbitrary webhook by changing URL to access webhook from other unauthorized repositories.
* #1692 api: admin list and create team under organizationUnknwon2016-03-21