Niloth P
e1d35b1e72
integration-docs: Update Opsgenie for new doc format.
...
Part of zulip#29592.
2024-07-21 18:09:13 -07:00
Niloth P
d972d76725
integration-docs: Update Pivotal for new doc format.
...
Part of zulip#29592.
2024-07-21 18:09:13 -07:00
Niloth P
d571410ba3
integration-docs: Update Rundeck for new doc format.
...
Part of zulip#29592.
2024-07-21 18:09:13 -07:00
Niloth P
650a1384ca
integration-docs: Update RhodeCode for new doc format.
...
Part of zulip#29592.
2024-07-21 18:09:13 -07:00
Niloth P
8fe7f4e409
integration-docs: Update Review Board for new doc format.
...
Part of zulip#29592.
2024-07-21 18:09:13 -07:00
Niloth P
ec018780b5
integration-docs: Update Raygun for new doc format.
...
Part of zulip#29592.
2024-07-21 18:09:13 -07:00
Niloth P
335f9b8119
integration-docs: Update Radarr for new doc format.
...
Part of zulip#29592.
2024-07-21 18:09:13 -07:00
Niloth P
16abd82fa5
integrations: Remove Solano integration.
2024-07-20 15:44:17 -07:00
Niloth P
cbe2677a2a
integration-docs: Include suggestion for HTTPS hint in Stripe.
...
With some wording tweaks by tabbott to make it more obviously only
shown in certain environments.
2024-07-18 12:28:08 -07:00
Niloth P
ed885ec806
integration-docs: Format keyboard shortcuts in Trello doc.
2024-07-18 12:24:45 -07:00
Niloth P
525f1e28d4
integration-docs: Fix typo in Splunk doc hint.
2024-07-18 12:24:36 -07:00
Niloth P
56aa72af90
integration-docs: Update Trello for new doc format.
...
Part of zulip#29592.
2024-07-16 17:02:55 -07:00
Niloth P
c8781b4de7
integration-docs: Update TeamCity for new doc format.
...
Part of zulip#29592.
2024-07-16 17:02:55 -07:00
Niloth P
f663544353
integration-docs: Update Slack incoming-webhook for new doc format.
...
Part of zulip#29592.
2024-07-16 14:55:56 -07:00
Niloth P
32177a9a1c
integration-docs: Update Sonarqube for new doc format.
...
Part of zulip#29592.
2024-07-16 14:55:56 -07:00
Niloth P
a546fa719a
integration-docs: Update Sonarr for new doc format.
...
Part of zulip#29592.
2024-07-16 14:55:56 -07:00
Niloth P
1ddf92a98c
integration-docs: Update Splunk for new doc format.
...
Part of zulip#29592.
2024-07-16 14:55:56 -07:00
Niloth P
8549a6dc8a
integration-docs: Update Statuspage for new doc format.
...
Part of zulip#29592.
2024-07-16 14:55:56 -07:00
Niloth P
c0ab89ec52
integration-docs: Update Stripe for new doc format.
...
Part of zulip#29592.
2024-07-16 14:55:56 -07:00
Niloth P
a17a54b077
integration-docs: Update Zabbix for new doc format.
...
Part of zulip#29592.
2024-07-16 14:55:27 -07:00
Niloth P
c271cdb113
integration-docs: Update WordPress for new doc format.
...
Part of zulip#29592.
Co-authored-by: Lauryn Menard <lauryn@zulip.com>
2024-07-16 14:55:02 -07:00
Lauryn Menard
3e100d872a
integrations: Remove HookPress events from WordPress webhook.
...
The HookPress plugin has been unavailable since July 2019, so it
doesn't make sense to continue supporting these events in the
WordPress webhook integration.
2024-07-16 14:55:02 -07:00
Niloth P
1e327cc054
integration-docs: Update Wekan for new doc format.
...
Part of zulip#29592.
2024-07-16 14:55:02 -07:00
Niloth P
6afed1432c
integration-docs: Update Travis CI for new doc format.
...
Part of zulip#29592.
2024-07-16 09:40:45 -07:00
Niloth P
5db83f87e2
integration-docs: Update Transifex for new doc format.
...
Part of zulip#29592.
2024-07-16 09:40:45 -07:00
Niloth P
1f4310f893
integration-docs: Update Thinkst for new doc format.
...
Part of zulip#29592.
2024-07-16 09:40:45 -07:00
Niloth P
0f7b1ba401
integration-docs: Update Taiga for new doc format.
...
Part of zulip#29592.
2024-07-16 09:40:45 -07:00
Niloth P
0ec4b0285e
integration-docs: Update Zendesk for new doc format.
...
Part of zulip #29592 .
Co-authored-by: Lauryn Menard <lauryn@zulip.com>
2024-07-15 16:42:22 -07:00
Niloth P
2c2f530fe0
integration-docs: Update Zapier for new doc format.
...
Part of zulip #29592 .
Co-authored-by: Lauryn Menard <lauryn@zulip.com>
2024-07-15 16:42:22 -07:00
Anders Kaseorg
b96feb34f6
ruff: Fix SIM117 Use a single `with` statement with multiple contexts.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-07-14 13:48:32 -07:00
Anders Kaseorg
3f29bc42b1
ruff: Fix B905 `zip()` without an explicit `strict=` parameter.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-07-13 22:28:22 -07:00
Anders Kaseorg
0fa5e7f629
ruff: Fix UP035 Import from `collections.abc`, `typing` instead.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-07-13 22:28:22 -07:00
Anders Kaseorg
531b34cb4c
ruff: Fix UP007 Use `X | Y` for type annotations.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-07-13 22:28:22 -07:00
Anders Kaseorg
e08a24e47f
ruff: Fix UP006 Use `list` instead of `List` for type annotation.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-07-13 22:28:22 -07:00
PieterCK
f5a834c2d6
integration-docs: Update Jotform for new doc format.
...
Part of #29592 .
2024-07-12 13:21:07 -07:00
PieterCK
e034a715cb
integration-docs: Update JSON formatter for new doc format.
...
Part of #29592 .
2024-07-12 13:21:07 -07:00
PieterCK
ecbbf53c0e
integration-docs: Update Greenhouse recruitment for new doc format.
...
Part of #29592 .
2024-07-12 13:21:07 -07:00
PieterCK
0e967e4633
integration-docs: Update Harbor for new doc format.
...
Aside from updating the doc structure, this commit
also rephrases step 4 to make it read better. The
list of supported events in step 5 is also removed.
Part of #29592 .
2024-07-12 13:21:07 -07:00
Lauryn Menard
53c575d8cb
integration-docs: Update Linear for new doc format.
...
Part of #29592 .
2024-07-09 13:41:06 -07:00
Lauryn Menard
0fa9b94480
integration-docs: Update Lidarr for new doc format.
...
Part of #29592 .
2024-07-09 13:41:06 -07:00
Lauryn Menard
5c7ad8be12
integration-docs: Update Librato for new doc format.
...
Part of #29592 .
2024-07-09 13:41:06 -07:00
Lauryn Menard
bd9a10cfbb
integration-docs: Update Jira for new doc format.
...
Part of #29592 .
2024-07-09 13:41:06 -07:00
Lauryn Menard
95b74a7bfb
integration-docs: Update Intercom for new doc format.
...
Part of #29592 .
2024-07-09 13:41:06 -07:00
PieterCK
374210fe7b
integration-docs: Update Groove for new doc format.
...
Part of #29592 .
2024-07-08 16:29:33 -07:00
PieterCK
3e83de7d5a
integration-docs: Update Gosquared for new doc format.
...
Part of #29592 .
2024-07-08 16:29:33 -07:00
PieterCK
58b32a09a8
integration-docs: Update Gogs for new doc format.
...
Part of #29592 .
2024-07-08 16:29:33 -07:00
PieterCK
98f44262df
integration-docs: Update Gitea for new doc format.
...
Part of #29592 .
2024-07-08 16:29:33 -07:00
adnan-td
c1421f0847
integration-docs: Update IFTTT for new doc format.
...
Part of #29592 .
2024-07-08 16:29:02 -07:00
adnan-td
928c84233f
integration-docs: Update HelloSign for new doc format.
...
Part of #29592 .
2024-07-08 16:29:02 -07:00
adnan-td
a35c9795fa
integration-docs: Update Hello World for new doc format.
...
Part of #29592 .
2024-07-08 16:29:02 -07:00