summaryrefslogtreecommitdiffstats
path: root/models/project_issue.go
Commit message (Expand)AuthorAgeFilesLines
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-291-218/+0
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+1
* Support sorting for project board issuses (#17152)Anbraten2021-12-081-24/+25
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+3
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-4/+5
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-9/+9
* Fix bug when project board get open issue number (#17703)Lunny Xiao2021-11-191-1/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-8/+8
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-13/+19
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-3/+0
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+210