zulip/zerver/webhooks/bitbucket
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 webhooks/bitbucket: Support empty push payloads with no user info. 2019-03-21 17:43:35 -02:30
__init__.py Make webhooks as separate modules with view and tests. 2017-01-25 23:14:19 -08:00
doc.md integrations: Remove corrupted png image in bitbucket docs. 2020-06-01 18:03:06 -07:00
tests.py webhooks: Pick a more reasonable length for short sha. 2022-11-08 08:20:51 -08:00
view.py webhooks: Migrate most webhooks to use @typed_endpoint. 2023-09-08 08:20:17 -07:00