mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Migrate reviews when migrating repository from github (#9463)
* fix typo * Migrate reviews when migrating repository from github * fix lint * Added test and migration when external user login * fix test * fix commented state * Some improvements * fix bug when get pull request and ref original author on code comments * Fix migrated line; Added comment for review * Don't load all pull requests attributes * Fix typo * wrong change copy head * fix tests * fix reactions * Fix test * fix fmt * fix review comment reactions
This commit is contained in:
		@@ -23,6 +23,7 @@ type Downloader interface {
 | 
			
		||||
	GetIssues(page, perPage int) ([]*Issue, bool, error)
 | 
			
		||||
	GetComments(issueNumber int64) ([]*Comment, error)
 | 
			
		||||
	GetPullRequests(page, perPage int) ([]*PullRequest, error)
 | 
			
		||||
	GetReviews(pullRequestNumber int64) ([]*Review, error)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// DownloaderFactory defines an interface to match a downloader implementation and create a downloader
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user