Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Review requests and actionable comments #418

Open
wants to merge 77 commits into
base: master
Choose a base branch
from
Open

Review requests and actionable comments #418

wants to merge 77 commits into from

Conversation

veenstra
Copy link
Contributor

My massive change is now ready for beta testing and review. Feel free to add comments and tweak stuff.

This change keeps track of review requests and "actionable" comments. Now you can see all the actions you need to take on one screen.

When someone requests that you review their commit, the request will show up in your "Code review requests" list.

When a reviewer adds a comment to a code review, it will show up on the commit author's "Actionable comments" list as "New". When the commit author resolves the comment (by clicking "Resolve" on the comment), then the comment will show up on the reviewer's "Actionable comments" list as "Resolved". The reviewer can then check that the comment was resolved to his satisfaction and delete it from his "Actionable comments" list or reopen it (by clicking the "Reopen" button on the comment).

Only comments marked as "Response requested" will show up in lists. (This naturally excludes all existing comments.) New comments will have the "Response requested" checkbox selected (unless it is a reply to another comment).

All the new lists are under a new major tab called "Reviews" at the top of the screen.

There are also other lists that are less commonly used and don't require action, that are collapsed by default. Those lists show: "Recently completed requests", "Code review requests (from me)", "Pending comments", and "Closed comments".

Jack Veenstra and others added 30 commits January 10, 2013 13:08
…ngested.

This also fills in the "author_id" field for new commits.
This just displays a list of commits that have unresolved comments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant