summaryrefslogtreecommitdiffstats
path: root/gerrit-sshd/src/main/java/com/google/gerrit/sshd/commands/ReviewCommand.java
Commit message (Expand)AuthorAgeFilesLines
* Drop extra review note when doing certain operations via SSHv2.7-56-based-v2Ismo Haataja2017-04-271-2/+9
* Add new change state "deferred".Ismo Haataja2017-04-271-4/+44
* Staging branch featureIsmo Haataja2017-04-271-0/+28
* Fix: `gerrit review` with --message does not work with no labelsDavid Pursehouse2013-04-221-5/+3
* Allow project-specific LabelTypes in ReviewCommandDave Borowitz2013-03-111-10/+42
* Rename ApprovalType(s) to LabelType(s)Dave Borowitz2013-03-011-4/+4
* Migrate ApprovalTypes away from ApprovalCategory(Value)Dave Borowitz2013-03-011-9/+6
* Merge "Display command description in ssh gerrit --help"Shawn Pearce2013-02-201-0/+2
|\
| * Display command description in ssh gerrit --helpDavid Ostrovsky2013-02-151-0/+2
* | Avoid loading patch sets multiple times from database in review commandEdwin Kempin2013-01-221-26/+25
|/
* Fix: SSH abandon or restore adds the cover message twiceDavid Pursehouse2012-12-131-3/+12
* Fix: cannot apply review labels when restoring a change over SSHDavid Pursehouse2012-12-131-3/+12
* Use /changes/{id}/revisions/{sha1}/submit to submit changesShawn O. Pearce2012-11-261-4/+11
* Add REST API for /restoreBrad Larson2012-11-231-7/+12
* Update web UI to use /reviewShawn O. Pearce2012-11-231-7/+21
* Update ReviewCommand to use new Abandon interfaceBrad Larson2012-11-161-52/+55
* Update documentation and help text for the review ssh commandDavid Pursehouse2012-07-041-10/+11
* Make RestoreChange accept options/argsConley Owens2012-06-211-3/+5
* Make abandon change accept options/argsConley Owens2012-06-201-3/+6
* No longer throw InvalidChangeOp in changeUpdatedConley Owens2012-06-121-0/+3
* Let (Abandon|Restore)Change take a Change.IdConley Owens2012-05-091-2/+2
* Reject restoring change if its destination branch does not existEdwin Kempin2012-05-091-2/+7
* Refactor SSH commands with SshCommand base classShawn O. Pearce2012-05-081-59/+53
* Allow command line parsing to happen on a different objectShawn O. Pearce2012-04-051-2/+2
* Refactor out approval checking from ReviewCommandConley Owens2012-03-231-34/+0
* Updated to gwtorm 1.4.Colby Ranger2012-03-071-9/+9
* Handle NoSuchChangeException in 'review' SSH commandEdwin Kempin2012-02-141-0/+3
* Refactor DeleteDraft into gerrit-serverConley Owens2012-02-131-29/+17
* Merge "Handle error when publishing non draft patch set"Edwin Kempin2012-02-081-0/+3
|\
| * Handle error when publishing non draft patch setEdwin Kempin2012-02-071-0/+3
* | Unify logic for validating draft deletionsConley Owens2012-02-071-1/+1
|/
* Refactor PublishDraft into gerrit-serverConley Owens2012-02-031-7/+10
* Make PublishAction require ownership & visiblityConley Owens2012-02-031-1/+1
* Refactor submit logic into gerrit-serverConley Owens2012-01-311-119/+45
* Refactor RestoreChange code into gerrit-serverConley Owens2012-01-271-19/+8
* Refactor ChangeHookRunner as an interfaceShawn O. Pearce2012-01-231-2/+2
* Refactor AbandonChange code into gerrit-serverConley Owens2012-01-191-13/+26
* Delete draft changes and patchsetsJason Tsay2011-12-121-0/+35
* Publish draft patchsets in UI and SSHJason Tsay2011-12-121-0/+21
* Option for SSHD review-cmd to always publish the message.Gustaf Lundh2011-11-241-1/+5
* Add a Restored.vm template and use it.Martin Fick2011-06-271-1/+5
* Reuse cached RefControl data in FunctionStateShawn O. Pearce2011-06-241-1/+1
* Merge "Fail review command for changing labels when change is closed"Shawn Pearce2011-06-211-2/+2
|\
| * Fail review command for changing labels when change is closedMartin Fick2011-06-171-2/+2
* | Update approvals in web UI to adapt to rules.pl submit_ruleShawn O. Pearce2011-06-201-7/+57
|/
* Use Prolog Cafe for ChangeControl.canSubmit()Shawn O. Pearce2011-06-131-3/+1
* Add error messages for abandon and restore when in bad stateMartin Fick2011-06-071-19/+23
* Move "ref_rights" table into GitShawn O. Pearce2011-05-191-1/+1
* Remove unused importsNasser Grainawi2011-05-191-2/+0
* Minor refactors prompted by abandon changes in ChangeUtil.Martin Fick2011-03-281-1/+1