Plumb through extra_data provided by diff parsers.

Review Request #11295 — Created Nov. 20, 2020 and submitted — Latest diff uploaded

Information

Review Board
release-3.0.x

Reviewers

This change makes it so custom diff parsers (associated with specific
SCMTools) can provide additional extra_data to be set on the FileDiff.
This change does the plumbing to take the extra_data from the parser and
store it in the database.

Used in conjunction with other changes.

Diff Revision 2 (Latest)

orig
1
2

Commits

First Last Summary ID Author
Plumb through extra_data provided by diff parsers.
This change makes it so custom diff parsers (associated with specific SCMTools) can provide additional extra_data to be set on the FileDiff. This change does the plumbing to take the extra_data from the parser and store it in the database. Testing Done: - Ran unit tests. - Used in conjunction with other changes.
d06640b5ac05161e01127fea01fc99d5023d0115 David Trowbridge
reviewboard/diffviewer/managers.py
reviewboard/diffviewer/parser.py
reviewboard/diffviewer/tests/test_diff_parser.py
reviewboard/diffviewer/tests/test_diffset_manager.py
Loading...