summaryrefslogtreecommitdiff
path: root/pygerrit/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Restructure docstrings for better html output.David Pursehouse2014-10-301-21/+29
| | | | Change-Id: Ic935e8f85e2ad333677770746c15648ae5bac339
* Add message formatter class0.2.7David Pursehouse2014-06-191-0/+85
| | | | | | | Add a new helper class that can be used to format the messages that are sent to Gerrit via the review command. Change-Id: Ib8684d60788c8f19054bca6cfc707b25079395d3
* Migrate setup to pbrDavid Pursehouse2014-05-021-3/+0
| | | | | | | | pbr provides better version handling, and automates the release notes and list of authors. This means we have to spend less time manually updating things. Change-Id: Ie79d706ec7a177f437b6bb0e38a9bded8bc4bb9e
* Version 0.2.50.2.5David Pursehouse2014-04-171-1/+1
| | | | Change-Id: I083eca93f4969fa9c2d157da39f342de62cf5fd6
* Version 0.2.40.2.4David Pursehouse2014-03-171-1/+1
| | | | Change-Id: I65d45f11f3b467f4cf8bc34a4a63749406d78abf
* Version 0.2.30.2.3David Pursehouse2013-12-171-1/+1
| | | | Change-Id: I64f69dc544129772446f4995e6f148c388cb0f62
* Bump version to 0.2.20.2.2David Pursehouse2013-11-181-1/+1
| | | | Change-Id: I32b970452809d31037ad15783d2f50e894e530ed
* Bump version to 0.2.00.2.0David Pursehouse2013-10-211-1/+1
| | | | Change-Id: I031b9293fd6ae3afe28e114b8d5ecc6de34f1bb3
* Bump version to 0.1.10.1.1David Pursehouse2013-09-131-1/+1
| | | | Change-Id: Id2a68941ddfbeaee540406e821f1df09408c198f
* Bump version to 0.1.00.1.0David Pursehouse2013-08-091-1/+1
| | | | Change-Id: I09fcd52a9eb0f7aab7fa82f276187af6704af899
* Don't put copyright and license headers in Python module docstringsDavid Pursehouse2013-08-071-25/+23
| | | | | | | | | | | | | | If the copyright and license headers are in module docstrings, they appear in the generated API documentation pages and it looks crappy. Instead, put the headers in regular Python comments. Thus each file still has the required copyright and license notice, but it is not included everywhere in the generated documentation. The documentation still includes an automatically generated copyright notice at the bottom of each page. Change-Id: Ibc5f4ca221c0a6de26f04f3b4511d8991e28b663
* Don't hard code version in setup.pyDavid Pursehouse2013-08-051-0/+3
| | | | | | | | | | We're currently only using the version number in the setup script, but in future we might need it in other places too. Define the version number in the module itself and import it in setup. Change-Id: Idbf246d3a9777f6de710cb01fa05f8fbf031d192
* Add missing docstrings to conform to PEP-257David Pursehouse2013-08-041-3/+3
| | | | Change-Id: If06f1ea17740a796142db63e7086f80445f4c6e1
* Add query functionalityDavid Pursehouse2012-10-171-0/+15
| | | | | | | Add a method that calls `gerrit query` and returns the results as a list of Change objects. Change-Id: Ie58a61e569d457c56109e34041e9db95147de91c
* Add license informationDavid Pursehouse2012-09-201-1/+25
| | | | Change-Id: I25ce3fafe7a51d0221f66fe30b2fb7cc8115c4aa
* Add helper methods for initialisation from json dataDavid Pursehouse2012-08-011-4/+10
| | | | | | | | Added helper methods to initialise model member variables. Now the models' constructors will not throw exception if a value is missing, but instead just initialise the variable to None. Change-Id: I7473ec9bb471f95ea0142067af4750c7e26a0339
* Refactor into submodulesDavid Pursehouse2012-07-311-0/+7
Data models, events, errors, and stream handler are split from the single module into submodules. Change-Id: I03537c5e268135966c6b6e77ecaca1cb579a5fde