delvh 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0ebb45cfe7 
							
						 
					 
					
						
						
							
							Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) ( #21551 )  
						
						... 
						
						
						
						Found using
`find . -type f -name '*.go' -print -exec vim {} -c
':%s/fmt\.Errorf(\(.*\)%v\(.*\)err/fmt.Errorf(\1%w\2err/g' -c ':wq' \;`
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> 
						
						
					 
					
						2022-10-24 20:29:17 +01:00 
						 
				 
			
				
					
						
							
							
								6543 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a3a65137ba 
							
						 
					 
					
						
						
							
							Delete Labels & IssueLabels on Repo Delete too ( #15039 )  
						
						... 
						
						
						
						* Doctor: find IssueLabels without existing label
* on Repo Delete: delete labels & issue_labels too
* performance nits
* Add Migration: Delete orphaned IssueLabels
* Migration v174: use Sync2
* USE sess !!!
* better func name
* code format & comment
* RAW SQL
* Update models/migrations/v176.go
* next try? 
						
						
					 
					
						2021-03-19 21:01:24 +02:00 
						 
				 
			
				
					
						
							
							
								6543 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a4148c0f12 
							
						 
					 
					
						
						
							
							Repository transfer has to be confirmed, if user can not create repo for new owner ( #14792 )  
						
						... 
						
						
						
						* make repo as "pending transfer" if on transfer start doer has no right to create repo in new destination
* if new pending transfer ocured, create UI & Mail notifications 
						
						
					 
					
						2021-03-01 01:47:30 +01:00