aboutsummaryrefslogtreecommitdiffstats
path: root/models/project/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Fixes for unreachable project issues when transfer repository from organizati...Edip Emre Bodur2024-08-131-0/+6
* Add issue comment when moving issues from one column to another of the projec...Lunny Xiao2024-08-091-24/+0
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-12/+12
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-8/+43
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-8/+8
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Use correct count for `NumOpenIssues` (#19980)Gusted2022-06-161-1/+7
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-4/+4
* Add missing `sorting` column in `project_issue` table (#19635)wxiaoguang2022-05-061-0/+3
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-0/+100