Lunny Xiao 
							
						 
					 
					
						
						
							
						
						719bddcd76 
					 
					
						
						
							
							Move repository model into models/repo ( #17933 )  
						
						... 
						
						
						
						* Some refactors related repository model
* Move more methods out of repository
* Move repository into models/repo
* Fix test
* Fix test
* some improvements
* Remove unnecessary function 
						
						
					 
					
						2021-12-10 09:27:50 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						750a8465f5 
					 
					
						
						
							
							A better go code formatter, and now make fmt can run in Windows ( #17684 )  
						
						... 
						
						
						
						* go build / format tools
* re-format imports 
						
						
					 
					
						2021-11-17 20:34:35 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						81926d61db 
					 
					
						
						
							
							Decouple unit test, remove intermediate unittestbridge package ( #17662 )  
						
						... 
						
						
						
						Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com > 
						
						
					 
					
						2021-11-16 16:53:21 +08:00 
						 
				 
			
				
					
						
							
							
								wxiaoguang 
							
						 
					 
					
						
						
							
						
						df64fa4865 
					 
					
						
						
							
							Decouple unit test code from business code ( #17623 )  
						
						
						
						
					 
					
						2021-11-12 22:36:47 +08:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						5842a55b31 
					 
					
						
						
							
							Move login related structs and functions to models/login ( #17093 )  
						
						... 
						
						
						
						* Move login related structs and functions to models/login
* Fix test
* Fix lint
* Fix lint
* Fix lint of windows
* Fix lint
* Fix test
* Fix test
* Only load necessary fixtures when preparing unit tests envs
* Fix lint
* Fix test
* Fix test
* Fix error log
* Fix error log
* Fix error log
* remove unnecessary change
* fix error log
* merge main branch 
						
						
					 
					
						2021-09-24 19:32:56 +08:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						a4bfef265d 
					 
					
						
						
							
							Move db related basic functions to models/db ( #17075 )  
						
						... 
						
						
						
						* Move db related basic functions to models/db
* Fix lint
* Fix lint
* Fix test
* Fix lint
* Fix lint
* revert unnecessary change
* Fix test
* Fix wrong replace string
* Use *Context
* Correct committer spelling and fix wrong replaced words
Co-authored-by: zeripath <art27@cantab.net > 
						
						
					 
					
						2021-09-19 19:49:59 +08:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						3537d80088 
					 
					
						
						
							
							Fix bug about ListOptions and stars/watchers pagnation ( #14556 )  
						
						... 
						
						
						
						* Fix bug about ListOptions and stars/watchers pagnation
* fix unit test
Co-authored-by: 6543 <6543@obermui.de > 
						
						
					 
					
						2021-02-04 11:23:46 -06:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						81daf26878 
					 
					
						
						
							
							Fix wrong hint when status checking is running on pull request view ( #9886 )  
						
						... 
						
						
						
						* Fix wrong hint when status checking is running on pull request view
* fix lint
* fix test
* fix test
* fix wrong tmpl
* fix import
* rename function name 
						
						
					 
					
						2020-01-22 11:46:04 +08:00 
						 
				 
			
				
					
						
							
							
								Antoine GIRARD 
							
						 
					 
					
						
						
							
						
						2b6f45299d 
					 
					
						
						
							
							api: fix multiple bugs with statuses endpoints ( #7785 )  
						
						... 
						
						
						
						* fix commit statuses api url
* search refs before passing sha
* adjust tests
* directly search tags and branches names + remove un-needed check in NewCommitStatus
* fix comment
* de-duplicate code
* test: use relative setting.AppURL
* Update routers/api/v1/repo/status.go
Co-Authored-By: Lauris BH <lauris@nix.lv >
* remove return
* Update routers/api/v1/repo/status.go
Co-Authored-By: Lauris BH <lauris@nix.lv > 
						
						
					 
					
						2019-08-09 10:13:03 +08:00 
						 
				 
			
				
					
						
							
							
								zeripath 
							
						 
					 
					
						
						
							
						
						734aa96508 
					 
					
						
						
							
							Fix   #7136 : Add paging and extend API GetCommitStatuses ( #7141 )  
						
						... 
						
						
						
						* Fix  #7136 : Add paging and extend API GetCommitStatuses
* update swagger
* Update routers/api/v1/repo/status.go
Co-Authored-By: techknowlogick <matti@mdranta.net >
* Update routers/api/v1/repo/status.go
Co-Authored-By: techknowlogick <matti@mdranta.net >
* Update routers/api/v1/repo/status.go
Co-Authored-By: techknowlogick <matti@mdranta.net >
* Apply suggestions from code review 
						
						
					 
					
						2019-07-25 11:55:06 +01:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						ff85dd3e12 
					 
					
						
						
							
							Add commit statuses reports on pull request view ( #6845 )  
						
						... 
						
						
						
						* Add commit statuses reports on pull view
* Add some translations
* improve the UI
* fix fmt
* fix tests
* add a new test git repo to fix tests
* fix bug when headRepo or headBranch missing
* fix tests
* fix tests
* fix consistency
* fix tests
* fix tests
* change the test repo
* fix tests
* fix tests
* fix migration
* keep db size consistency
* fix translation
* change commit hash status table unique index
* remove unused table
* use char instead varchar
* make hashCommitStatusContext private
* split merge section with status check on pull view ui
* fix tests; fix arc-green theme on pull ui 
						
						
					 
					
						2019-06-30 08:57:59 +01:00