Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move release webhook to notification (#8817) | Lunny Xiao | 2019-11-06 | 1 | -3/+31 | |
| | | | | | | | | | | * Move release webhook to notification * Extract release webhook method * fix bug * fix import | |||||
* | Move repofiles webhooks to notification (#8807) | Lunny Xiao | 2019-11-06 | 1 | -1/+46 | |
| | ||||||
* | Move pull webhook to notification (#8805) | Lunny Xiao | 2019-11-05 | 1 | -0/+62 | |
| | | | | | | * Move pull webhook to notification * fix fmt | |||||
* | Move actions to notification (#8785) | Lunny Xiao | 2019-11-03 | 1 | -0/+36 | |
| | ||||||
* | Move push commits events to notification (#8783) | Lunny Xiao | 2019-11-03 | 1 | -0/+23 | |
| | | | | | | | | * Move push commits events to notification * Update modules/notification/base/null.go Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> | |||||
* | Move issue milestone assign to issue service and move webhook to ↵ | Lunny Xiao | 2019-11-02 | 1 | -0/+42 | |
| | | | | notification (#8780) | |||||
* | Rename HookQueue to hookQueue (#8778) | Lunny Xiao | 2019-11-02 | 1 | -27/+0 | |
| | | | | | | * Rename HookQueue to hookQueue * fix lint | |||||
* | Move labels webhooks to notification (#8749) | Lunny Xiao | 2019-11-02 | 1 | -0/+47 | |
| | | | | | | * Move webhooks to notification * fix notification | |||||
* | Move webhook to a standalone package under modules (#8747) | Lunny Xiao | 2019-11-01 | 1 | -31/+32 | |
| | | | | | | | | * Move webhook to a standalone package under modules * fix test * fix comments | |||||
* | Move webhook codes from service to webhook notification (#8712) | Lunny Xiao | 2019-10-30 | 1 | -0/+83 | |
| | | | | | | | | * Move webhook codes from service to webhook notification * move deletecomment webhook to notifications * fix notification | |||||
* | Move issue change content from models to service (#8711) | Lunny Xiao | 2019-10-30 | 1 | -0/+38 | |
| | | | | | | * Move issue change content from models to service * fix lint | |||||
* | Move issue notifications (#8713) | Lunny Xiao | 2019-10-29 | 1 | -0/+15 | |
| | ||||||
* | Move issue change status from models to service (#8691) | Lunny Xiao | 2019-10-28 | 1 | -1/+42 | |
| | ||||||
* | Move more issue assignee code from models to issue service (#8690) | Lunny Xiao | 2019-10-28 | 1 | -0/+92 | |
| | | | | | | * Move more issue assignee code from models to issue service * fix test | |||||
* | Move some repositories' operations to a standalone service package (#8557) | Lunny Xiao | 2019-10-26 | 1 | -0/+64 | |
| | | | | | | | | | | | | * Move some repositories' operations to a standalone service package * improve code * remove unused codes * add rollback when fork failed * add repo when return | |||||
* | Move clearlabels from models to issue service (#8326) | Lunny Xiao | 2019-10-15 | 1 | -0/+67 | |
* move clearlabels from models to issue service * improve code * Apply suggestions from code review Co-Authored-By: zeripath <art27@cantab.net> |