Files
zulip/tools
Mateusz Mandera cae803e8a9 bots: Remove FEEDBACK_BOT implementation.
This legacy cross-realm bot hasn't been used in several years, as far
as I know.  If we wanted to re-introduce it, I'd want to implement it
as an embedded bot using those common APIs, rather than the totally
custom hacky code used for it that involves unnecessary queue workers
and similar details.
Backported to the 2.1.x branch.
2020-02-19 15:26:08 +01:00
..
2019-08-25 15:04:12 -07:00
2019-06-14 15:49:56 -07:00
2019-11-13 12:38:45 -08:00
2019-08-06 23:29:11 -07:00
2019-08-09 17:22:45 -07:00
2019-02-02 17:10:31 -08:00
2019-11-13 13:26:02 -08:00
2019-08-06 23:29:11 -07:00
2019-11-04 18:12:11 -08:00

This directory contains scripts that are used in building, managing, testing, and other forms of work in a Zulip development environment. Note that tools that are also useful in production belong in scripts/ or should be Django management commands.

For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.