GitLab Bot
							
						 
						
							 
							
							
							
							
								
							
							
								d1be3e6f77 
								
							 
						 
						
							
							
								
								Add latest changes from gitlab-org/gitlab@master  
							
							 
							
							
							
						 
						
							2024-01-19 18:09:33 +00:00  
						
					 
				
					
						
							
							
								 
								GitLab Bot
							
						 
						
							 
							
							
							
							
								
							
							
								6323146895 
								
							 
						 
						
							
							
								
								Add latest changes from gitlab-org/gitlab@master  
							
							 
							
							
							
						 
						
							2023-12-21 15:12:00 +00:00  
						
					 
				
					
						
							
							
								 
								GitLab Bot
							
						 
						
							 
							
							
							
							
								
							
							
								5f85444a43 
								
							 
						 
						
							
							
								
								Add latest changes from gitlab-org/gitlab@master  
							
							 
							
							
							
						 
						
							2022-08-25 15:12:14 +00:00  
						
					 
				
					
						
							
							
								 
								GitLab Bot
							
						 
						
							 
							
							
							
							
								
							
							
								2571f43401 
								
							 
						 
						
							
							
								
								Add latest changes from gitlab-org/gitlab@master  
							
							 
							
							
							
						 
						
							2022-08-16 21:12:07 +00:00  
						
					 
				
					
						
							
							
								 
								GitLab Bot
							
						 
						
							 
							
							
							
							
								
							
							
								c59765a50a 
								
							 
						 
						
							
							
								
								Add latest changes from gitlab-org/gitlab@master  
							
							 
							
							
							
						 
						
							2020-06-24 18:09:03 +00:00  
						
					 
				
					
						
							
							
								 
								GitLab Bot
							
						 
						
							 
							
							
							
							
								
							
							
								c6373a2cec 
								
							 
						 
						
							
							
								
								Add latest changes from gitlab-org/gitlab@master  
							
							 
							
							
							
						 
						
							2019-12-24 12:08:01 +00:00  
						
					 
				
					
						
							
							
								 
								GitLab Bot
							
						 
						
							 
							
							
							
							
								
							
							
								ccf37fd3ec 
								
							 
						 
						
							
							
								
								Add latest changes from gitlab-org/gitlab@master  
							
							 
							
							
							
						 
						
							2019-12-18 15:08:03 +00:00  
						
					 
				
					
						
							
							
								 
								GitLab Bot
							
						 
						
							 
							
							
							
							
								
							
							
								18a102a5b9 
								
							 
						 
						
							
							
								
								Add latest changes from gitlab-org/gitlab@master  
							
							 
							
							
							
						 
						
							2019-11-08 03:06:48 +00:00  
						
					 
				
					
						
							
							
								 
								GitLab Bot
							
						 
						
							 
							
							
							
							
								
							
							
								bd860c22f6 
								
							 
						 
						
							
							
								
								Add latest changes from gitlab-org/gitlab@master  
							
							 
							
							
							
						 
						
							2019-09-17 12:06:48 +00:00  
						
					 
				
					
						
							
							
								 
								Markus Koller
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								f8cecafb07 
								
							 
						 
						
							
							
								
								Add start_sha to commits API  
							
							 
							
							... 
							
							
							
							When passing start_branch on committing from the WebIDE, it's possible
that the branch has changed since editing started, which results in the
change being applied on top of the latest commit in the branch and
overwriting the new changes.
By passing the start_sha instead we can make sure that the change is
applied on top of the commit which the user started editing from. 
							
						 
						
							2019-07-18 09:19:18 +02:00  
						
					 
				
					
						
							
							
								 
								micael.bergeron
							
						 
						
							 
							
							
							
							
								
							
							
								cb6f51ec9b 
								
							 
						 
						
							
							
								
								add support for the commit reference filter  
							
							 
							
							
							
						 
						
							2017-12-07 09:01:37 -05:00  
						
					 
				
					
						
							
							
								 
								Micael Bergeron
							
						 
						
							 
							
							
							
							
								
							
							
								a31e0aff22 
								
							 
						 
						
							
							
								
								Resolve "Error 500 in non-UTF8 branch names"  
							
							 
							
							
							
						 
						
							2017-09-12 14:07:31 +00:00  
						
					 
				
					
						
							
							
								 
								Rémy Coutable
							
						 
						
							 
							
							
							
							
								
							
							
								cddc5cacfb 
								
							 
						 
						
							
							
								
								Use described_class when possible  
							
							 
							
							... 
							
							
							
							Signed-off-by: Rémy Coutable <remy@rymai.me> 
							
						 
						
							2017-07-27 14:31:53 +02:00  
						
					 
				
					
						
							
							
								 
								Rémy Coutable
							
						 
						
							 
							
							
							
							
								
							
							
								ddccd24c13 
								
							 
						 
						
							
							
								
								Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true  
							
							 
							
							... 
							
							
							
							Signed-off-by: Rémy Coutable <remy@rymai.me> 
							
						 
						
							2017-07-27 14:31:53 +02:00  
						
					 
				
					
						
							
							
								 
								Rémy Coutable
							
						 
						
							 
							
							
							
							
								
							
							
								4e3516788f 
								
							 
						 
						
							
							
								
								Don't use FFaker in factories, use sequences instead  
							
							 
							
							... 
							
							
							
							FFaker can generate data that randomly break our test suite. This
simplifies our factories and use sequences which are more predictive.
Signed-off-by: Rémy Coutable <remy@rymai.me> 
							
						 
						
							2017-04-03 18:54:48 +02:00  
						
					 
				
					
						
							
							
								 
								Douwe Maan
							
						 
						
							 
							
							
							
							
								
							
							
								7ea641b6d0 
								
							 
						 
						
							
							
								
								Enable Style/ColonMethodCall  
							
							 
							
							
							
						 
						
							2017-02-23 09:31:57 -06:00  
						
					 
				
					
						
							
							
								 
								Dan Dunckel
							
						 
						
							 
							
							
							
							
								
							
							
								02d69091bc 
								
							 
						 
						
							
							
								
								Add spec covering 'committer_hash'  
							
							 
							
							
							
						 
						
							2016-09-20 10:15:43 -07:00