zulip/zerver/webhooks/bitbucket3
Steve Howell 1ef8d79352 bitbucket: Decouple BITBUCKET_FORK_BODY between versions.
We were trying to share the same format string between
the two different versions of bitbucket, but this only
creates confusion, as the two versions are only close
enough to be confusing.

The format string might be the same, but the semantics
are different, as well as the eventual outputs.

For example, the {username} piece here is simple in version
2, but in version 3 we append a url to the user's name.
2020-09-23 15:31:38 -07:00
..
fixtures webhooks/bitbucket3: Add the `diagnostics:ping` event. 2019-06-17 17:33:32 -07:00
__init__.py
doc.md
tests.py webhook tests: Avoid check_webhook for multi messages. 2020-08-24 12:34:46 -07:00
view.py bitbucket: Decouple BITBUCKET_FORK_BODY between versions. 2020-09-23 15:31:38 -07:00