summaryrefslogtreecommitdiffstats
path: root/gerrit-acceptance-tests
Commit message (Expand)AuthorAgeFilesLines
* Fix Merge Always and Merge If Necessary strategiesShawn Pearce2014-03-134-0/+161
* Another attempt to fix submit rule evaluation for non blocking labelsDavid Ostrovsky2014-03-061-6/+9
* Fix submit rule evaluation for non blocking labelsDavid Ostrovsky2014-02-253-2/+213
* Pass recursive=true into config.getNames() JGit methodDavid Ostrovsky2014-01-301-1/+1
* ReceiveCommits: Fix PUSH permission check for draft changesDavid Ostrovsky2014-01-272-1/+116
* Don't allow project owners to create branches if create is blockedEdwin Kempin2014-01-271-1/+92
* Add acceptance test for branch creationEdwin Kempin2014-01-271-0/+99
* Don't include the same change twice in GetRelated.Colby Ranger2013-12-124-0/+265
* Merge "Add REST API to toggle starred change state" into stable-2.8Shawn Pearce2013-11-094-1/+129
|\
| * Add REST API to toggle starred change stateShawn Pearce2013-11-084-1/+129
* | Add missing //gerrit-lucene:lucene dep to acceptance-testsShawn Pearce2013-11-061-0/+1
|/
* Run most acceptance tests in-memoryShawn Pearce2013-11-057-39/+220
* Fix missing build dependenciesShawn Pearce2013-11-051-0/+2
* Check preconditions when setting parent project through RESTEdwin Kempin2013-10-171-0/+46
* Add acceptance tests for setting parent project via RESTEdwin Kempin2013-10-171-0/+109
* Merge changes I9ec71290,I6c20de69Shawn Pearce2013-10-161-0/+188
|\
| * Don't allow project owners to delete branches if force push is blockedEdwin Kempin2013-10-161-1/+96
| * Add acceptance test for testing branch deletion via RESTEdwin Kempin2013-10-161-0/+93
* | Remove usages of System.currentTimeMillis() from gerrit-reviewdbDave Borowitz2013-10-161-1/+3
|/
* Fix change messages acceptance testsDavid Pursehouse2013-10-011-6/+7
* Remove jsr305 libraryShawn Pearce2013-09-261-1/+0
* Add our own Nullable implementationSasa Zivkov2013-09-263-6/+3
* Draft changes REST API: Add acceptance testsDavid Ostrovsky2013-09-255-1/+359
* acceptance-tests: Change type of status in ChangeInfo to Change.StatusEdwin Kempin2013-09-252-2/+5
* Suggest reviewers REST API: Add acceptance testsDavid Ostrovsky2013-09-255-2/+218
* Add acceptance tests to test submit with different submit typesEdwin Kempin2013-09-2414-28/+928
* Acceptance tests framework: Allow tests to change Gerrit configurationDavid Ostrovsky2013-09-187-12/+264
* Merge "Acceptance tests: Add method to create admin user"Shawn Pearce2013-09-151-0/+6
|\
| * Acceptance tests: Add method to create admin userDavid Ostrovsky2013-09-141-0/+6
* | Init: Optionally skip plugin installation processDavid Ostrovsky2013-09-141-1/+2
|/
* Fix integration test for garbage collection via SSHEdwin Kempin2013-09-051-1/+1
* Merge "Remove unneeded injection from GarbageCollectionIT"Shawn Pearce2013-08-221-4/+0
|\
| * Remove unneeded injection from GarbageCollectionITEdwin Kempin2013-08-221-4/+0
* | Remove unneeded @SuppressWarnings("resource")Edwin Kempin2013-08-221-1/+0
|/
* Clean up final static to be static finalDavid Ostrovsky2013-08-191-3/+3
* Merge "Fix change stuck in SUBMITTED state but actually merged"Dave Borowitz2013-08-153-10/+50
|\
| * Fix change stuck in SUBMITTED state but actually mergedJan Opacki2013-08-153-10/+50
* | Migrate schema to meet 30 char length of database id limitationDavid Ostrovsky2013-08-141-6/+6
* | Disable sending emails during acceptance testsShawn Pearce2013-08-101-0/+1
|/
* Fix acceptance test heap size to 128mShawn Pearce2013-07-302-3/+1
* Split PushForReview acceptance tests up by protocolShawn Pearce2013-07-304-85/+85
* Disable H2 cache, project and plugin polling during acceptance testsShawn Pearce2013-07-301-0/+5
* Add fallbacks for detecting localhostShawn Pearce2013-07-301-1/+14
* Use resolved address rather than "localhost" in acceptance testsShawn Pearce2013-07-303-19/+24
* Rename DEFS files to *.defsShawn Pearce2013-07-308-7/+7
* Split acceptance tests into one target per testShawn Pearce2013-07-279-14/+165
* Don't fail tests when symlinks are foundShawn Pearce2013-07-261-1/+1
* Use randomly assigned ports during acceptance testsShawn Pearce2013-07-2623-52/+117
* Merge "Replace ChangeJsonTest by an acceptance test"Saša Živkov2013-07-123-0/+191
|\
| * Replace ChangeJsonTest by an acceptance testEdwin Kempin2013-07-123-0/+191