zulip/tools/lib
Steve Howell 752d6dc6df tools: Remove find-add-class tool.
I added this tool a few years ago, and I did have
a vision for how it would improve our codebase, but
I can't remember exactly where I was going with it.

At this point the tool is just a little too noisy
to be helpful.  An example of it creating confusion
was a recent PR where somebody was patching
user_circle_class in the PM list, and we already
had similar code in the buddy list, because they
use the same CSS.  I mean, there was possibly a way
that the code could have been structured to remove
some of the duplication, but it probably would have
just moved the complexity around.

I just don't think it's worth maintaining the tool
at this point.
2020-01-14 15:45:49 -08:00
..
__init__.py Extract tools/lib/template_parser.py. 2016-08-01 16:27:50 -07:00
capitalization.py realm: Add private_message_policy setting. 2020-01-13 12:20:42 -08:00
gitlint-rules.py lint: Allow revert commit messages in gitlint. 2018-02-13 09:21:01 -08:00
graph.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
html_branches.py python: Migrate open statements to use with. 2019-07-20 15:48:52 -07:00
html_grep.py python: Migrate open statements to use with. 2019-07-20 15:48:52 -07:00
pretty_print.py cleanup: Delete leading newlines. 2019-08-06 23:29:11 -07:00
provision_inner.py scripts: Move inline-email-css from tools to scripts. 2019-11-15 17:39:42 -08:00
provision.py provision: Install postgresql-devel on CentOS as system dependency. 2020-01-07 13:25:25 -08:00
sanity_check.py python: Mark intentionally unused imports with noop statements. 2019-02-22 16:54:47 -08:00
template_parser.py templates: Abstract render_bundle behind a Jinja2 macro. 2019-09-17 16:06:33 -07:00
test_script.py python: Migrate open statements to use with. 2019-07-20 15:48:52 -07:00
test_server.py mypy: Upgrade from 0.720 to 0.730. 2019-11-13 12:38:45 -08:00