mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Refactor issue indexer (#5363)
This commit is contained in:
		
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							094263db4d
						
					
				
				
					commit
					830ae61456
				
			| @@ -44,6 +44,10 @@ func MainTest(m *testing.M, pathToGiteaRoot string) { | ||||
| 		fatalTestError("Error creating test engine: %v\n", err) | ||||
| 	} | ||||
|  | ||||
| 	if err = InitIssueIndexer(); err != nil { | ||||
| 		fatalTestError("Error InitIssueIndexer: %v\n", err) | ||||
| 	} | ||||
|  | ||||
| 	setting.AppURL = "https://try.gitea.io/" | ||||
| 	setting.RunUser = "runuser" | ||||
| 	setting.SSH.Port = 3000 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user