summaryrefslogtreecommitdiffstats
path: root/models/db
Commit message (Expand)AuthorAgeFilesLines
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-7/+3
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-162-125/+9
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-126-294/+61
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-0/+29
* Fix bug on admin subcommand (#17533)Lunny Xiao2021-11-071-41/+14
* Simplify Gothic to use our session store instead of creating a different stor...zeripath2021-11-031-18/+0
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-11/+11
* Run Migrate in Install rather than just SyncTables (#17475)zeripath2021-10-291-3/+22
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-2/+2
* Ensure that git daemon export ok is created for mirrors (#17243)zeripath2021-10-131-0/+8
* Save and view issue/comment content history (#16909)wxiaoguang2021-10-101-1/+3
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-244-6/+189
* DBContext is just a Context (#17100)zeripath2021-09-233-11/+85
* Fix commit status index problem (#17061)Lunny Xiao2021-09-231-2/+3
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-3/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1911-0/+1160