mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	@@ -444,6 +444,7 @@ WEBHOOK_INTEGRATIONS: List[WebhookIntegration] = [
 | 
			
		||||
    ),
 | 
			
		||||
    WebhookIntegration("slack", ["communication"]),
 | 
			
		||||
    WebhookIntegration("solano", ["continuous-integration"], display_name="Solano Labs"),
 | 
			
		||||
    WebhookIntegration("sonarqube", ["continuous-integration"], display_name="SonarQube"),
 | 
			
		||||
    WebhookIntegration("sonarr", ["entertainment"], display_name="Sonarr"),
 | 
			
		||||
    WebhookIntegration("splunk", ["monitoring"], display_name="Splunk"),
 | 
			
		||||
    WebhookIntegration("statuspage", ["customer-support"], display_name="Statuspage"),
 | 
			
		||||
@@ -780,6 +781,7 @@ DOC_SCREENSHOT_CONFIG: Dict[str, List[BaseScreenshotConfig]] = {
 | 
			
		||||
    ],
 | 
			
		||||
    "slack": [ScreenshotConfig("message_info.txt")],
 | 
			
		||||
    "solano": [ScreenshotConfig("build_001.json")],
 | 
			
		||||
    "sonarqube": [ScreenshotConfig("error.json")],
 | 
			
		||||
    "sonarr": [ScreenshotConfig("sonarr_episode_grabbed.json")],
 | 
			
		||||
    "splunk": [ScreenshotConfig("search_one_result.json")],
 | 
			
		||||
    "statuspage": [ScreenshotConfig("incident_created.json")],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user