Remove most of the deprecated code scheduled to be removed for 5.0

Review Request #12428 — Created June 30, 2022 and submitted — Latest diff uploaded

Information

Review Board
release-5.0.x

Reviewers

This change removes the majority of the deprecated code and
functionality that's been scheduled for 5.0. The only one left is
get_orig_commit_id(), which is still used by the Mercurial diff
parsers. That will be a more invasive change, and will be done
separately.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Remove most of the deprecated code scheduled to be removed for 5.0
This change removes the majority of the deprecated code and functionality that's been scheduled for 5.0. The only one left is `get_orig_commit_id()`, which is still used by the Mercurial diff parsers. That will be a more invasive change, and will be done separately. Testing Done: Ran unit tests.
3ea881b0a4fb18aba59708e1711731763ff891bb David Trowbridge
reviewboard/admin/checks.py
reviewboard/admin/widgets.py
reviewboard/admin/forms/search_settings.py
reviewboard/admin/tests/test_search_settings_form.py
reviewboard/diffviewer/diffutils.py
reviewboard/diffviewer/parser.py
reviewboard/diffviewer/tests/test_diff_parser.py
reviewboard/integrations/__init__.py
Loading...