| Commit message (Expand) | Author | Age | Files | Lines |
* | Gitea 2 Gitea migration (#12657) | 6543 | 2020-10-14 | 1 | -836/+0 |
* | On Migration respect old DefaultBranch (#12843) | 6543 | 2020-09-15 | 1 | -0/+1 |
* | [API] Migration: Change ServiceType String (#12672) | 6543 | 2020-09-10 | 1 | -1/+1 |
* | Git migration UX (#12619) | John Olheiser | 2020-08-28 | 1 | -6/+7 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 1 | -13/+2 |
* | Use google/uuid to instead satori/go.uuid (#11943) | Lunny Xiao | 2020-06-18 | 1 | -2/+2 |
* | [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 |
* | Migrate reviews when migrating repository from github (#9463) | Lunny Xiao | 2020-01-23 | 1 | -0/+120 |
* | Migrate reactions when migrating repository from github (#9599) | Lunny Xiao | 2020-01-15 | 1 | -6/+84 |
* | Fix missing updated time on migrated issues and comments (#9744) | Lunny Xiao | 2020-01-14 | 1 | -0/+3 |
* | 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 |
* | Sleep longer if request speed is over github limitation (#9335) | Lunny Xiao | 2019-12-16 | 1 | -1/+4 |
* | 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 | 1 | -9/+6 |
* | Only sync tags after all batches (#9319) | John Olheiser | 2019-12-11 | 1 | -3/+7 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+7 |
* | Fix to close opened io resources as soon as not needed (#8839) | Lauris BH | 2019-11-05 | 1 | -33/+39 |
* | Fix bug on pull requests when transfer head repository (#8564) | Lunny Xiao | 2019-10-18 | 1 | -8/+7 |
* | Update migrated repositories' issues/comments/prs poster id if user has a git... | Lunny Xiao | 2019-10-14 | 1 | -68/+171 |
* | Move migrating repository from frontend to backend (#6200) | Lunny Xiao | 2019-10-13 | 1 | -9/+27 |
* | Add extra user information when migrating release (#8331) | Lunny Xiao | 2019-10-05 | 1 | -12/+14 |
* | fix bug when migrating a private repository (#7917) | Lunny Xiao | 2019-08-20 | 1 | -1/+12 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -13/+13 |
* | Import topics during migration (#7851) | Antoine GIRARD | 2019-08-14 | 1 | -0/+5 |
* | fix bug on migrating milestone from github (#7665) | Lunny Xiao | 2019-07-29 | 1 | -1/+1 |
* | only create opened pull request when migrating from github (#7463) | Lunny Xiao | 2019-07-14 | 1 | -1/+1 |
* | Display original author and URL information when showing migrated issues/comm... | mrsdizzie | 2019-07-08 | 1 | -28/+35 |
* | Detect migrating batch size (#7353) | Lunny Xiao | 2019-07-06 | 1 | -0/+19 |
* | Fix bug conflict between SyncReleasesWithTags and InsertReleases (#7337) | Lunny Xiao | 2019-07-01 | 1 | -8/+14 |
* | Use batch insert on migrating repository to make the process faster (#7050) | Lunny Xiao | 2019-06-29 | 1 | -154/+197 |
* | migrations: ensure rollback on error (#7039) (#7040) | Rob Watson | 2019-05-25 | 1 | -1/+1 |
* | Improve migrations to support migrating milestones/labels/issues/comments/pul... | Lunny Xiao | 2019-05-07 | 1 | -0/+403 |