aboutsummaryrefslogtreecommitdiffstats
path: root/services/migrations/gitea_uploader_test.go
Commit message (Expand)AuthorAgeFilesLines
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-1/+1
* Improve test logger (#24235)wxiaoguang2023-04-211-39/+28
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-6/+6
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-4/+4
* Add more checks in migration code (#21011)zeripath2022-09-041-3/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-8/+7
* Double check CloneURL is acceptable (#20869)zeripath2022-08-211-1/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-9/+9
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-3/+3
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+3
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-251-1/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-2/+3
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-3/+3
* Make git.OpenRepository accept Context (#19260)65432022-03-301-2/+2
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-251-0/+306
* preserve users if restoring a repository on the same Gitea instance (#18604)singuliere2022-02-061-4/+58
* add test coverage for original author conversion during migrations (#18506)singuliere2022-02-011-0/+48
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Move migrations into services and base into modules/migration (#17663)Lunny Xiao2021-11-161-0/+115