aboutsummaryrefslogtreecommitdiffstats
path: root/git-pw
AgeCommit message (Expand)Author
2017-02-20git-pw: include bundle sub-commandLeonardo Sandoval
2016-07-02Fedora package is GitPython, not python-GitPythonmoto-timo
2016-05-03git-pw: Add support for the new 'info' test stateDamien Lespiau
2016-04-28git-pw: fix issue with python-requestsLionel Landwerlin
2016-04-26git-pw: print error messages on stderrAndrei Vagin
2016-04-13git-pw: Recurse with newer versions of GitPythonDamien Lespiau
2016-04-05git-pw: Add link optionsDamien Lespiau
2016-04-05git-pw: Rename the mbox-patch parser to be consistentDamien Lespiau
2016-03-16Handle UTF-8 characters (like Umlauts) in git-pwDominik Heidler
2016-03-11git-pw: Add support for filtering events by nameDamien Lespiau
2016-03-11git-pw: Fix typo in the poll-event since option help descriptionDamien Lespiau
2016-03-03git-pw: Fix indentation error in do_applyMichael Wood
2016-03-03git-pw: Catch the HttpError caused by an invalid series idMichael Wood
2016-03-03git-pw: Convert 'list' to use the generic error handling codeDamien Lespiau
2016-03-03git-pw: Add error handling for HTTP 500 errorsDamien Lespiau
2016-03-03git-pw: Add a searching by series name filterDamien Lespiau
2016-03-03git-pw: Create a filter parser group for the list commandDamien Lespiau
2016-03-03git-pw: Filtering by test state is orthogonal to other filtersDamien Lespiau
2016-02-25git-pw: Add the dependencies for Debian/Ubuntu in the headerDamien Lespiau
2016-02-18git-pw: Enable test-state filter on list subcommandLeonardo Sandoval
2016-02-18pep8: Run autopep8 on the code baseDamien Lespiau
2016-02-09git-pw: Gracefully handle filters closing the stdout pipeDamien Lespiau
2015-12-17git-pw: Remove the reviewer from the list of default 'list' fieldsDamien Lespiau
2015-12-16git-pw: Add a '-n' option to git pw listDamien Lespiau
2015-12-16git-pw: Display list of series in a nice tableDamien Lespiau
2015-12-16git-pw: Make 'list' order by -last_updated by defaultDamien Lespiau
2015-12-16git-pw: Add a list commandLeonardo Sandoval
2015-12-10pep8: Make git-pw pass flake8Damien Lespiau
2015-12-10git-pw: Add a -C optionDamien Lespiau
2015-12-10git-pw: Add a poll-events commandDamien Lespiau
2015-12-10git-pw: Introduce a Project objectDamien Lespiau
2015-12-10git-pw: Add a new function to retrieve a list of itemsDamien Lespiau
2015-12-10git-pw: Add a way to give GET parameters to HTTP requestsDamien Lespiau
2015-12-06git-pw: Make it possible to delete url/summary of test resultsDamien Lespiau
2015-12-05git-pw: Add mbox and mbox-patch commandsDamien Lespiau
2015-11-20git-pw: add a --signoff optionThomas Wood
2015-11-20git-pw: Add a post-result-patch commandDamien Lespiau
2015-11-20git-pw: Add a --summary-from-file option to post-resultDamien Lespiau
2015-11-19git-pw: Add a post-result commandDamien Lespiau
2015-11-19git-pw: Add a way to configure HTTP basic authDamien Lespiau
2015-11-19git-pw: raise an HttpError if there is a problem retrieving a patchThomas Wood
2015-11-19git-pw: allow git am to print directly to stdout and stderrThomas Wood
2015-11-17git-pw: fix the error message in do_apply_patchThomas Wood
2015-11-17git-pw: Use the proper config name in the help hintsDamien Lespiau
2015-11-17git-pw: Factor out the config section nameDamien Lespiau
2015-11-17git-pw: Factor out getting a (series,revision) tupleDamien Lespiau
2015-11-17git-pw: Fix typo in variable nameDamien Lespiau
2015-11-11git-pw: Make git-pw work with older versions of GitPythonDamien Lespiau
2015-11-03git-pw: Make sure we ask for python 2Damien Lespiau
2015-10-30git-pw: Fix typo in the 'configuration' option help textDamien Lespiau