Add controls to select base and tip commits in the RB.DiffCommitListView
Review Request #10132 — Created Aug. 30, 2018 and submitted
The
RB.DiffCommitListView
can now optionally display controls for
selecting between base and tip commits to control what will be displayed
in the diffviewer. The actual logic for changing the diffs is not yet
implemented -- just the control itself.
Ran JS tests.
Description | From | Last Updated |
---|---|---|
Screenshot? |
david | |
Col: 36 Missing semicolon. |
reviewbot | |
Col: 55 Missing semicolon. |
reviewbot | |
Col: 36 Missing semicolon. |
reviewbot | |
Col: 55 Missing semicolon. |
reviewbot | |
Col: 36 Missing semicolon. |
reviewbot | |
Col: 55 Missing semicolon. |
reviewbot | |
Col: 36 Missing semicolon. |
reviewbot | |
Alphabetical order. |
chipx86 | |
If there is no parent in the collection. |
chipx86 | |
Indentation is incorrect for the comment. |
chipx86 | |
Alphabetical order. |
chipx86 | |
Alphabetical order. |
chipx86 | |
Alphabetical order. |
chipx86 | |
"Option Args" |
chipx86 | |
Indentation is wrong. This would fit on one line though. |
chipx86 | |
Parents around the ternary. The ? and : should also align with tipCommitID. |
chipx86 | |
You can start the first parameter on the listenTo line. |
chipx86 | |
Missing docs. |
chipx86 | |
This looks like leftover debugging? Maybe just put a TODO here, or leave out the function until it's implemented. |
chipx86 |
- Change Summary:
-
jshint
- Commit:
-
d94e73216a2731f8145db559c678ed794548eed2dd6049fdc52410a490dbaec773c9fc57ec42bee2
- Diff:
-
Revision 2 (+466 -46)
Checks run (2 succeeded)
- Change Summary:
-
Rebase.
- Commit:
-
dd6049fdc52410a490dbaec773c9fc57ec42bee240d70a155fabe498aa9da5727b3e0d500b6584a2
- Diff:
-
Revision 3 (+465 -42)
Checks run (2 succeeded)
- Change Summary:
-
Use PKs over commit IDs
- Commit:
-
40d70a155fabe498aa9da5727b3e0d500b6584a2b8dbaac0cdab0f09f31d5cd4664940a8852cdfce
- Diff:
-
Revision 4 (+501 -42)
- Change Summary:
-
CommitId -> CommitID
- Commit:
-
b8dbaac0cdab0f09f31d5cd4664940a8852cdfcea8d48b089479dad6e428c256a5407aae78668636
- Diff:
-
Revision 5 (+501 -42)
- Change Summary:
-
CommitId -> CommitID
- Commit:
-
a8d48b089479dad6e428c256a5407aae786686365d7974aaa61deb8c8a3e0f8b069b1f6c10c4df07
- Diff:
-
Revision 6 (+502 -42)
- Change Summary:
-
jshint
- Commit:
-
5d7974aaa61deb8c8a3e0f8b069b1f6c10c4df077dc3256855ee1bad9194f4f2a097d42dc239ecf0
- Diff:
-
Revision 7 (+502 -42)
Checks run (2 succeeded)
- Change Summary:
-
Addressed feedback.
- Commit:
-
7dc3256855ee1bad9194f4f2a097d42dc239ecf0bd800863428aee90eac9692467f176d6a02c1045
- Diff:
-
Revision 8 (+488 -40)
Checks run (2 succeeded)
- Change Summary:
-
Addressed feedback.
- Commit:
-
bd800863428aee90eac9692467f176d6a02c10453391784d04c69d3d283713e2d61f0492e31fb2e8
- Diff:
-
Revision 9 (+494 -40)