zulip/puppet/zulip_ops/files
Anders Kaseorg 5901e7ba7e python: Convert function type annotations to Python 3 style.
Generated by com2ann (slightly patched to avoid also converting
assignment type annotations, which require Python 3.6), followed by
some manual whitespace adjustment, and six fixes for runtime issues:

-    def __init__(self, token: Token, parent: Optional[Node]) -> None:
+    def __init__(self, token: Token, parent: "Optional[Node]") -> None:

-def main(options: argparse.Namespace) -> NoReturn:
+def main(options: argparse.Namespace) -> "NoReturn":

-def fetch_request(url: str, callback: Any, **kwargs: Any) -> Generator[Callable[..., Any], Any, None]:
+def fetch_request(url: str, callback: Any, **kwargs: Any) -> "Generator[Callable[..., Any], Any, None]":

-def assert_server_running(server: subprocess.Popen[bytes], log_file: Optional[str]) -> None:
+def assert_server_running(server: "subprocess.Popen[bytes]", log_file: Optional[str]) -> None:

-def server_is_up(server: subprocess.Popen[bytes], log_file: Optional[str]) -> bool:
+def server_is_up(server: "subprocess.Popen[bytes]", log_file: Optional[str]) -> bool:

-    method_kwarg_pairs: List[FuncKwargPair],
+    method_kwarg_pairs: "List[FuncKwargPair]",

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-04-18 20:42:48 -07:00
..
apache nagios: Update apache configuration to be generated. 2017-10-05 21:51:29 -07:00
apt/apt.conf.d text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
builder
certs puppet: Remove old Dropbox certificates. 2016-10-25 23:52:30 -07:00
cron.d team: Generate team page data using cron job. 2020-04-08 12:52:31 -07:00
munin cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
munin-plugins text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
nagios3 puppet: Update nagios checks for disk to exclude kernel filesystems. 2020-04-16 17:49:29 -07:00
nagios_plugins/zulip_zephyr_mirror python: Convert function type annotations to Python 3 style. 2020-04-18 20:42:48 -07:00
nginx/sites-available dependencies: Remove WebSockets system for sending messages. 2020-01-14 22:34:00 -08:00
postgresql puppet: Use systemctl instead of pg_ctlcluster on CentOS. 2019-01-05 15:49:03 -08:00
supervisor/conf.d puppet: Make old redis_tunnel configuration usable. 2017-10-05 20:40:22 -07:00
common-session puppet: Add PAM common_session disabling systemd-login. 2017-01-06 21:49:15 -08:00
dot_emacs.el cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
log2zulip.conf
log2zulip.zuliprc
motd.lb0 cleanup: Delete trailing newlines. 2019-08-06 23:29:11 -07:00
sshd_config puppet: Increase MaxStartups SSH configuration. 2017-03-08 22:28:16 -08:00
zephyr-clients.debathena
zulip-ec2-configure-interfaces text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
zulip-ec2-configure-interfaces_if-up.d.sh