| Commit message (Expand) | Author | Age | Files | Lines |
* | Add more checks in migration code (#21011) | zeripath | 2022-09-04 | 1 | -79/+182 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -4/+4 |
* | Correctly handle draft releases without a tag (#20314) | Chongyi Zheng | 2022-07-12 | 1 | -2/+1 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -41/+41 |
* | Prevent NPE whilst migrating if there is a team request review (#19855) | zeripath | 2022-06-09 | 1 | -0/+2 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -2/+2 |
* | Fix migrate release from github (#19510) | Lunny Xiao | 2022-04-26 | 1 | -9/+12 |
* | 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 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -3/+3 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -2/+2 |
* | Move reaction to models/issues/ (#19264) | Lunny Xiao | 2022-03-31 | 1 | -3/+4 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -1/+1 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -1/+1 |
* | Store the foreign ID of issues during migration (#18446) | Aravinth Manivannan | 2022-03-17 | 1 | -0/+8 |
* | migrations: add test for importing pull requests in gitea uploader (#18752) | singuliere | 2022-02-25 | 1 | -20/+29 |
* | 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 | 1 | -2/+2 |
* | preserve users if restoring a repository on the same Gitea instance (#18604) | singuliere | 2022-02-06 | 1 | -22/+53 |
* | 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 | 1 | -173/+41 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -22/+20 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -3/+3 |
* | Fix CheckRepoStats and reuse it during migration (#18264) | Aravinth Manivannan | 2022-01-17 | 1 | -0/+4 |
* | Do not read or write git reference files directly (#18079) | zeripath | 2021-12-23 | 1 | -2/+1 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -2/+2 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -5/+5 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 1 | -9/+9 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -3/+4 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 1 | -1/+1 |
* | 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 migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 1 | -0/+981 |