Commit graph

  • 07c64673f7 test_jira: Remove redefined test_edit method. Anders Kaseorg 2020-04-18 17:06:07 -0700
  • a01e5e37f4 cleanup: Remove more unused variables. Anders Kaseorg 2020-04-18 17:04:27 -0700
  • 54b2578204 cleanup: Remove unused variables. Anders Kaseorg 2020-04-18 16:36:24 -0700
  • f5d96dbcce cleanup: Remove duplicate imports. Anders Kaseorg 2020-04-18 17:01:55 -0700
  • adde59e5c3 cleanup: Remove more unused imports. Anders Kaseorg 2020-04-18 17:01:50 -0700
  • 2f6623bbc4 cleanup: Remove unused imports. Anders Kaseorg 2020-04-18 16:00:35 -0700
  • 64d2f5ac32 test_connect_four: Expand star import. Anders Kaseorg 2020-04-18 16:29:18 -0700
  • 5428c5f296 typing: Convert function type annotations to Python 3 style. Anders Kaseorg 2020-04-18 15:59:12 -0700
  • 7c5f73dce9 salesforce: Add missing typing import. Anders Kaseorg 2020-04-18 16:27:35 -0700
  • fe72f3b131 typing: Remove ‘if False’ guard for typing imports. Anders Kaseorg 2020-04-18 15:49:45 -0700
  • 75d1fe2b41 lint: Upgrade zulint. Anders Kaseorg 2020-04-18 15:47:39 -0700
  • ddb05ea7eb add_default_arguments: Correct custom_error_handling type annotation. Anders Kaseorg 2020-04-18 16:07:29 -0700
  • 524d03fc3e deploy: Fix urllib.parse import. Anders Kaseorg 2020-04-18 16:03:39 -0700
  • 953709fdd5 log2zulip: Adjust for zulip setup_path_on_import → setup_path change. Anders Kaseorg 2020-04-18 15:23:39 -0700
  • 1a417b1610 finder: Remove ModuleNotFoundError handler. Anders Kaseorg 2020-04-18 17:58:46 -0700
  • f9d6c085a1 api: Implement POST /default_streams api endpoint. Kartik Srivastava 2020-04-12 02:20:39 +0530
  • ef730b2c1b api: Implement GET /messages/matches_narrow endpoint. akashaviator 2020-03-12 01:26:37 +0530
  • d68437d5f5 Rewrite some strings using raw string syntax. Anders Kaseorg 2020-04-18 03:37:30 -0700
  • e30b3b094b Modernize legacy Python 2 syntax with pyupgrade. Anders Kaseorg 2020-04-09 17:14:01 -0700
  • 543eb396b9 zulip/README: Specify the required Python version. Eeshan Garg 2020-04-16 22:10:01 -0230
  • dd201926fa pypi_packages: Use README files for long descriptions. Eeshan Garg 2020-04-16 22:04:03 -0230
  • c55bf78c6b pypi: Specify the correct license classifier for all packages. Eeshan Garg 2020-04-16 21:53:52 -0230
  • 04e43b95bc api: Implement /users/{user_id}/reactivate api endpoint. Kartik Srivastava 2020-04-12 01:49:17 +0530
  • 59b025d2e4 api: Implement PATCH /users/{user_id} endpoint. akashaviator 2020-04-01 20:25:51 +0530
  • ed706c24ce api: Implement GET /realm/presence endpoint. Kartik Srivastava 2020-04-10 03:00:03 +0530
  • 8b0fa6bfee
    api: Implement GET /attachments endpoint. Kartik Srivastava 2020-04-08 05:14:49 +0530
  • f47559e68d bridge_between_zulips: Replace "subject" with "topic" in doc. rht 2020-03-25 00:38:56 -0400
  • ceda54b50c bridge_between_zulips: Add explanation of --stream to README.md. rht 2020-03-13 23:05:01 -0400
  • 6dd52439bf
    api: Implement DELETE /users/{user_id} api endpoint. Kartik Srivastava 2020-04-08 04:42:59 +0530
  • 8d7eb0fea3
    api: Refactor get_user_by_id to take keyword arguments. Kartik Srivastava 2020-04-08 04:42:11 +0530
  • d7c52c9a74 zulip/zulip/__init__.py: Remove shebang and add version assertion. rht 2020-04-03 08:41:36 -0400
  • 2ec5bb7b70 minor: Warn about missing usage handlers. Steve Howell 2020-04-05 10:50:17 +0000
  • aee73b32e0 zulip/setup.py: Remove Python 2 from supported versions. rht 2020-04-03 08:12:31 -0400
  • c1fb086677 Squash py3_requirements.txt into requirements.txt. rht 2020-04-03 07:31:52 -0400
  • 802f85224a Travis: Remove test-py2-legacy-support. rht 2020-04-03 05:30:37 -0400
  • 439c096eac Remove all remaining six imports. rht 2020-04-03 05:23:36 -0400
  • 565106b880 test_default_arguments: Add explicit python3 shebang. rht 2020-04-03 05:20:20 -0400
  • f34540d26d Add explicit python3 shebang to __init__.py. rht 2020-04-03 05:17:51 -0400
  • 4600ce59a3 Remove all remaining from __future__ imports. rht 2020-04-03 05:17:01 -0400
  • 204871b518 Finish the remaining migration of shebang to python3. rht 2020-04-03 05:11:02 -0400
  • 9ee8461b9d bridges: Remove sender field from message data. rht 2020-04-03 00:08:15 -0400
  • 46c78ce7b5 integrations: Remove usage of six. rht 2020-04-02 11:11:08 -0400
  • 1412403037 integrations: Remove from __future__ imports. rht 2020-04-02 10:05:33 -0400
  • a465467388 integrations: Switch to python3. rht 2020-04-02 09:59:28 -0400
  • d174e589bf examples/upload-file: Use python3-specific import of StringIO. rht 2020-04-01 08:26:14 -0400
  • 87198501dc examples: Remove from __future__ imports. rht 2020-04-01 08:24:10 -0400
  • e5144b8503 examples: Switch to python3. rht 2020-04-01 08:21:44 -0400
  • dea467ccd7 lint: Remove explicit python invocation check. rht 2020-04-01 23:30:39 -0400
  • 754a9f7880 bots: Remove unmaintained bots. Steve Howell 2020-04-01 11:34:12 +0000
  • d8157d6b80 bridge_with_irc: Initialize IRC bot after checking Zulip bot. orientor 2020-03-29 17:40:25 +0530
  • de40005f5e bridge_with_irc: Improve user-friendliness. orientor 2020-03-27 19:39:39 +0530
  • 87b57f879c bots: Fixed incorrect computer play message fishfred 2020-03-27 15:10:46 +0000
  • 0a0f9e9d21 bots: Fix tictactoe, connect_four emoji fishfred 2020-03-27 14:38:59 +0000
  • b771bacac0 bridge_with_irc: Check if bot is subscribed to stream at startup. rht 2019-02-08 01:16:23 +0000
  • ce73dab121 pypi: Release version 0.6.4. Eeshan Garg 2020-03-26 19:52:46 -0230
  • 0b930cfe86 pypi: Add support for Python 3.8. Eeshan Garg 2020-03-25 23:24:35 -0230
  • 2cf49788fd api: Implement GET users/{id} endpoint. akashaviator 2020-03-12 01:26:37 +0530
  • 1d1e93d92e requirements: Upgrade mypy from 0.600 to 0.770. neiljp (Neil Pilgrim) 2019-11-06 04:07:09 -0800
  • 60984ab2fa mypy: Add type ignores for mixing of str & bytes in zephyr mirror. neiljp (Neil Pilgrim) 2020-03-17 18:42:39 -0700
  • 520a004b85 botserver: Raise exceptions rather than returning them. neiljp (Neil Pilgrim) 2019-11-06 08:31:58 -0800
  • fca2404b46 mypy: Add type ignore in botserver/server.py. neiljp (Neil Pilgrim) 2019-11-06 08:06:19 -0800
  • 436b619021 integrations: Use universal_newlines in check_output to output as str. neiljp (Neil Pilgrim) 2019-11-06 06:34:21 -0800
  • f81843f189 mypy: Clarify type hints in zulip/integrations/. neiljp (Neil Pilgrim) 2019-11-06 06:31:30 -0800
  • 357a5e06f3 mypy: Clarify type hints in zulip_bots/. neiljp (Neil Pilgrim) 2019-11-06 06:32:48 -0800
  • 8a74f576a3 python: Remove per-file copyright notices. rht 2020-03-23 00:55:21 -0400
  • 1dc2bf8ba6 docs: Add more proper LICENSE and THIRDPARTY files. derAnfaenger 2017-08-16 15:01:20 +0200
  • 8fc5b777db api: Fix undefined variable reference from previous commit. Mateusz Mandera 2020-03-14 10:42:50 +0100
  • 056963bedd api: Add delay_cap as class variable of CountingBackoff class. orientor 2020-03-05 04:17:35 +0530
  • 62555f97a0 Bots: Update Owlbot from v1 to v2. orientor 2020-02-22 05:48:32 +0530
  • f253819a58
    provision: Fix a typo in virtualenv instruction. Kushal Kothari 2020-03-04 12:09:28 +0530
  • 731eb23c9a bridge_with_irc: Print message on successful connection. orientor 2020-03-02 03:53:50 +0530
  • dd37e27b36 docstring: Use user_ids for typing endpoint. Steve Howell 2020-02-23 11:49:34 +0000
  • 32a46cbaa9 mypy: Use Rule from zulint to specify type for custom rules. Aman Agrawal 2019-08-14 11:31:17 +0530
  • 7588333079 lint: Use zulint's methods for lister and printing errors. Aman 2019-08-02 19:14:11 +0530
  • 101049de27 lint: Add mypy as an external_linter to be run with ./tools/lint. Aman Agrawal 2019-08-06 07:54:54 +0530
  • 7f39201e79 lint: Use zulint as wrapper for running different linters. Aman 2019-08-02 09:40:06 +0530
  • 264632230b lint: Remove trailing whitespace from json files. Aman 2019-08-02 09:51:41 +0530
  • 843b21769a twitter: Add support for phrase. Sutou Kouhei 2019-12-18 10:57:01 +0900
  • 957b5e7ad8 pypi: Release version 0.6.3. Eeshan Garg 2019-12-16 11:48:56 -0330
  • 0a01ea0412 zulip: Move dependency on distro into zulip package. neiljp (Neil Pilgrim) 2019-12-14 22:54:59 -0800
  • efcc89da9d pypi: Release version 0.6.2. Eeshan Garg 2019-12-14 16:38:48 -0330
  • 63bc9b8a4f zulip: Use distro.linux_distribution instead of platform Puneeth Chaganti 2019-11-01 12:45:28 +0530
  • 3e155ecf93 rss-bot: Updated link pointing to .zuliprc Kreyren 2019-09-04 20:08:40 +0000
  • bcffa76873 Restore dependency on typing package for Python < 3.5. Anders Kaseorg 2019-08-09 17:52:09 -0700
  • 0427d962b0 setup.py: Add supported python versions for all packages. neiljp (Neil Pilgrim) 2019-07-30 15:35:29 -0700
  • 74d902d14f botserver: Allow importing custom bot modules. Rohitt Vashishtha 2019-08-28 04:49:29 +0530
  • 804501610b Remove dependency on typing package. Anders Kaseorg 2019-08-08 18:58:03 -0700
  • c6a52d798e zulip_bots, zulip_botserver: Add PEP 561 type annotation markers. Anders Kaseorg 2019-08-07 17:18:25 -0700
  • 567d6ebc25 Client.get_user_presence: Fix blatantly incorrect type annotation. Anders Kaseorg 2019-08-06 18:21:38 -0700
  • 725c7574a5 bots: Use ImportError in Python<3.6 for failed import of bot by name. neiljp (Neil Pilgrim) 2019-07-26 21:32:02 -0700
  • f09017ece6 travis: Remove support for python 3.4; add support for 3.7. neiljp (Neil Pilgrim) 2019-07-27 16:34:30 -0700
  • e5bcd095fd pypi: Release version 0.6.1. Eeshan Garg 2019-07-14 21:17:53 -0230
  • 1231da46bf log2zulip: Remove unnecessary loop and fix incorrect variable name. Puneeth Chaganti 2019-06-12 10:40:05 +0530
  • ca1b415a1b docs: Change integration docs so that all the pages from portico/integrations look the same. Alexandra Ciobica 2019-06-10 16:23:01 +0200
  • 0e8347d440 bot tests: Improve test coverage for TicTacToeModel. Sheehan Khan 2019-04-07 19:05:46 -0400
  • c2e5b14034 api: Add UnrecoverableNetworkError Exception & use in do_api_query. neiljp (Neil Pilgrim) 2019-03-23 21:31:36 -0700
  • accfa8ddaf pypi: Release version 0.6.0. Eeshan Garg 2019-03-19 19:43:23 -0230
  • 3bbe972314 tools: Disable python3 shebang lint check for botserver. Tim Abbott 2019-03-18 13:58:11 -0700
  • fae8e4c0b0 botserver: Add a python3 !# line. Tim Abbott 2019-03-18 13:08:46 -0700
  • 3a2e85c2b1 zulip: Fix argument name in add/remove reaction example comment. Eeshan Garg 2019-03-02 19:12:01 -0330