zulip/zerver/webhooks/gitea
Zixuan James Li 9377080f1f webhooks: Migrate most webhooks to use @typed_endpoint.
This converts most webhook integration views to use @typed_endpoint instead
of @has_request_variables, rewriting REQ parameters. For these
webhooks, it simply requires switching the decorator, rewriting the
type annotation of payload/message to WebhookPayload[WildValue], and
removing the REQ default that defines the to_wild_value converter.
2023-09-08 08:20:17 -07:00
..
fixtures integrations: Add Gitea integration. 2019-11-18 11:55:24 -08:00
__init__.py integrations: Add Gitea integration. 2019-11-18 11:55:24 -08:00
doc.md integrations: Satisfy Python-Markdown’s archaic 4-space requirement. 2022-06-27 17:36:17 -07:00
tests.py integration: Remove branch names from Gitea edited PR event. 2023-04-07 15:17:23 -07:00
view.py webhooks: Migrate most webhooks to use @typed_endpoint. 2023-09-08 08:20:17 -07:00