summaryrefslogtreecommitdiffstats
path: root/services/issue
Commit message (Expand)AuthorAgeFilesLines
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-196-22/+23
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-123-3/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Update milestone counters when issue is deleted (#21459)Ashley Nelson2022-10-221-0/+5
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-2/+2
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+3
* Allow poster to choose reviewers (#21084)Jason Song2022-09-091-2/+5
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-253-14/+19
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-163-22/+22
* 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