commit 4e0420389371a13cfac5a9f09ad7fd15c12a853b
Author: Loic Dachary <loic@dachary.org>
Date:   Tue Mar 11 08:12:30 2014 +0100

    bump to 1.2.0
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit 35b5ad373a158ba23e0c460a7e398ab79305cd92
Author: Loic Dachary <loic@dachary.org>
Date:   Tue Mar 11 08:12:44 2014 +0100

    also run when a comment contains run gerritexec
    
    Being able to run both jenkins tests and gerritexec from stackforge with
    "recheck no bug" is nice. But always running jenkins when only
    gerritexec is needed will be frowned upon. If a comment contains "run
    gerritexec", it will not trigger the jenkins tests, only gerritexec.
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit a35709846dac79ecdae4b6c0a2be33dc8f000284
Author: Loic Dachary <loic@dachary.org>
Date:   Mon Mar 10 01:07:12 2014 +0100

    check event type before change
    
    Because not all event types have a change field and that will abort with
    a keyerror.
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit 79c682ab5dc78c17462c649741a954aa7a616788
Author: Loic Dachary <loic@dachary.org>
Date:   Sun Mar 9 00:24:39 2014 +0100

    ChangeLog updates
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit 48a31967937337090f2b14fc23aacca28ede7b51
Author: Loic Dachary <loic@dachary.org>
Date:   Sun Mar 9 00:18:48 2014 +0100

    start verification when a comment contains "recheck no bug"
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit d226974aa091d97fff7488a80ad74ea3fe3a8562
Author: Loic Dachary <loic@dachary.org>
Date:   Sun Mar 9 00:16:56 2014 +0100

    send a review comment when the verification starts
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit 1faff4412ae1003712625c4d2122073dd2b3625a
Author: Loic Dachary <loic@dachary.org>
Date:   Sat Mar 8 19:25:58 2014 +0100

    implement --timeout (defaults to 3600)
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit dd74d1668bf5d2e990649666df70eb47af517569
Author: Loic Dachary <loic@dachary.org>
Date:   Sat Mar 8 19:44:30 2014 +0100

    capture script stderr in addition to stdout
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit a808f1e87295cac5dd5aa495bcd1207ae527def0
Author: Loic Dachary <loic@dachary.org>
Date:   Sat Mar 8 19:25:44 2014 +0100

    bump version to 1.1.0
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit db35910ebf84e83d040b826b11c2d9164f5da013
Author: Loic Dachary <loic@dachary.org>
Date:   Sat Mar 8 19:24:59 2014 +0100

    update changelog
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit 53e06ae7a618d6255a80dc0c1374b190b2e05866
Author: Loic Dachary <loic@dachary.org>
Date:   Sun Oct 27 14:46:47 2013 +0100

    add version number
    
    for some reason it is not autogenerated although git tag shows
    it. Something is missing and https://pypi.python.org/pypi/d2to1 does not
    do its magic to automatically update setup.cfg when running
    
        python setup.py sdist
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit cc5755f343d7d5e558a1504a4629edc7f694363b
Author: Loic Dachary <loic@dachary.org>
Date:   Sun Oct 27 14:17:13 2013 +0100

    improve documentation and make it first release
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit 3331ed005add2cd74c59a9f28f5381e0776e2db5
Author: Loic Dachary <loic@dachary.org>
Date:   Sun Oct 27 13:40:24 2013 +0100

    the clone url must not be taken from the event
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit 28298ea244dd24122ca1ada1856b6d0129f8ebd7
Author: Loic Dachary <loic@dachary.org>
Date:   Sun Oct 27 12:33:40 2013 +0100

    include script
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit 084481edd3b85740d2ee8fdb0fd0fbf2300f229e
Author: Loic Dachary <loic@dachary.org>
Date:   Sun Oct 27 12:01:31 2013 +0100

    first implementation which only passes tests
    
    Signed-off-by: Loic Dachary <loic@dachary.org>

commit 66f5cf543ead5dccaf2a3f3ef2607becf863dc2d
Author: Loic Dachary <loic@dachary.org>
Date:   Sat Oct 26 12:22:55 2013 +0200

    AGPLv3+