Anders Kaseorg
c734bbd95d
python: Modernize legacy Python 2 syntax with pyupgrade.
...
Generated by `pyupgrade --py3-plus --keep-percent-format` on all our
Python code except `zthumbor` and `zulip-ec2-configure-interfaces`,
followed by manual indentation fixes.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-04-09 16:43:22 -07:00
Tim Abbott
c10cc24ee8
python: Sort webhooks imports with isort.
2020-01-14 13:07:47 -08:00
Hemanth V. Alluri
48526b1fd6
webhooks: Fix small bug in the fixture_to_headers method of bitbucket3.
...
We should return an empty dictionary instead of None.
2019-07-25 16:14:14 -07:00
Hemanth V. Alluri
62bcbb433d
webhooks: Migrate bitbucket3 tests to the headers fixtures system.
2019-07-09 17:10:28 -07:00
Hemanth V. Alluri
b8268c66d5
webhooks/bitbucket3: Add the `diagnostics:ping` event.
...
Note: Unlike with the other events supported by this webhook so far,
to determine this event's event type, we need to use the X-Event-Key
HTTP Header.
2019-06-17 17:33:32 -07:00
Eeshan Garg
c4e4ceadb5
webhooks/git: Use proper punctuation for branch creation templates.
2019-05-07 16:45:01 -07:00
Eeshan Garg
f1228b3550
webhooks/bitbucket3: Use proper punctuation.
2019-05-07 16:45:01 -07:00
Eeshan Garg
ab8aae6d0c
git_webhooks: Use proper punctuation for PR/issue messages.
2019-05-07 16:45:01 -07:00
Hemanth V. Alluri
636dad7809
webhooks/bitbucket3: Use strikethrough formatting for deleted comments.
2019-04-03 19:43:04 -02:30
Hemanth V. Alluri
dffb536920
webhooks/bitbucket3: Link actor name with their profile.
2019-04-03 19:43:04 -02:30
Hemanth V. Alluri
eecf95d2fd
webhooks/bitbucket3: Add support for all pull-request events.
...
closes #11992 .
2019-04-03 19:43:04 -02:30
Hemanth V. Alluri
9ed1dcc4b6
webhooks: Add Bitbucket Server integration.
...
This commit adds support for all "repo" events.
2019-03-24 22:06:29 -02:30