| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle branch name with prefix in GitHub migration (#20357) | Chongyi Zheng | 2022-11-03 | 1 | -1/+6 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 6 | -22/+22 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 3 | -12/+12 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 2 | -4/+4 |
* | Foreign ID conflicts if ID is 0 for each item (#21271) | techknowlogick | 2022-10-02 | 1 | -0/+4 |
* | Move go-licenses to generate and separate generate into a frontend and backen... | zeripath | 2022-09-05 | 1 | -1/+0 |
* | Add more checks in migration code (#21011) | zeripath | 2022-09-04 | 13 | -230/+638 |
* | Go 1.19 format (#20758) | John Olheiser | 2022-08-30 | 2 | -5/+8 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 2 | -12/+11 |
* | Double check CloneURL is acceptable (#20869) | zeripath | 2022-08-21 | 3 | -5/+24 |
* | Add proxy host into allow list (#20798) | Lunny Xiao | 2022-08-16 | 1 | -0/+5 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 2 | -11/+11 |
* | Add tests for the host checking logic, clarify the behaviors (#20328) | wxiaoguang | 2022-07-13 | 2 | -3/+48 |
* | Correctly handle draft releases without a tag (#20314) | Chongyi Zheng | 2022-07-12 | 1 | -2/+1 |
* | Fix cli command restore-repo: "units" should be splitted to string slice, to ... | wxiaoguang | 2022-07-01 | 1 | -1/+1 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Write Commit-Graphs in RepositoryDumper (#20004) | zeripath | 2022-06-17 | 1 | -0/+5 |
* | Fix cli command restore-repo: "units" should be parsed as StringSlice (#19953) | wxiaoguang | 2022-06-15 | 1 | -2/+10 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 2 | -44/+44 |
* | Unify repo settings & show better error (#19828) | Gusted | 2022-06-12 | 1 | -1/+1 |
* | Prevent NPE whilst migrating if there is a team request review (#19855) | zeripath | 2022-06-09 | 4 | -4/+37 |
* | 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 |