zulip/zerver/webhooks/bitbucket2
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 bitbucket webhook: Fully deprecate username field. 2021-02-05 09:46:27 -05:00
__init__.py
doc.md integrations-docs: Update `git-webhook-url-with-branches.md`. 2022-07-07 17:12:00 -07:00
tests.py logging_util: Remove dependence on get_current_request. 2023-07-11 22:23:47 -07:00
view.py webhooks: Migrate most webhooks to use @typed_endpoint. 2023-09-08 08:20:17 -07:00