Age | Commit message (Collapse) | Author | Files | Lines |
|
Now that MozReview's ReviewRequestSummary API has diff stats (lines added
and removed), we can display that in BMO's MozReview table.
I also removed the commit ID and made the summary link to the diff, since
the former doesn't seem to be particularly useful.
|
|
|
|
|
|
Each child review-request summary is prefaced with the abbreviated commit
hash, which is also a link to the diff. This looks similar to the summary
table in MozReview itself.
|
|
perl and javascript
|
|
Instead of issuing separate calls for every MozReview
request associated with a given bug, call the new
MozReview summaries-by-bug API exactly once.
|
|
|
|
|
|
Add an extension called "MozReview" (and an addition hook to
bug/edit.html.tmpl) that displays a table of MozReview request
summaries on show_bug if there are any MozReview attachments
in the current bug.
|