| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable addtional linters (#34085) | TheFox0x7 | 12 days | 9 | -12/+13 |
* | Enable testifylint rules (#34075) | TheFox0x7 | 13 days | 3 | -13/+13 |
* | Fix some migration and repo name problems (#33986) | wxiaoguang | 2025-03-24 | 1 | -2/+7 |
* | remove context from retry downloader (#33871) | TheFox0x7 | 2025-03-14 | 1 | -1/+1 |
* | Remove context from git struct (#33793) | TheFox0x7 | 2025-03-04 | 3 | -11/+11 |
* | Use test context in tests and new loop system in benchmarks (#33648) | TheFox0x7 | 2025-02-20 | 7 | -19/+12 |
* | refactor: decouple context from migration structs (#33399) | TheFox0x7 | 2025-02-07 | 19 | -448/+403 |
* | Refactor older tests to use testify (#33140) | TheFox0x7 | 2025-01-09 | 1 | -6/+3 |
* | Fix typo in gitea downloader test and add missing codebase in `ToGitServiceTy... | yp05327 | 2025-01-08 | 1 | -2/+2 |
* | Convert github.com/xanzy/go-gitlab into gitlab.com/gitlab-org/api/client-go (... | yp05327 | 2025-01-08 | 2 | -2/+2 |
* | Remove aws go sdk package dependency (#33029) | Lunny Xiao | 2024-12-30 | 1 | -5/+5 |
* | Refactor "string truncate" (#32984) | wxiaoguang | 2024-12-26 | 1 | -2/+1 |
* | Move some errors to their own sub packages (#32880) | Lunny Xiao | 2024-12-20 | 1 | -9/+9 |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 1 | -1/+1 |
* | Support migrating GitHub/GitLab PR draft status (#32242) | Zettat123 | 2024-10-13 | 3 | -1/+8 |
* | Support repo license (#24872) | yp05327 | 2024-10-01 | 1 | -0/+3 |
* | Support allowed hosts for migrations to work with proxy (#32025) | Jason Song | 2024-09-11 | 2 | -5/+1 |
* | Support migration from AWS CodeCommit (#31981) | Zettat123 | 2024-09-11 | 1 | -0/+269 |
* | Add `lint-go-gopls` (#30729) | silverwind | 2024-06-05 | 1 | -1/+1 |
* | Fix "force private" logic (#31012) | wxiaoguang | 2024-05-20 | 1 | -1/+1 |
* | Resolve lint for unused parameter and unnecessary type arguments (#30750) | Chongyi Zheng | 2024-04-29 | 1 | -8/+7 |
* | Bump `github.com/google/go-github` to v61 (#30738) | Chongyi Zheng | 2024-04-28 | 2 | -2/+2 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 2 | -2/+0 |
* | Change the default maxPerPage for gitbucket (#30392) | Kazushi (Jam) Marukawa | 2024-04-11 | 1 | -0/+5 |
* | Fix duplicate migrated milestones (#30102) | yp05327 | 2024-03-26 | 1 | -2/+1 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -4/+4 |
* | Move migration functions to services layer (#29497) | Lunny Xiao | 2024-03-01 | 1 | -1/+1 |
* | Include resource state events in Gitlab downloads (#29382) | Sebastian Brückner | 2024-02-26 | 2 | -0/+60 |
* | Properly migrate target branch change GitLab comment (#29340) | Sebastian Brückner | 2024-02-24 | 3 | -4/+35 |
* | Use the database object format name but not read from git repoisitory everyti... | Lunny Xiao | 2024-02-24 | 1 | -3/+13 |
* | Properly migrate automatic merge GitLab comments (#27873) | Sebastian Brückner | 2024-02-22 | 3 | -24/+93 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 2 | -3/+5 |
* | Only migrate the first 255 chars of a Github issue title (#28902) | JakobDev | 2024-01-24 | 1 | -1/+2 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -2/+4 |
* | Use known issue IID to generate new PR index number when migrating from GitLa... | wxiaoguang | 2023-12-26 | 2 | -11/+45 |
* | Bump google/go-github to v57 (#28514) | Yevhen Pavlov | 2023-12-18 | 2 | -5/+5 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 2 | -2/+2 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 3 | -5/+8 |
* | Second part of refactor `db.Find` (#28194) | Lunny Xiao | 2023-12-11 | 1 | -6/+6 |
* | Fix migration panic due to an empty review comment diff (#28334) | Nanguan Lin | 2023-12-05 | 1 | -1/+1 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -6/+7 |
* | Fix DownloadFunc when migrating releases (#27887) | Zettat123 | 2023-11-03 | 2 | -6/+9 |
* | Fix merge base commit for fast-forwarded GitLab PRs (#27825) | Sebastian Brückner | 2023-10-29 | 1 | -1/+9 |
* | Use GitLab's squash_commit_sha when available (#27824) | Sebastian Brückner | 2023-10-29 | 1 | -1/+6 |
* | Final round of `db.DefaultContext` refactor (#27587) | JakobDev | 2023-10-14 | 3 | -3/+3 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 2 | -3/+3 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 1 | -2/+2 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 2 | -4/+4 |