summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/change/PostReview.java
Commit message (Expand)AuthorAgeFilesLines
* Always allow commenting a patch setv2.7.0-basedIsmo Haataja2014-06-191-0/+16
* E-mail filter for publish commentsTomas Ljunggren2014-06-121-8/+51
* Staging branch featureIsmo Haataja2014-06-121-1/+2
* Log when notify = null during /reviewShawn Pearce2013-05-061-0/+1
* New REST api endpoints for reading published commentsJohn Spurlock2013-03-251-2/+2
* Fully support voting with arbitrary labelsDave Borowitz2013-03-141-5/+6
* Remove ApprovalCategory and ApprovalCategoryValueDave Borowitz2013-03-141-7/+5
* Remove most remaining references to ApprovalCategory(Value)Dave Borowitz2013-03-141-10/+4
* Access LabelTypes through ProjectState rather than globallyDave Borowitz2013-03-111-5/+6
* Rename ApprovalType(s) to LabelType(s)Dave Borowitz2013-03-011-21/+21
* Migrate ApprovalTypes away from ApprovalCategory(Value)Dave Borowitz2013-03-011-10/+10
* Expect UUID of comment to be URL encoded when posting a reviewEdwin Kempin2013-02-261-1/+1
* Port "mark reviewed" to new JSON APIDave Borowitz2013-01-291-7/+7
* Move Url utility class to restapi packageShawn Pearce2013-01-281-1/+1
* Simplify RestModifyView interfaceShawn Pearce2013-01-261-5/+0
* Allow notify in /review to control email deliveryShawn O. Pearce2013-01-091-1/+12
* Simplify reporting on the number of commentsShawn O. Pearce2012-11-291-31/+4
* Merge "Include summary of file comments in review message"David Pursehouse2012-11-291-4/+31
|\
| * Include summary of file comments in review messageBruce Zu2012-11-291-4/+31
* | Don't send email and fire hook when there's no review messageDavid Pursehouse2012-11-291-7/+9
|/
* Don't report "removal" of a 0 label score in a commentShawn O. Pearce2012-11-281-1/+3
* Fix /review to skip empty change messagesShawn O. Pearce2012-11-261-13/+21
* Fix /review to always add reviewers to changesShawn O. Pearce2012-11-261-9/+44
* Fix draft comment publishingShawn O. Pearce2012-11-251-4/+10
* Accept in_reply_to to thread inline commentsShawn O. Pearce2012-11-231-1/+6
* Update web UI to use /reviewShawn O. Pearce2012-11-231-7/+7
* Fix PostReview validation of approval valuesShawn O. Pearce2012-11-191-1/+1
* Merge "Return updated labels from /review"Shawn O. Pearce2012-11-191-5/+10
|\
| * Return updated labels from /reviewShawn O. Pearce2012-11-191-5/+10
* | Add /changes/{id}/revisions/{commit}/draftsShawn O. Pearce2012-11-181-6/+2
|/
* Add POST /changes/{id}/revisions/{sha1}/reviewShawn O. Pearce2012-11-171-0/+437