aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_dependency.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-131/+0
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-5/+4
* Use for a repo action one database transaction (#19576)65432022-05-031-6/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-18/+0
* 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-1/+1
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-11/+12
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-1/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-4/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-7/+12
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-2/+2
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-7/+7
* fix sqlite lock (#5184)Lunny Xiao2018-10-271-2/+9
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+137