1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 01:12:41 +01:00
phorge-phorge/src/applications/audit
Chad Little 283a95d2aa Build a page for viewing all inline comments
Summary: Adds a very basic list of all inline comments, threaded, and their status. Kept this a little simpler than the mock, mostly because sorting here feels a little strange given threads would be all over the place. Not sure sorted is needed in practice anyways. I'd probably lean towards just adding a JS checkbox to hide certain rows if needed in the future.

Test Plan:
Test various commenting structures:

 - Leave Comment
 - Update Diff
 - Leave new comment
 - Reply to comment
 - Reply to comment as revision author
 - Mark items as done
 - Update diff again

{F4996915}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D18112
2017-06-12 11:31:20 -07:00
..
application Provide bucketing for commits in Audit 2017-01-12 12:04:05 -08:00
conduit Remove several pieces of audit-related code 2017-01-30 15:26:26 -08:00
constants Remove several pieces of audit-related code 2017-01-30 15:26:26 -08:00
controller Merge "Audit" more completely into "Diffusion" 2017-01-11 16:28:42 -08:00
editor Ignore "Auditors: author" when inferring auditors from commit messages 2017-03-16 13:57:51 -07:00
mail Merge "Audit" more completely into "Diffusion" 2017-01-11 16:28:42 -08:00
management Make "bin/audit synchronize" actually save changes 2017-01-31 12:23:49 -08:00
query Restrict Audit buckets to just ApplicationSearch views 2017-03-23 12:46:19 -07:00
storage Build a page for viewing all inline comments 2017-06-12 11:31:20 -07:00
view Fix some error log issues with uninitialized commit/revision lists 2017-05-14 13:28:02 -07:00