python-zulip-api/zulip/integrations
Eeshan Garg fa759fc97c integrations/trello: Improve the Trello script.
This commit makes a bunch of improvements:

1. Use format() for string formatting instead of the old style.
2. Stop returning stuff where we don't have to.
3. URL generation should not be done by the script, especially
   since our eventual goal is for the Zulip server to automatically
   generate a webhook URL. So the user should be able to supply
   the URL in the config file. Plus, this makes it easier to test
   the script with non-Zulip URLs (such as RequestBin).
4. Removed unnecessary arguments.
2018-04-03 21:52:10 -02:30
..
codebase mypy: Amend code & typing of integrations, to pass with strict-optional. 2018-01-02 14:05:33 -05:00
git mypy: Amend code & typing of integrations, to pass with strict-optional. 2018-01-02 14:05:33 -05:00
google mypy: Amend code & typing of integrations, to pass with strict-optional. 2018-01-02 14:05:33 -05:00
hg hg integration: Use explicit sys.exit. 2018-01-08 15:39:03 -05:00
irc mypy: zulip: Fix errors in integrations/irc/irc_mirror_backend.py. 2017-10-26 17:02:14 -04:00
jabber Jabber: Report where Zulip config not found, clarifying typing. 2018-01-08 15:39:03 -05:00
jira zulip package: Add requirements.txt for each integration. 2017-09-12 01:39:21 -07:00
log2zulip mypy: zulip: Fix errors in integrations/log2zulip/log2zulip. 2017-10-27 00:55:54 -04:00
nagios zulip package: Add requirements.txt for each integration. 2017-09-12 01:39:21 -07:00
openshift mypy: Amend code & typing of integrations, to pass with strict-optional. 2018-01-02 14:05:33 -05:00
perforce mypy: zulip: Annotate integrations/perforce/zulip_perforce_config.py. 2017-10-27 00:56:06 -04:00
rss zulip package: Add requirements.txt for each integration. 2017-09-12 01:39:21 -07:00
slack slack importer: Add README.md. 2017-12-27 07:54:42 -05:00
svn mypy: Correct SVN integration & satisfy strict-optional typing. 2018-01-08 15:39:03 -05:00
trac mypy: Rewrite trac integration for clarity & to pass strict-optional. 2018-01-02 14:05:33 -05:00
trello integrations/trello: Improve the Trello script. 2018-04-03 21:52:10 -02:30
twitter integrations: Make twitter bot handle search terms more intelligently. 2017-11-07 11:13:29 -08:00
zephyr zephyr_mirror_backend.py: Remove duplicate import. 2018-01-16 08:07:09 -05:00