Page MenuHomePhabricator

Add filters for CodeReview comments
Closed, ResolvedPublic

Description

It'd be helpful if we could filter comments, especially by author. The other day, I was looking for a comment that Tim had made a while back: I ended up having to dig through the list of recent comments with control-f.


Version: unspecified
Severity: enhancement

Details

Reference
bz26236

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:15 PM
bzimport set Reference to bz26236.
bzimport added a subscriber: Unknown Object (MLST).

See also bug 26567, which is similar but slightly(?) more specific.

Will need an index against code_comment indexing the author

cc_repo_id, cc_author, cc_timestamp - we will want to filter by repo, and then the author... And then order by timestamp.

Added index, groundwork and filtering code.

Just needs either a new form, or something adding to the comments list view to select who/what to filter by

So, this is mostly done

Or we put some sort of link on the comments page, rather than just linking to the userpage..

Any suggestions how to finish this off nicely in the GUI?

Ie how to put the comments link for a specific user, to make it slightly user friendly...

And this is actually a dupe (or more, a subset) of bug 26754, and bug 26567 to some extent...

Closing as such for EASE

  • This bug has been marked as a duplicate of bug 26754 ***