summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/change
Commit message (Expand)AuthorAgeFilesLines
* Remove incorrect information message when commenting an old patch setIsmo Haataja2015-01-131-1/+1
* Drop extra review note when doing certain operations via SSHIsmo Haataja2014-10-151-1/+4
* Drop review scores if a new patch set pushed during reviewIsmo Haataja2014-10-151-7/+15
* Remove incorrect error message after reviewing a changeIsmo Haataja2014-10-151-1/+3
* Always allow commenting a patch setIsmo Haataja2014-06-201-0/+16
* Show review scores for staged changesIsmo Haataja2014-06-202-2/+2
* Add new change state "deferred".Ismo Haataja2014-06-204-4/+157
* E-mail filter for publish commentsTomas Ljunggren2014-06-201-8/+51
* Staging branch featureIsmo Haataja2014-06-206-3/+582
* Merge branch 'stable-2.6' into stable-2.7Shawn Pearce2013-11-181-3/+1
|\
| * Update patch status before skipping duplicate emailsDoug Kelly2013-11-071-3/+1
* | Merge branch 'stable-2.6' into stable-2.7Dave Borowitz2013-09-301-2/+3
|\|
| * Fix: Duplicate options of permitted_labels.Bruce Zu2013-09-301-2/+3
* | Merge branch 'stable-2.6' into stable-2.7David Pursehouse2013-09-261-7/+6
|\|
| * Fix: change list shows '1' instead of '-1' for label score.Bruce Zu2013-09-261-6/+6
| * Remove unused importsBruce Zu2013-09-261-1/+0
* | Merge branch 'stable-2.6' into stable-2.7David Pursehouse2013-08-291-35/+26
|\|
| * fix: NoOp score not displayed for open changesPravin Sethia2013-08-191-35/+26
* | Log when notify = null during /reviewShawn Pearce2013-05-061-0/+1
* | Merge "Add refs/for/<branch>%submit to auto-merge during push"Shawn Pearce2013-04-221-19/+30
|\ \
| * | Add refs/for/<branch>%submit to auto-merge during pushEdwin Kempin2013-04-101-19/+30
* | | Merge "Remove redundant footerLines argument from ChangeInserter"David Pursehouse2013-04-221-8/+6
|\ \ \
| * | | Remove redundant footerLines argument from ChangeInserterGustaf Lundh2013-04-221-8/+6
| |/ /
* | | Merge branch 'stable-2.6'Shawn Pearce2013-04-192-6/+5
|\ \ \ | |/ / |/| / | |/
| * Gracefully fail when submit_rule/1 has no solutionsShawn Pearce2013-04-192-6/+5
* | Revert should use changeInserter for easier maintenence.Gustaf Lundh2013-04-091-11/+4
* | Merge "Allow changeInserter to insert ChangeMessages"David Pursehouse2013-04-091-0/+11
|\ \
| * | Allow changeInserter to insert ChangeMessagesGustaf Lundh2013-03-121-0/+11
* | | Merge "Add serialVersionUID in ChangeTriplet.ParseException"Shawn Pearce2013-04-031-0/+2
|\ \ \
| * | | Add serialVersionUID in ChangeTriplet.ParseExceptionDavid Pursehouse2013-04-031-0/+2
* | | | Merge branch 'stable-2.6'Shawn Pearce2013-04-021-13/+18
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Disallow voting for patch sets other than the current oneDave Borowitz2013-04-021-3/+8
| * | ChangeJson: Extract a method for checking ListChangesOptionsDave Borowitz2013-04-021-11/+11
* | | Merge "Add a class for parsing a ChangeTriplet"Shawn Pearce2013-03-282-51/+91
|\ \ \
| * | | Add a class for parsing a ChangeTripletConley Owens2013-03-202-51/+91
* | | | Merge branch 'stable-2.6'Shawn Pearce2013-03-272-1/+8
|\ \ \ \ | | |/ / | |/| |
| * | | Fix error message when adding a reviewer that does not existShawn Pearce2013-03-272-1/+8
* | | | Add change messages to Get Change Detail REST api callJohn Spurlock2013-03-263-2/+49
* | | | New REST api endpoints for reading published commentsJohn Spurlock2013-03-2511-57/+295
|/ / /
* | | Allow evaluating submit rules for draft changesDave Borowitz2013-03-222-2/+3
* | | Ensure ApprovalTable contains cells for all users/labelsDave Borowitz2013-03-221-29/+35
|/ /
* | Fix dummy approvals for users that can vote on a labelDave Borowitz2013-03-141-3/+6
* | Remove workflow package and replace with simple LabelNormalizerDave Borowitz2013-03-142-19/+17
* | Fully support voting with arbitrary labelsDave Borowitz2013-03-143-10/+10
* | Remove ApprovalCategory and ApprovalCategoryValueDave Borowitz2013-03-145-30/+25
* | Remove most remaining references to ApprovalCategory(Value)Dave Borowitz2013-03-142-12/+6
* | Drop LabelType.getPosition()Dave Borowitz2013-03-143-40/+3
* | Remove account parsing from ReviewersEdwin Kempin2013-03-122-51/+17
* | Remove unnecessary handling of NoSuchChangeException in PostReviewersEdwin Kempin2013-03-121-14/+7
|/
* Break out parts of ReceiveCommits.insertChange()Gustaf Lundh2013-03-121-0/+76