zulip/tools/linter_lib
Tim Abbott 256091dc15 settings: Merge settings API endpoints.
This API change removes unnecessary complexity from a client that
wants to change a user's personal settings, and also saves developers
from needing to make decisions about what sort of setting something is
at the API level.

We preserve the old settings endpoints as mapping to the same function
as the new one for backwards-compatibility. We delete the
documentation for the old endpoints, though the documentation for the
merged /settings endpoint mentions how to use the old endpoints when
needed.

We migrate all backend tests to the new endpoints, except for
individual tests for each legacy endpoint to verify they still work.

Co-authored-by: sahil839 <sahilbatra839@gmail.com>
2021-07-19 21:14:32 -07:00
..
__init__.py
custom_check.py settings: Merge settings API endpoints. 2021-07-19 21:14:32 -07:00
exclude.py nagios: Replace check_website_response with standard check_http plugin. 2021-07-09 16:47:03 -07:00
pep8.py lint: Restore pycodestyle wrapper’s check for empty list of files. 2020-07-14 13:54:58 -07:00
pyflakes.py settings: Import LDAP settings in prod_settings_template. 2021-05-05 10:55:27 -07:00