summaryrefslogtreecommitdiffstats
path: root/gerrit-acceptance-tests/src/test/java/com/google/gerrit/acceptance/rest/change/DraftChangeIT.java
Commit message (Expand)AuthorAgeFilesLines
* Discontinue draft workflowDavid Ostrovsky2017-09-301-295/+0
* RemoveDrafts: disallow creation of new draftsDavid Ostrovsky2017-09-151-6/+56
* AbstractDaemonTest: Toggle draft status of change and patch setDavid Ostrovsky2017-07-271-87/+14
* Standardize ordering of AbstractDaemonTest#block/deny/allow argumentsHan-Wen Nienhuys2017-05-181-4/+4
* Pull BatchUpdate.Factory field up into AbstractDaemonTestDave Borowitz2017-05-021-5/+2
* Check delete change with PermissionBackendShawn Pearce2017-04-241-2/+1
* Make class DraftChangeIT.MarkChangeAsDraftUpdateOp staticEdwin Kempin2017-03-151-1/+1
* Move BatchUpdate *Op and Listener to new filesDave Borowitz2017-03-131-2/+3
* BatchUpdate: Extract interfaces for *ContextDave Borowitz2017-03-131-2/+3
* Move BatchUpdate to a new packageDave Borowitz2017-03-131-1/+1
* Conistently import Collectors.* staticallyPatrick Hiesel2017-03-021-5/+2
* Format all Java files with google-java-formatDave Borowitz2017-02-071-69/+42
* DraftChangeIT: Simplify throws clausesDavid Pursehouse2016-10-251-8/+3
* Allow deletion of open and abandoned changesAlice Kober-Sotzek2016-10-241-14/+206
* Always use REVIEW state in ReviewDbLogan Hanks2016-08-121-4/+1
* AbstractDaemonTest: Add user SSH sessionDavid Pursehouse2016-04-251-4/+4
* Use an enum for various NoteDb scenarios in testsDave Borowitz2016-03-251-2/+2
* acceptance-tests: Only declare methods as throwing ExceptionDavid Pursehouse2016-02-241-6/+3
* DraftChangeIT: Hoist createDraftChange up to AbstractDaemonTestDavid Pursehouse2016-02-241-4/+0
* ChangeJson: Fix approvals for draft changesDave Borowitz2016-01-271-0/+38
* Move ChangeUtil#deleteDraftChange to its own Op implementationDave Borowitz2015-12-091-1/+2
* RestResponse: Add helper methods to perform assertions on status codeDavid Pursehouse2015-11-091-8/+4
* Publish draft patch set: Update db after removing draft flagEdwin Kempin2015-10-291-0/+2
* Batch more deletes together when deleting draft changesDave Borowitz2015-08-051-0/+4
* Use distinct project names for each acceptance test methodDave Borowitz2015-03-271-4/+4
* Always return the same message when the draft workflow is disabledEdwin Kempin2015-02-021-1/+1
* DraftChangeIT: Also test when allowDrafts=falseDavid Pursehouse2015-01-301-0/+132