aboutsummaryrefslogtreecommitdiffstats
path: root/services/issue
Commit message (Expand)AuthorAgeFilesLines
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-0/+11
* Add more linters to improve code readability (#19989)Wim2022-06-202-4/+4
* fix delete pull head ref for DeleteIssue (#20032)a10121127962022-06-191-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1312-129/+264
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-204-12/+16
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-114-8/+12
* Use for a repo action one database transaction (#19576)65432022-05-031-3/+11
* more context for models (#19511)65432022-04-283-10/+23
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-083-3/+92
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-295-8/+8
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-5/+10
* Allow users to self-request a PR review (#19030)Norwin2022-03-081-8/+0
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-0/+29
* format with gofumpt (#18184)65432022-01-202-4/+4
* Restore propagation of ErrDependenciesLeft (#18325)zeripath2022-01-191-4/+4
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-103-12/+15
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-2410-34/+44
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-213-4/+508
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-0/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-9/+8
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-123-6/+7
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-3/+4
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-194-14/+17
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* label and milestone webhooks on issue/pull creation (#14363)Jimmy Praet2021-01-171-0/+6
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-1/+6
* Add review request api (#11355)a10121127962020-10-201-6/+158
* Add team support for review request (#12039)赵智超2020-10-121-1/+38
* Change/remove a branch of an open issue (#9080)Vedran2020-09-081-0/+14
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-142-0/+46
* Fix spelling mistake with Rewiew (#11262)zeripath2020-04-301-3/+3
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-0/+20
* 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
* Refactor comment (#9330)Lunny Xiao2019-12-151-2/+2
* Move actions to notification (#8785)Lunny Xiao2019-11-031-15/+0
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-021-0/+21
* 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 change content from models to service (#8711)Lunny Xiao2019-10-301-0/+23
* Move issue notifications (#8713)Lunny Xiao2019-10-291-24/+8
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-281-0/+21
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-283-42/+93
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-2/+104
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-193-0/+165