summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/project/ChangeControl.java
Commit message (Expand)AuthorAgeFilesLines
* Hide the "defer" button if a change in state INTEGRATINGIsmo Haataja2014-10-081-1/+5
* Show review scores for staged changesIsmo Haataja2014-06-201-5/+6
* Add new change state "deferred".Ismo Haataja2014-06-201-1/+11
* Staging branch featureIsmo Haataja2014-06-201-1/+24
* Remove unnecessary @SuppressWarnings annotations in ChangeControlDavid Pursehouse2013-04-221-2/+0
* Gracefully fail when submit_rule/1 has no solutionsShawn Pearce2013-04-191-7/+13
* Allow evaluating submit rules for draft changesDave Borowitz2013-03-221-21/+23
* Access LabelTypes through ProjectState rather than globallyDave Borowitz2013-03-111-0/+6
* Widen category value to int in a few locationsShawn Pearce2013-03-081-1/+1
* Fix generation of ChangeInfo.removable_reviewersDave Borowitz2013-02-271-2/+6
* Make deleting and publishing drafts a grantable permissionDavid Pursehouse2012-12-121-2/+4
* Use /changes/{id}/revisions/{sha1}/submit to submit changesShawn O. Pearce2012-11-261-0/+4
* Add "Force Edit" option on the Edit Topic Name permissionDavid Pursehouse2012-11-171-6/+10
* Merge branch 'stable-2.6'Shawn O. Pearce2012-11-161-5/+0
|\
| * Allow seeing the submit type for patch sets which are not currentEdwin Kempin2012-11-131-5/+0
* | Make the ability to edit topic names a grantable permissionDavid Pursehouse2012-11-161-0/+10
* | Make the ability to view draft changes a grantable permissionDavid Pursehouse2012-11-141-1/+1
|/
* Support controlling the submit type for changes from PrologSasa Zivkov2012-10-111-4/+81
* Remove unnecessary Prolog-to-Java conversion from submit filtersSasa Zivkov2012-10-111-1/+2
* ChangeControl: Extract Prolog submit rule evaluation to its own methodMagnus Bäck2012-10-111-106/+15
* Display submit type in the change info blockSasa Zivkov2012-10-111-0/+6
* Add ssh command "test-submit-rule"Johan Björk2012-10-051-1/+1
* Split up canSubmit()Johan Björk2012-10-051-6/+12
* Make the ability to remove reviewers a grantable permissionChad Horohoe2012-09-141-3/+4
* Also check if user can upload in order to restoreChad Horohoe2012-06-271-1/+2
* Add new ACL for abandoning changesChad Horohoe2012-06-071-0/+1
* Make NoBlock and NoOp approval category functions workMagnus Bäck2012-05-291-3/+10
* Add a new permission to permit rebasing changes in the web UIEdwin Kempin2012-05-091-1/+2
* Assume labels are correct in ListChangesShawn O. Pearce2012-05-021-2/+10
* Bulk load change and patch set data, reuse approvalsShawn O. Pearce2012-05-011-17/+29
* Pass PatchSet not PatchSet.Id to canSubmit()Shawn O. Pearce2012-05-011-9/+9
* Restrict rebase a change in web UI to change owner, submitterShawn O. Pearce2012-04-271-1/+1
* Add rebase button to the change screenGustaf Lundh2012-03-271-0/+5
* Updated to gwtorm 1.4.Colby Ranger2012-03-071-8/+8
* Fix deleting/publishing of draft patch sets for non draft changesEdwin Kempin2012-02-131-7/+5
* Unify logic for validating draft deletionsConley Owens2012-02-071-1/+9
* Make PublishAction require ownership & visiblityConley Owens2012-02-031-1/+5
* Add pushing drafts to refs/draft/Jason Tsay2011-12-121-0/+27
* Draft status patchset and change prefilterJason Tsay2011-12-121-0/+8
* ChangeControl visibility takes draft into accountJason Tsay2011-12-121-8/+36
* Fix miscellaneous compiler warningsEdwin Kempin2011-11-031-3/+3
* Add resource closing to PrologEnvironmentJason Tsay2011-07-151-62/+70
* Add inheritance of prolog rulesJason Tsay2011-07-111-1/+58
* Refactor error messages in ChangeControl canSubmit()Martin Fick2011-06-211-63/+35
* Update approvals in web UI to adapt to rules.pl submit_ruleShawn O. Pearce2011-06-201-69/+147
* Make administrator, create-project a global capabilityShawn O. Pearce2011-06-161-2/+2
* Move CapabilityControl onto CurrentUserShawn O. Pearce2011-06-161-4/+0
* Fix a number of warnings that have crept inShawn O. Pearce2011-06-161-1/+1
* Fix reference to default_submit ruleShawn O. Pearce2011-06-161-3/+4
* Add per-project prolog submit rule filesJason Tsay2011-06-131-12/+23