summaryrefslogtreecommitdiffstats
path: root/services/migrations/dump.go
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-3/+3
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-4/+4
* Move go-licenses to generate and separate generate into a frontend and backen...zeripath2022-09-051-1/+0
* Add more checks in migration code (#21011)zeripath2022-09-041-102/+186
* Double check CloneURL is acceptable (#20869)zeripath2022-08-211-2/+6
* Fix cli command restore-repo: "units" should be splitted to string slice, to ...wxiaoguang2022-07-011-1/+1
* Write Commit-Graphs in RepositoryDumper (#20004)zeripath2022-06-171-0/+5
* Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953)wxiaoguang2022-06-151-2/+10
* 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