| Commit message (Expand) | Author | Age | Files | Lines |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 37 | -8306/+0 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 2 | -5/+4 |
* | Add migration from GitBucket (#16767) | KN4CK3R | 2021-11-14 | 2 | -99/+182 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 3 | -4/+6 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -1/+2 |
* | Avoid double imports (#17569) | Gusted | 2021-11-08 | 1 | -3/+2 |
* | Only allow webhook to send requests to allowed hosts (#17482) | wxiaoguang | 2021-11-01 | 1 | -11/+1 |
* | Upgrade go-github to v39 (#17437) | Lunny Xiao | 2021-10-26 | 2 | -2/+2 |
* | Multiple tokens support for migrating from github (#17134) | Lunny Xiao | 2021-10-15 | 1 | -83/+129 |
* | Remove heads pointing to missing old refs (#17076) | 99rgosse | 2021-10-08 | 2 | -0/+22 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -3/+3 |
* | refactor: move from io/ioutil to io and os package (#17109) | Eng Zer Jun | 2021-09-22 | 1 | -10/+9 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 4 | -14/+17 |
* | Fix bug of migrate comments which only fetch one page (#17055) | Lunny Xiao | 2021-09-15 | 1 | -2/+7 |
* | Make TestOneDevDownloadRepo work again & more resistant (#16987) | 6543 | 2021-09-08 | 1 | -12/+7 |
* | Resolve TODO: Enable pagination on GiteaDownloader.GetComments() & update ano... | 6543 | 2021-09-06 | 2 | -41/+37 |
* | Ignore review comment when ref commit is missed (#16905) | Lunny Xiao | 2021-09-01 | 1 | -1/+2 |
* | Gitlab Migrator: dont ignore reactions of last request (#16903) | 6543 | 2021-09-01 | 1 | -6/+12 |
* | Fix dump and restore respository (#16698) | Lunny Xiao | 2021-08-30 | 2 | -2/+9 |
* | Add migrate from OneDev (#16356) | KN4CK3R | 2021-08-22 | 18 | -92/+926 |
* | Add proxy settings and support for migration and webhook (#16704) | Lunny Xiao | 2021-08-18 | 4 | -7/+55 |
* | Refactored and fixed migration tests. (#16714) | KN4CK3R | 2021-08-17 | 10 | -485/+744 |
* | Update issue_index to finish migration (#16685) | 6543 | 2021-08-13 | 1 | -0/+5 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -2/+2 |
* | Upgrade github.com/google/go-github v32.1.0 -> v37.0.0 (#16661) | 6543 | 2021-08-10 | 2 | -157/+73 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 6 | -6/+6 |
* | Make the github migration less rate limit waiting to get comment per page fro... | Lunny Xiao | 2021-06-30 | 13 | -53/+191 |
* | Add Status Updates whilst Gitea migrations are occurring (#15076) | zeripath | 2021-06-16 | 4 | -6/+28 |
* | small refactor for retry downloader (#16137) | a1012112796 | 2021-06-13 | 1 | -134/+83 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 5 | -18/+18 |
* | Copy git data from disk when restore repository (#16066) | Lunny Xiao | 2021-06-04 | 3 | -6/+11 |
* | Encrypt migration credentials at rest (#15895) | Norwin | 2021-05-31 | 1 | -4/+7 |
* | Fix get tag when migration (#16014) | Lunny Xiao | 2021-05-29 | 1 | -1/+1 |
* | GitHub: migrate draft releases too (#15884) | 6543 | 2021-05-15 | 2 | -34/+31 |
* | Close the gitrepo when deleting the repository (#15876) | zeripath | 2021-05-14 | 1 | -0/+1 |
* | Move restore repo to internal router and invoke from command to avoid open th... | Lunny Xiao | 2021-05-10 | 1 | -11/+41 |
* | migration: github: if rate limit is not enabled, ignore it (#15490) | 6543 | 2021-04-15 | 1 | -0/+5 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 3 | -0/+10 |
* | Add size to Save function (#15264) | zeripath | 2021-04-03 | 1 | -1/+1 |
* | [Vendor] update gitea-sdk v0.14.0 (#15103) | 6543 | 2021-03-22 | 1 | -22/+0 |
* | Do not convert file path to lowercase (#15023) | KN4CK3R | 2021-03-18 | 2 | -3/+7 |
* | Ensure validation occurs on clone addresses too (#14994) | zeripath | 2021-03-15 | 2 | -24/+71 |
* | Move Workaround for #12675 into it's own function (#14922) | 6543 | 2021-03-08 | 1 | -7/+22 |
* | Re-enable import local paths after reversion from #13610 (#14925) | zeripath | 2021-03-08 | 2 | -0/+19 |
* | Fix a couple of CommentAsPatch issues. (#14804) | zeripath | 2021-02-27 | 1 | -8/+14 |
* | Fix repo-restore bug with poster not replaced (#14759) | Lunny Xiao | 2021-02-22 | 2 | -11/+28 |
* | Fix github download on migration (#14703) | Lunny Xiao | 2021-02-18 | 1 | -4/+19 |
* | Fix rate limit bug when downloading assets on migrating from github (#14564) | Lunny Xiao | 2021-02-07 | 1 | -0/+5 |
* | Add support to migrate from gogs (#14342) | 6543 | 2021-01-21 | 15 | -298/+860 |
* | Add MirrorInterval to the API (#14163) | Paul Barton | 2021-01-02 | 2 | -0/+2 |