summaryrefslogtreecommitdiffstats
path: root/gerrit-acceptance-framework
Commit message (Expand)AuthorAgeFilesLines
* Set version to 2.13v2.13David Pursehouse2016-09-211-1/+1
* Set version to 2.13-rc1David Pursehouse2016-09-151-1/+1
* Option to reject implicit merges when pushing changes for reviewSaša Živkov2016-09-011-0/+5
* PluginDaemonTest: Expose plugin nameDavid Ostrovsky2016-08-251-1/+1
* Merge branch 'stable-2.12'David Pursehouse2016-08-101-0/+10
|\
| * RestApiServlet: Allow HEAD requestsDavid Pursehouse2016-08-082-0/+13
| * Set version to 2.12.3v2.12.3David Pursehouse2016-07-071-1/+1
* | Add REST API endpoints for user's contribution agreementsDavid Pursehouse2016-08-091-0/+4
* | Add ADD_PATCH_SET logic to lock patch setsPatrick Hiesel2016-07-261-0/+6
* | Add more tests for submodule subscriptionsZhen Chen2016-07-211-2/+16
* | Organize importsDavid Pursehouse2016-07-201-2/+1
* | Merge "Add 'Parent $x' options to diff for merge commits"Dave Borowitz2016-07-192-6/+70
|\ \
| * | Add 'Parent $x' options to diff for merge commitsDawid Grzegorczyk2016-07-152-6/+70
* | | {Account|Change}IT: Move mail reply-to assertion to AbstractDaemonTestDavid Pursehouse2016-07-141-0/+10
* | | Add merge feature into /changes REST endpointZhen Chen2016-07-111-0/+5
* | | Use account index for reviewer suggestionEdwin Kempin2016-07-071-1/+7
* | | Add basic tests for project watch notificationsEdwin Kempin2016-07-061-0/+5
* | | ProjectIT: Add tests for ref-updated events on project creationDavid Pursehouse2016-07-011-0/+5
|/ /
* | Merge branch 'stable-2.12'David Pursehouse2016-06-271-2/+2
|\|
| * Update issue tracker URL in POM filesDavid Pursehouse2016-06-231-2/+2
* | Merge "Implement Bazel build"Edwin Kempin2016-06-241-0/+60
|\ \
| * | Implement Bazel buildDavid Ostrovsky2016-06-141-0/+60
* | | Hoist createChange methods out of AbstractSubmitDave Borowitz2016-06-231-0/+23
* | | Merge "Prevent pushing of patch sets onto invisible patch sets"Edwin Kempin2016-06-231-2/+8
|\ \ \
| * | | Prevent pushing of patch sets onto invisible patch setsPatrick Hiesel2016-06-231-2/+8
* | | | Migrate reviewer-deleted event to new event frameworkDavid Pursehouse2016-06-231-5/+39
* | | | Make hooks/events listen to the new API Events.Martin Fick2016-06-231-0/+1
|/ / /
* | | EventRecorder#assertRefUpdatedEvents: Fix NPE when expecting null refDavid Pursehouse2016-06-211-2/+8
* | | AbstractDaemonTest: Record events as the admin userDavid Pursehouse2016-06-211-1/+1
* | | AbstractSubmit: Move getHead(), etc, up to AbstractDaemonTestDavid Pursehouse2016-06-211-0/+25
* | | submitted_together: Add option to count non-visible changesJonathan Nieder2016-06-171-7/+23
* | | Revert "submitted_together: Add a dummy change for not visible changes"Jonathan Nieder2016-06-161-11/+2
* | | Support async change operations directly in BatchUpdateDave Borowitz2016-06-161-1/+0
* | | DeleteBranchIT: Add assertion on expected ref-updated eventsDavid Pursehouse2016-06-161-0/+20
* | | Move EventRecorder setup to AbstractDaemonTestDavid Pursehouse2016-06-161-0/+16
* | | Extend submit tests with more assertions on eventsDavid Pursehouse2016-06-151-31/+62
* | | AbstractDaemonTest: Increase change update threadpool sizeDave Borowitz2016-06-141-0/+1
* | | Merge changes from topic 'behind-the-back'Dave Borowitz2016-06-141-0/+17
|\ \ \
| * | | Add a test for a single push of N changesDave Borowitz2016-06-131-0/+17
* | | | submitted_together: Add a dummy change for not visible changesStefan Beller2016-06-131-2/+11
|/ / /
* | | SubmitByMergeAlwaysIT: Test ref-updated event for multiple changesDavid Pursehouse2016-06-131-0/+10
* | | Refactor event capturing in submit tests for more precise assertionsDavid Pursehouse2016-06-131-0/+119
|/ /
* | Merge changes I5c6d9b49,Icf9cb1f3David Pursehouse2016-06-091-0/+10
|\ \
| * | Merge branch 'stable-2.12'Marco Miller2016-05-251-0/+10
| |\|
| | * RebaseSorter: leave commit /merge candidate as interesting if referencedMarco Miller2016-05-181-0/+13
* | | Consistently annotate changeCache as @NullableJonathan Nieder2016-06-061-2/+3
* | | VisibleRefFilter Avoid touching the database for draftsDave Borowitz2016-06-061-4/+9
* | | Use one reflection util to assert all preferencesEdwin Kempin2016-06-031-0/+47
* | | VisibleRefFilter: Check visibility of refs/users/ branchesEdwin Kempin2016-06-011-5/+18
* | | Merge "RestSession: Add helper method to send HEAD request to REST endpoint"Edwin Kempin2016-05-301-0/+4
|\ \ \