Tim Abbott
Tim Abbott
Zulip uses both Tornado and Django as part of our project, using the built-in autoreload tooling for both projects. We've for a long time been plagued by an annoying issue...
We have 4 documents on how to install the desktop app: * https://zulip.com/apps * https://zulip.com/help/desktop-app-install-guide (HTML for production, most visually polished) * https://github.com/zulip/zulip-desktop/blob/master/how-to-install.md (production) * https://github.com/zulip/zulip-desktop/blob/master/development.md (development) I think ideally...
This is a preparatory issue for a piece of work that will be eventually required to correctly implement Zulip's future user-group based permissions model. In https://github.com/zulip/zulip/issues/21611, we add API support...
I just tracked down and annoying behavior change that we got in using Pyflakes when we upgraded from Python 2 to Python 3 in the Zulip project. It's related to...
See https://chat.zulip.org/#narrow/stream/2-general/subject/docker-zulip/near/670170 for the report; claim is it's a permissions issue.
@armooo did some good work on using Helm with this project, located here: https://github.com/armooo/zulip-helm. We should integrate that with this project (at the very least, writing a nice HOWTO guide...
As reported in https://github.com/zulip/docker-zulip/issues/250#issuecomment-652813397, some users appear to have error log files that are far larger than the limits configured in our supervisord configuration.
A user reported seeing this output when running `docker-compose` operations for the Zulip container: ``` ~/docker-zulip$ sudo docker-compose pull [sudo] Passwort für ilyas: WARNING: The GVqF variable is not set....
See https://github.com/zulip/docker-zulip/pull/136#discussion_r201022978 for some context; basically, our implementation of the `http_only` feature slows down the container's startup process. What we'll want to do is check if the hash of `/etc/zulip/zulip.conf`...
We should consider offering a documented option for streaming logs to stdout (this is a somewhat common Django setup). This may just involve a mode that runs `tailf /var/log/zulip/server.log` after...