summaryrefslogtreecommitdiffstats
path: root/models/migrations/migrations_test.go
Commit message (Expand)AuthorAgeFilesLines
* Split migrations folder (#21549)Lunny Xiao2022-11-021-365/+0
* Kd/ci playwright go test (#20123)Kyle D2022-09-021-2/+2
* Refactor legacy git init (#20376)wxiaoguang2022-08-091-4/+2
* Remove legacy git code (ver < 2.0), fine tune markup tests (#19930)wxiaoguang2022-06-161-1/+5
* Fix data-race problems in git module (quick patch) (#19934)wxiaoguang2022-06-111-1/+1
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-3/+2
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-021-1/+1
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-2/+1
* format with gofumpt (#18184)65432022-01-201-4/+4
* Remove `ioutil` (#18222)Gusted2022-01-101-2/+1
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+19
* Prevent services/mailer/mailer_test.go tests from deleteing data directory (#...zeripath2021-12-101-1/+10
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-16/+7
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-3/+4
* Rename db Engines related functions (#17481)Lunny Xiao2021-10-301-4/+4
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+4
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-5/+6
* Refactor: Move login out of models (#16199)zeripath2021-07-241-0/+3
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-261-1/+2
* Create Proper Migration Tests (#15116)zeripath2021-03-241-0/+338