| Commit message (Expand) | Author | Age | Files | Lines |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 2 | -4/+5 |
* | Update go tool dependencies (#19676) | silverwind | 2022-05-10 | 3 | -5/+3 |
* | ignore DNS error when doing migration allow/block check (#19566) | wxiaoguang | 2022-05-02 | 1 | -4/+3 |
* | Fix migrate release from github (#19510) | Lunny Xiao | 2022-04-26 | 1 | -9/+12 |
* | User specific repoID or xorm builder conditions for issue search (#19475) | 6543 | 2022-04-25 | 1 | -1/+1 |
* | Add notags to fetch (#19487) | 6543 | 2022-04-25 | 1 | -1/+1 |
* | Fix datarace in gitea_uploader.go (#19409) | chavacava | 2022-04-15 | 1 | -2/+2 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 2 | -5/+6 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 3 | -6/+6 |
* | Move reaction to models/issues/ (#19264) | Lunny Xiao | 2022-03-31 | 1 | -3/+4 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 3 | -4/+4 |
* | Update HTTP status codes to modern codes (#18063) | KN4CK3R | 2022-03-23 | 4 | -5/+5 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -1/+1 |
* | Make migrations SKIP_TLS_VERIFY apply to git too (#19132) | zeripath | 2022-03-19 | 1 | -7/+10 |
* | Store the foreign ID of issues during migration (#18446) | Aravinth Manivannan | 2022-03-17 | 16 | -274/+181 |
* | Add Index to comment for migrations and mirroring (#18806) | singuliere | 2022-03-06 | 6 | -1/+15 |
* | migrations: add test for importing pull requests in gitea uploader (#18752) | singuliere | 2022-02-25 | 2 | -20/+335 |
* | migrations: remove dead code in gitea uploader (#18725) | singuliere | 2022-02-21 | 1 | -13/+3 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 2 | -3/+3 |
* | preserve users if restoring a repository on the same Gitea instance (#18604) | singuliere | 2022-02-06 | 2 | -26/+111 |
* | Replace `sync.Map` with normal maps (#18584) | Gusted | 2022-02-03 | 1 | -35/+20 |
* | add test coverage for original author conversion during migrations (#18506) | singuliere | 2022-02-01 | 2 | -173/+89 |
* | GitLab reviews may not have the updated_at field set (#18450) | Aravinth Manivannan | 2022-01-29 | 3 | -10/+159 |
* | Validate migration files (#18203) | Aravinth Manivannan | 2022-01-26 | 2 | -31/+15 |
* | Fix restore without topic failure (#18387) | Lunny Xiao | 2022-01-25 | 1 | -0/+3 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 13 | -131/+118 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 2 | -8/+8 |
* | Fix CheckRepoStats and reuse it during migration (#18264) | Aravinth Manivannan | 2022-01-17 | 1 | -0/+4 |
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 3 | -4/+4 |
* | refactoring nits (#18188) | 6543 | 2022-01-05 | 3 | -18/+20 |
* | Do not read or write git reference files directly (#18079) | zeripath | 2021-12-23 | 1 | -2/+1 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 2 | -2/+2 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -2/+2 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 3 | -8/+10 |
* | Add migrate from Codebase (#16768) | KN4CK3R | 2021-12-02 | 3 | -0/+807 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 2 | -10/+11 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 5 | -11/+14 |
* | Use new OneDev /milestones endpoint (#17782) | KN4CK3R | 2021-11-23 | 1 | -2/+18 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 8 | -96/+93 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -1/+2 |
* | Fix Migrate Description (#17692) | 99rgosse | 2021-11-18 | 1 | -0/+1 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 2 | -5/+6 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 21 | -0/+7602 |