commit 6d587145286651d4967d0a22415c45ae3b1fbecd
Author: Clark Boylan <clark.boylan@gmail.com>
Date:   Wed Sep 25 11:04:28 2013 -0700

    Add method to list Gerrit Groups.
    
    * gerritlib/gerrit.py: Add listGroups() method that will run `gerrit
    ls-groups` and return the result as a python list.
    
    Change-Id: I2cb6b7b6a23f3efdb81f90b492c07075c4606c38

commit d16c93becef5c0fc1803c717e6289b62a9fac4a7
Author: Sean Dague <sdague@linux.vnet.ibm.com>
Date:   Mon Sep 23 07:58:31 2013 -0400

    fix param ordering to fix review function
    
    the change id needs to come before the args, otherwise it can't
    parse the change id.
    
    Change-Id: I2d83fa3000cd4739f0d8ec5524aa3ca2391506de

commit 139c168bb3f593efe379b8452462da0afc40e824
Author: Matthew Treinish <treinish@linux.vnet.ibm.com>
Date:   Thu Sep 19 11:02:14 2013 -0400

    Add comments option to query
    
    This commit adds a new option to the query function for returning
    comments for the commit.
    
    Change-Id: I67d52f64a92cedc8ca449f0e54c2d1da2766c0a2

commit e652bf2a60de4c3acbd83ca6e12d097081772717
Author: Yegor Minin <yegor@limbo.im>
Date:   Fri Jul 26 22:17:25 2013 +0300

    Add option to query commit messages
    
    Change-Id: If232c326525f516931b885c55f549049ad470b8d

commit aca4ab605de938bd21a936876684a13dac6de6ba
Author: Monty Taylor <mordred@inaugust.com>
Date:   Fri Jul 5 21:15:26 2013 -0400

    Remove dependency on distribute
    
    Change-Id: Iccd5834a675c4beea147a6765b686ce6f21e4ed1

commit 5dd2df5eb8052f441ec3bdc5a10a6c1d04be3411
Author: Sean Dague <sdague@linux.vnet.ibm.com>
Date:   Wed Jun 19 16:52:07 2013 -0400

    add a bulk_query method to let us get back more than one item
    
    extend gerritlib so that we have a query method to get more
    complicated query sets. Would rather use gerritlib than raw ssh
    commands for this, and this makes it possible.
    
    Change-Id: I467011f027cfc3d594db5f95bb7a5ff46e79b1a8

commit 81a0066752182e49e28dc6510f4c67bdb9dc7a02
Author: Monty Taylor <mordred@inaugust.com>
Date:   Sun Jun 2 10:46:12 2013 -0400

    Modernize build requirements.
    
    Switch to pbr and flake8. Make hacking clean. Remove unneeded/unused
    libraries. Rename requirements files. Add a README file.
    
    Change-Id: I70408d785331dc97737ab0ab1b0caa255b683efe

commit 020c2e347b42aa6c0fce14d2848937a542d414a1
Author: Monty Taylor <mordred@inaugust.com>
Date:   Sun Dec 16 10:40:31 2012 -0800

    Updated .gitreview location
    
    Change-Id: I1ff9ee274dfa2edf906e2b530e33ac5e27f8591f

commit fb041565da925de3aa966ecd89ffb3cf2eaabb71
Author: Clark Boylan <clark.boylan@gmail.com>
Date:   Tue Dec 4 14:31:50 2012 -0800

    Remove dangerous dbQuery method.
    
    Running DB queries over an SSH connection got gerrit gsql requires a lot
    of overhead to do sanely. Remove this method to avoid abuse and the need
    to support it. gerritlib users should use a dbapi implementation for the
    DB backing gerrit to perform DB queries directly.
    
    Change-Id: I4f9449b5546a3714a79172c57ea6086c7707f86a

commit 793098f8dc5d99483edce6abe9f84e4a1af3b644
Author: Clark Boylan <clark.boylan@gmail.com>
Date:   Sun Dec 2 10:04:42 2012 -0800

    Add owner option to createGroup.
    
    Add owner option to createGroup that will set the owner group of a new
    group. Default to no owner (new group will be self owned).
    
    Change-Id: I9843280756eb57c35d6301a2e6f720767a7c986f

commit b6a67cb70557e4e63a5ab9403e275ac9f09af97e
Author: Monty Taylor <mordred@inaugust.com>
Date:   Fri Nov 23 16:37:55 2012 -0800

    Remove sitepackages=true
    
    We only need this for things that have non-virtualenv-able deps.
    
    Change-Id: I383fb390690fde3faa998bd41f17580f6a4a0b12

commit 4238a42eda84aeb5f805b2d10dd231f651500f0a
Author: Clark Boylan <clark.boylan@gmail.com>
Date:   Thu Nov 15 10:11:44 2012 -0800

    Fix gerrit create-project option order.
    
    If the require change ID option was set the gerritlib create project
    method would put the require change ID option between --name and the new
    project's name. This failed to execute on Gerrit properly. Fix the
    ordering of the options so that --name is inserted with the project's
    name.
    
    Change-Id: I68ff45fe5815f228fcc707abfe6d0d6147f7dac1

commit f8e6f0325885eed76503ce7663574c7cdf98f1ef
Author: Monty Taylor <mordred@inaugust.com>
Date:   Tue Nov 13 08:32:35 2012 -0800

    Ignore versioninfo file.
    
    Change-Id: I502fab510495fa0421acdd61d3af662f9d8608a2

commit 52a662521d577a51b2071ac1e2cd5867f54d0f5c
Author: Monty Taylor <mordred@inaugust.com>
Date:   Tue Nov 13 08:31:59 2012 -0800

    Add createGroup and require_change_id option.
    
    Change-Id: I221030431075485b1eafd8510b402fefa0d9517d

commit 93212a33bee03d0d6ac3244ded49bd91a6993369
Merge: 38749df f790603
Author: Jenkins <jenkins@review.openstack.org>
Date:   Sun Nov 11 02:55:30 2012 +0000

    Merge "Add create and list projects calls."

commit f79060343b2e5d71d6f630c802becd2e5190b139
Author: Monty Taylor <mordred@inaugust.com>
Date:   Thu Nov 1 15:38:27 2012 +0100

    Add create and list projects calls.
    
    Change-Id: Idc71411dfc63a074d828782d9afe2ff7d15534ac

commit 38749dfb1e7d5e0ef3881f1ae2d2ee0ec763734b
Author: Clark Boylan <clark.boylan@gmail.com>
Date:   Fri Nov 9 13:38:21 2012 -0800

    Add Gerrit DB query method to gerritlib.
    
    Sometimes you need to query the Gerrit DB directly instead of using the
    Gerrit query abstraction layer. Add api method to communicate directly
    to the DB.
    
    Change-Id: I3ef3173cbe62741bb9d37f49abda1cf0eacbceff

commit 900136ec1e6f5c9085ea0e41382b0ad58153b7f2
Author: Erik Dalén <dalen@spotify.com>
Date:   Wed Oct 31 15:07:35 2012 -0400

    Supply port to GerritWatcher
    
    Fix if gerrit is running on non default port
    
    Change-Id: Ifdc29a106eb07cdf514811be3293cd97a5f80068

commit 15895e831e30cfee25fdb50ed085d115427c75a9
Author: James E. Blair <jeblair@hp.com>
Date:   Tue Jul 24 13:19:37 2012 -0700

    Fix description.
    
    Change-Id: I6f966a3c781b35eaeb019943c896e12633429ac3

commit 8557854d55c3c856b7167ec048d65454659da5a7
Merge: 3f74a19 86a69ed
Author: Jenkins <jenkins@review.openstack.org>
Date:   Thu Jul 19 16:35:59 2012 +0000

    Merge "Add Apache2 license file to the project."

commit 86a69ed1e50d10f516d00df16b0b1ec4c48af6ab
Author: Clark Boylan <clark.boylan@gmail.com>
Date:   Wed Jul 11 14:36:15 2012 -0700

    Add Apache2 license file to the project.
    
    Project had been missing the full text of the Apache2 license. Add
    this file.
    
    Change-Id: Icb33680459cde8596b73c5954a57a3a9cd1fda7d

commit 3f74a198c87be706947163f0030cb2f4201ed41a
Author: Clark Boylan <clark.boylan@gmail.com>
Date:   Tue Jul 10 15:17:41 2012 -0700

    Add a project wide .gitignore.
    
    Add a .gitignore file to the project. Ignore: .pyc, build/*, and
    tox/venv stuff.
    
    Change-Id: I66ca2b023a555e520dd4f5f7e2a24a9624a934f2

commit eeeaadf66cc42a0a781b3fd8be8a987081a3273f
Author: Clark Boylan <clark.boylan@gmail.com>
Date:   Tue Jul 10 15:14:30 2012 -0700

    Add setup.py to project.
    
    Add a setup.py for the gerritlib project. This incorporates
    openstack.common.setup/version as well for versioning. This change
    also adds a tox.ini file and its lists of dependencies to gerritlib.
    This was not done in a separate commit as tox depends on setup.py and
    setup depends on tox for gate tests.
    
    Change-Id: I101471e836802b1c38796d8d3c570ce5f00c793e

commit 4da6ce52fd6443fa6e3208c1b063d1a16a77faac
Author: James E. Blair <jeblair@hp.com>
Date:   Mon Jul 9 15:17:04 2012 -0700

    Add gitreview

commit 5909d0cc00199839819350c0575557efb2de7ea6
Author: James E. Blair <jeblair@hp.com>
Date:   Wed Jun 13 17:12:42 2012 -0700

    Add start actions.
    
    Add the ability to specify a report to gerrit on start.  This
    can be used to clear the verified column.
    
    Fixes bug #1012730.
    
    Change-Id: I8dd2a60c3a16a8fa0046675437c750948af99577

commit a41dd7df9d786d2001477c2f2668fcc6c2ea72a7
Author: James E. Blair <jeblair@hp.com>
Date:   Tue Jun 5 14:03:18 2012 -0700

    Use paramiko for stream-events.
    
    The hope is that error detection/recovery will be more robust.
    
    Change-Id: I28d51a9d977943ba94c9674123de95a1ab742f05

commit c2b38030d52375e7db39b5b53ea214895d7c9640
Author: James E. Blair <jeblair@hp.com>
Date:   Wed May 30 09:15:05 2012 -0700

    Remove stray print statements.
    
    Add tox.ini with pep8 section.
    
    Fix pep8 errors.
    
    Change-Id: I6c171104359b16bcb130fdd56697d0663d8ec562

commit b8646dab67311d2133728b3c7784f233fd17620e
Author: James E. Blair <jeblair@hp.com>
Date:   Wed May 30 11:59:58 2012 -0700

    Fix logic error in reporting
    
    Change-Id: I0444353eb753387fd792605371ad25ffe0e8990e

commit 3303eb8382b910b424555fa2451bb3d1312cd9d5
Author: James E. Blair <jeblair@hp.com>
Date:   Tue May 29 14:49:32 2012 -0700

    Initial commit.