| Commit message (Expand) | Author | Age | Files | Lines |
* | [API] Add Ref to Issue (#13946) | zeripath | 2020-12-13 | 2 | -0/+2 |
* | Migrations: Use Process Manager to create own Context (#13792) | 6543 | 2020-12-02 | 1 | -1/+1 |
* | Add Allow-/Block-List for Migrate & Mirrors (#13610) | 6543 | 2020-11-28 | 2 | -1/+108 |
* | finaly fix gitlab migration with subdir 2.0 (#13646) | 6543 | 2020-11-20 | 1 | -2/+6 |
* | finaly fix gitlab migration with subdir (#13629) | 6543 | 2020-11-19 | 1 | -2/+9 |
* | Migration: Gitlab: Support Subdirectory (#13563) | 6543 | 2020-11-16 | 1 | -0/+18 |
* | Migrations should not fail for comment reactions (#13352) | zeripath | 2020-10-29 | 1 | -1/+5 |
* | Migration failure during reaction migration from gitea (#13344) | zeripath | 2020-10-28 | 2 | -3/+12 |
* | Add migrated pulls to pull request task queue (#13331) | zeripath | 2020-10-27 | 2 | -8/+10 |
* | Fix bug isEnd detection on getIssues/getPullRequests (#13299) | Lunny Xiao | 2020-10-25 | 2 | -32/+50 |
* | Migrations: Gitea should not fail just because of no apiConfig return (#13229) | 6543 | 2020-10-22 | 1 | -6/+7 |
* | Gitea 2 Gitea migration (#12657) | 6543 | 2020-10-14 | 16 | -32/+1082 |
* | 4 line diff (#13103) | 6543 | 2020-10-12 | 1 | -3/+1 |
* | Hopefully support GH enterprise (#12863) | John Olheiser | 2020-09-21 | 3 | -4/+8 |
* | Fix anonymous GL migration (#12862) | John Olheiser | 2020-09-15 | 1 | -3/+4 |
* | On Migration respect old DefaultBranch (#12843) | 6543 | 2020-09-15 | 6 | -31/+42 |
* | [API] Migration: Change ServiceType String (#12672) | 6543 | 2020-09-10 | 3 | -3/+28 |
* | GitLab DL: normalizeColor (#12793) | 6543 | 2020-09-10 | 1 | -1/+14 |
* | return error when create gitlabdownloader (#12790) | Lunny Xiao | 2020-09-10 | 2 | -25/+10 |
* | [Vendor] Update xanzy/go-gitlab v0.31.0 => v0.37.0 (#12701) | 6543 | 2020-09-06 | 1 | -2/+2 |
* | Migrations: Gitlab Add Reactions Support for Issues & MergeRequests (#12695) | 6543 | 2020-09-03 | 2 | -23/+120 |
* | Ensure that all migration requests are cancellable (#12669) | zeripath | 2020-09-02 | 7 | -39/+86 |
* | Git migration UX (#12619) | John Olheiser | 2020-08-28 | 11 | -81/+89 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 1 | -13/+2 |
* | [Vendor] upgrade google/go-github to v32.1.0 (#12361) | 6543 | 2020-07-31 | 2 | -5/+5 |
* | Add name filter to API for GetMilestoneList (#12336) | 6543 | 2020-07-28 | 1 | -2/+8 |
* | Use google/uuid to instead satori/go.uuid (#11943) | Lunny Xiao | 2020-06-18 | 1 | -2/+2 |
* | Set the base url when migrating from Gitlab using access token or username wi... | Gernot Eger | 2020-06-11 | 1 | -1/+1 |
* | Refactor Cron and merge dashboard tasks (#10745) | zeripath | 2020-05-16 | 1 | -4/+6 |
* | Prevent timer leaks in Workerpool and others (#11333) | zeripath | 2020-05-08 | 1 | -1/+2 |
* | When migrating from Gitlab map Approvals to approving Reviews (#11147) | 6543 | 2020-04-20 | 4 | -10/+65 |
* | [Fix] RetryDownloader (add GetReviews()) (#11093) | 6543 | 2020-04-20 | 1 | -0/+16 |
* | Vendor Update: go-gitlab v0.22.1 -> v0.31.0 (#11136) | 6543 | 2020-04-19 | 1 | -5/+2 |
* | Add support for migrating from Gitlab (#9084) | Jordan | 2020-04-19 | 2 | -0/+785 |
* | [BugFix] remove nil inserts in models (#11096) | 6543 | 2020-04-17 | 1 | -6/+12 |
* | Some refactor on git diff and ignore getting commit information failed on mig... | Lunny Xiao | 2020-01-28 | 1 | -7/+9 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -3/+11 |
* | Migrate reviews when migrating repository from github (#9463) | Lunny Xiao | 2020-01-23 | 8 | -4/+401 |
* | tests: configure github remaining limit + read token (#9800) | Antoine GIRARD | 2020-01-16 | 2 | -4/+20 |
* | Migrate reactions when migrating repository from github (#9599) | Lunny Xiao | 2020-01-15 | 7 | -74/+223 |
* | Fix missing updated time on migrated issues and comments (#9744) | Lunny Xiao | 2020-01-14 | 6 | -0/+15 |
* | Move create/fork repository from models to modules/repository (#9489) | Lunny Xiao | 2020-01-12 | 1 | -1/+2 |
* | Fix wrong original git service type on a migrated repository (#9693) | Lunny Xiao | 2020-01-10 | 1 | -6/+7 |
* | Use OriginalURL insead of CloneAddr in migration logging (#9418) | mrsdizzie | 2019-12-18 | 1 | -2/+2 |
* | Sleep longer if request speed is over github limitation (#9335) | Lunny Xiao | 2019-12-16 | 6 | -14/+82 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -3/+23 |
* | Move some repository methods from models to modules/repository (#9353) | Lunny Xiao | 2019-12-14 | 1 | -2/+3 |
* | Add SyncTags to uploader interface (#9326) | John Olheiser | 2019-12-12 | 3 | -17/+16 |
* | Only sync tags after all batches (#9319) | John Olheiser | 2019-12-11 | 3 | -7/+15 |
* | Add retry for migration http/https requests (#9019) | Lunny Xiao | 2019-11-16 | 2 | -1/+156 |