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.

Changes between revision 1 and 2

orig
1
2

Commits

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: Used in conjunction with other changes.
8766e2410c4da20ab8a4a8d0e2a6a711a2981568 David Trowbridge
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/tests/test_diff_parser.py
reviewboard/diffviewer/tests/test_diffset_manager.py
Loading...