Anders Kaseorg
39ac378220
webhooks: Remove unused imports.
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-02-02 17:05:20 -08:00
Steve Howell
ea98a44db3
webhooks: Replace SUBJECT_WITH_* with TOPIC_WITH_*.
2018-11-12 15:47:11 -08:00
Anders Kaseorg
037f696d26
Enable pycodestyle W605 (invalid escape sequence).
...
The only changes visible at the AST level, checked using
https://github.com/asottile/astpretty , are
zerver/lib/test_fixtures.py:
'\x1b\\[(1|0)m' ↦ '\\x1b\\[(1|0)m'
'\\[[X| ]\\] (\\d+_.+)\n' ↦ '\\[[X| ]\\] (\\d+_.+)\\n'
which is fine because re treats '\\x1b' and '\\n' the same way as
'\x1b' and '\n'.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2018-07-03 16:54:46 +02:00
Aditya Bansal
64ddfc6ac0
zerver/webhooks: Change use of typing.Text to str.
2018-05-10 14:19:49 -07:00
Tim Abbott
3392c607c7
github_legacy: Use a client string for Legacy webhook.
...
This should make it easier to ensure we're getting all users migrated
off this webhook.
2018-04-26 10:21:29 -07:00
Tim Abbott
32c841dfbc
github_legacy: Suppress certain TypeError exceptions.
2018-04-26 10:21:29 -07:00
Tim Abbott
e78b11e920
decorator: Move flexible_boolean to github webhook.
...
We don't really intend to use this hacky function elsewhere in the
codebase, so it's best to move it out of a core file.
2018-04-25 21:59:48 -07:00
Eeshan Garg
48b8558c02
webhooks: Move github/ to github_legacy/ and remove docs.
2018-04-19 11:00:55 -07:00