26fa716dd2 
								
							 
						 
						
							
							
								
								Fix name colision when importing GitHub pull requests from forked repositories  
							
							
							
						 
						
							2017-03-08 19:42:21 +01:00  
				
					
						
							
							
								 
						
							
								99ddd1dcbe 
								
							 
						 
						
							
							
								
								Modify GithubImport to support Gitea  
							
							... 
							
							
							
							The reason is that Gitea plan to be GitHub-compatible so it makes sense
to just modify GitHubImport a bit for now, and hopefully we can change
it to GitHubishImport once Gitea is 100%-compatible.
Signed-off-by: Rémy Coutable <remy@rymai.me> 
							
						 
						
							2016-12-19 17:35:51 +01:00  
				
					
						
							
							
								 
						
							
								5d4531db25 
								
							 
						 
						
							
							
								
								Gogs Importer  
							
							
							
						 
						
							2016-12-19 17:35:51 +01:00  
				
					
						
							
							
								 
						
							
								14fbd25d06 
								
							 
						 
						
							
							
								
								Modify GitHub importer to be retryable  
							
							
							
						 
						
							2016-10-28 11:30:20 +02:00  
				
					
						
							
							
								 
						
							
								4a788f8a0c 
								
							 
						 
						
							
							
								
								Only add the original author if there isn't a linked GitLab account  
							
							
							
						 
						
							2016-09-08 20:48:35 +10:00  
				
					
						
							
							
								 
						
							
								9a9e22a88c 
								
							 
						 
						
							
							
								
								Rename `gl_user_id` to `gitlab_user_id` in importer classes  
							
							
							
						 
						
							2016-09-08 11:57:22 +10:00  
				
					
						
							
							
								 
						
							
								52daddc0b7 
								
							 
						 
						
							
							
								
								Use updated_at as the last updated date when importing from GitHub  
							
							
							
						 
						
							2016-08-31 13:20:28 -03:00  
				
					
						
							
							
								 
						
							
								3c09000e18 
								
							 
						 
						
							
							
								
								Does not halt the GitHub import process when an error occurs  
							
							
							
						 
						
							2016-08-24 12:16:42 -03:00  
				
					
						
							
							
								 
						
							
								0a1535a9f4 
								
							 
						 
						
							
							
								
								Prefixes removed branches name with PR number when importing PR from GH  
							
							
							
						 
						
							2016-08-08 20:24:40 -03:00  
				
					
						
							
							
								 
						
							
								1e736fb527 
								
							 
						 
						
							
							
								
								Allow users to import cross-repository pull requests from GitHub  
							
							
							
						 
						
							2016-08-04 17:16:50 -03:00  
				
					
						
							
							
								 
						
							
								6ce25e7b4c 
								
							 
						 
						
							
							
								
								Rename MergeRequest methods that return commits or shas to be more clear and consistent  
							
							
							
						 
						
							2016-07-06 18:50:58 -04:00  
				
					
						
							
							
								 
						
							
								67c02edccf 
								
							 
						 
						
							
							
								
								Move create! method from formatters to the BaseFormatter  
							
							
							
						 
						
							2016-06-06 14:26:28 -03:00  
				
					
						
							
							
								 
						
							
								9437b8a2e4 
								
							 
						 
						
							
							
								
								Import GitHub repositories respecting the API rate limit  
							
							... 
							
							
							
							While Octokit auto pagination set the page size to the maximum 100, and
seek to not overstep the rate limit. When the rate limit is reached its
raises an exception, and stop doing new requests.
Here we use a custom pattern for traversing large lists, so we can
check if we’ll reach the rate limit and wait the API to reset the rate
limit before making new requests. 
							
						 
						
							2016-06-06 12:12:18 -03:00  
				
					
						
							
							
								 
						
							
								86cf9dd253 
								
							 
						 
						
							
							
								
								Enable Lint/LiteralInCondition rubocop cop  
							
							... 
							
							
							
							Checks of literals used in conditions.
See #17478  
							
						 
						
							2016-05-30 12:34:25 +02:00  
				
					
						
							
							
								 
						
							
								ebaa19c162 
								
							 
						 
						
							
							
								
								Fix validation method for Gitlab::GithubImport::PullRequestFormatter  
							
							
							
						 
						
							2016-05-13 17:55:43 -05:00  
				
					
						
							
							
								 
						
							
								795a7ca8f1 
								
							 
						 
						
							
							
								
								Extract GitHub branch formatter  
							
							
							
						 
						
							2016-05-13 17:55:42 -05:00  
				
					
						
							
							
								 
						
							
								e001bd5e3d 
								
							 
						 
						
							
							
								
								Import PRs where branch names were reused across PRs  
							
							
							
						 
						
							2016-05-13 17:55:42 -05:00  
				
					
						
							
							
								 
						
							
								7e1f14e215 
								
							 
						 
						
							
							
								
								Preserve commits/diff/comments for PRs that were merged on GitHub  
							
							
							
						 
						
							2016-05-13 17:55:42 -05:00  
				
					
						
							
							
								 
						
							
								3b50867550 
								
							 
						 
						
							
							
								
								Fix spec for Gitlab::GithubImport::PullRequestFormatter  
							
							
							
						 
						
							2016-05-13 16:49:27 -05:00  
				
					
						
							
							
								 
						
							
								9b4dc552cb 
								
							 
						 
						
							
							
								
								Import pull requests from GitHub where the target branch was removed  
							
							
							
						 
						
							2016-05-13 16:49:27 -05:00  
				
					
						
							
							
								 
						
							
								8532dc0d77 
								
							 
						 
						
							
							
								
								Import pull requests from GitHub where the source branch was removed  
							
							
							
						 
						
							2016-05-13 16:49:27 -05:00  
				
					
						
							
							
								 
						
							
								f2fe4af19d 
								
							 
						 
						
							
							
								
								Set GitHub milestones to Issue/Merge Request that were imported  
							
							
							
						 
						
							2016-04-18 20:07:05 -03:00  
				
					
						
							
							
								 
						
							
								d13bba44f0 
								
							 
						 
						
							
							
								
								Use GitHub Issue/PR number as iid to keep references  
							
							... 
							
							
							
							With these changes we don’t lost the issue/pr references when importing
them to GitLab. 
							
						 
						
							2016-04-18 12:15:50 -03:00  
				
					
						
							
							
								 
						
							
								37b00b16a5 
								
							 
						 
						
							
							
								
								Fix importing PR's from GitHub when the source repo was removed  
							
							
							
						 
						
							2016-03-10 19:29:54 -03:00  
				
					
						
							
							
								 
						
							
								f4bdbecfd5 
								
							 
						 
						
							
							
								
								Fix cross projects detection when importing GitHub pull requests  
							
							
							
						 
						
							2016-01-20 19:36:35 -02:00  
				
					
						
							
							
								 
						
							
								837a9065f0 
								
							 
						 
						
							
							
								
								Ensure that we're only importing local pull requests  
							
							
							
						 
						
							2016-01-05 15:24:55 -02:00  
				
					
						
							
							
								 
						
							
								98909dd12c 
								
							 
						 
						
							
							
								
								Generate separate comments when importing GitHub Issues into GitLab  
							
							
							
						 
						
							2016-01-05 15:24:55 -02:00