aboutsummaryrefslogtreecommitdiffstats
path: root/services/issue/label.go
Commit message (Expand)AuthorAgeFilesLines
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-4/+4
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-15/+17
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-6/+6
* Less naked returns (#25713)65432023-07-071-3/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-5/+5
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-16/+16
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* more context for models (#19511)65432022-04-281-3/+13
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+2
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+6
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+4
* Trigger webhooks on issue label-change via API too (#10421)65432020-02-231-0/+15
* Move labels webhooks to notification (#8749)Lunny Xiao2019-11-021-52/+3
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-3/+4
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-191-0/+90
* Move clearlabels from models to issue service (#8326)Lunny Xiao2019-10-151-0/+21