zulip/tools/linter_lib
Rhea Parekh 26300110ca import: Fix rendered_content in imported messages.
After the messages have been imported, set the rendered_content of the
messages instead of leaving its value to be 'None'.

This is important to ensure that:
(1) Performance for users is good after completing the import.
(2) The database's full-text indexes have all of the imported messages
(which only happens properly when Message rows have their
rendered_content field edited).

Fixes #9168.
2018-08-09 15:12:53 -07:00
..
__init__.py Extract tools/linter_lib/custom_check.py. 2017-06-05 09:20:21 -07:00
custom_check.py import: Fix rendered_content in imported messages. 2018-08-09 15:12:53 -07:00
exclude.py api: Update lint and analysis code to forget about now-gone files. 2017-07-31 21:24:52 -07:00
pep8.py zulint: Move pycodestyle runner code to library. 2018-08-04 19:54:18 -07:00
pyflakes.py lint: Fix mypy error in check_pyflakes annotations. 2018-08-07 09:59:14 -07:00