summaryrefslogtreecommitdiffstats
path: root/services/issue/label.go
Commit message (Collapse)AuthorAgeFilesLines
* Trigger webhooks on issue label-change via API too (#10421) (#10439)65432020-02-241-0/+15
| | | | | | | | | | | | | * trigger webhooks with api too * fix comment * notify report old too * CI restart * restart CI again * remove duplicated code
* Move labels webhooks to notification (#8749)Lunny Xiao2019-11-021-52/+3
| | | | | | * Move webhooks to notification * fix notification
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-3/+4
| | | | | | | | * Move webhook to a standalone package under modules * fix test * fix comments
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-191-0/+90
| | | | | | | | * Move issue label operations to issue service package * fix test * fix fmt
* Move clearlabels from models to issue service (#8326)Lunny Xiao2019-10-151-0/+21
* move clearlabels from models to issue service * improve code * Apply suggestions from code review Co-Authored-By: zeripath <art27@cantab.net>