Add a model representation of a commit in a series
Review Request #9609 — Created Feb. 10, 2018 and submitted — Latest diff uploaded
This is the first of a series of commits to introduce support for commit
series review. This patch adds the necessary database model
(DiffCommit
) and updates the existing models to introduce
relationships.
Ran unit tests.
Applied evolution.
Diff Revision 4
This is not the most recent revision of the diff. The latest diff is revision 20. See what's changed.
orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
reviewboard/diffviewer/admin.py |
---|
reviewboard/diffviewer/evolutions/__init__.py |
---|
reviewboard/diffviewer/evolutions/diff_commit_relations.py |
---|
reviewboard/diffviewer/models/__init__.py |
---|
reviewboard/diffviewer/models/diff_commit.py |
---|
reviewboard/diffviewer/models/diff_set.py |
---|
reviewboard/diffviewer/models/file_diff.py |
---|
reviewboard/diffviewer/models/mixins.py |
---|