mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
webhooks: Remove second example screenshot from Sentry and Teamcity.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB |
@@ -763,10 +763,7 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
|
|||||||
"rhodecode": [ScreenshotConfig("push.json")],
|
"rhodecode": [ScreenshotConfig("push.json")],
|
||||||
"rundeck": [ScreenshotConfig("start.json")],
|
"rundeck": [ScreenshotConfig("start.json")],
|
||||||
"semaphore": [ScreenshotConfig("pull_request.json")],
|
"semaphore": [ScreenshotConfig("pull_request.json")],
|
||||||
"sentry": [
|
"sentry": [ScreenshotConfig("event_for_exception_python.json")],
|
||||||
ScreenshotConfig("event_for_exception_python.json"),
|
|
||||||
ScreenshotConfig("issue_assigned_to_team.json", "002.png"),
|
|
||||||
],
|
|
||||||
"slack": [ScreenshotConfig("message_with_normal_text.json")],
|
"slack": [ScreenshotConfig("message_with_normal_text.json")],
|
||||||
"sonarqube": [ScreenshotConfig("error.json")],
|
"sonarqube": [ScreenshotConfig("error.json")],
|
||||||
"sonarr": [ScreenshotConfig("sonarr_episode_grabbed.json")],
|
"sonarr": [ScreenshotConfig("sonarr_episode_grabbed.json")],
|
||||||
@@ -774,7 +771,7 @@ DOC_SCREENSHOT_CONFIG: dict[str, list[BaseScreenshotConfig]] = {
|
|||||||
"statuspage": [ScreenshotConfig("incident_created.json")],
|
"statuspage": [ScreenshotConfig("incident_created.json")],
|
||||||
"stripe": [ScreenshotConfig("charge_succeeded__card.json")],
|
"stripe": [ScreenshotConfig("charge_succeeded__card.json")],
|
||||||
"taiga": [ScreenshotConfig("userstory_changed_status.json")],
|
"taiga": [ScreenshotConfig("userstory_changed_status.json")],
|
||||||
"teamcity": [ScreenshotConfig("success.json"), ScreenshotConfig("personal.json", "002.png")],
|
"teamcity": [ScreenshotConfig("success.json")],
|
||||||
"thinkst": [ScreenshotConfig("canary_consolidated_port_scan.json")],
|
"thinkst": [ScreenshotConfig("canary_consolidated_port_scan.json")],
|
||||||
"transifex": [
|
"transifex": [
|
||||||
ScreenshotConfig(
|
ScreenshotConfig(
|
||||||
|
|||||||
@@ -52,7 +52,6 @@ Get Zulip notifications for the issues in your Sentry projects!
|
|||||||
{!congrats.md!}
|
{!congrats.md!}
|
||||||
|
|
||||||

|

|
||||||

|
|
||||||
|
|
||||||
### Related documentation
|
### Related documentation
|
||||||
|
|
||||||
|
|||||||
@@ -38,8 +38,6 @@ TeamCity username to a Zulip user (by matching it to a Zulip user's
|
|||||||
email address or full name), then that Zulip user will receive a direct
|
email address or full name), then that Zulip user will receive a direct
|
||||||
message with the result of their personal build.
|
message with the result of their personal build.
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
### Related documentation
|
### Related documentation
|
||||||
|
|
||||||
- [tcWebHooks plugin][1]
|
- [tcWebHooks plugin][1]
|
||||||
|
|||||||
Reference in New Issue
Block a user