summaryrefslogtreecommitdiffstats
path: root/services/migrations/dump.go
Commit message (Expand)AuthorAgeFilesLines
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Make migrations SKIP_TLS_VERIFY apply to git too (#19132)zeripath2022-03-191-7/+10
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* Validate migration files (#18203)Aravinth Manivannan2022-01-261-2/+2
* format with gofumpt (#18184)65432022-01-201-7/+5
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+5
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-2/+2
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+637