Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitlab is now a package | Gauvain Pocentek | 2015-05-11 | 1 | -1297/+0 |
| | |||||
* | Add a tox configuration file | Gauvain Pocentek | 2015-05-11 | 1 | -35/+34 |
| | | | | Run pep8 tests only for now, and fix pep8 errors. | ||||
* | change changelog, change, add my name on collaborators, change version | massimone88 | 2015-05-05 | 1 | -1/+1 |
| | |||||
* | Updated few gitlab.py docstrings as an example about how to document api | Mika Mäenpää | 2014-12-09 | 1 | -25/+66 |
| | |||||
* | Forgot to add sudo-support to update | Mika Mäenpää | 2014-12-05 | 1 | -4/+5 |
| | |||||
* | Support labels in issues correctly | Mika Mäenpää | 2014-12-05 | 1 | -0/+9 |
| | |||||
* | Send proper json with correct content-type and support sudo-argument | Mika Mäenpää | 2014-12-05 | 1 | -93/+113 |
| | | | | | | | | | | Use json-encoder to create proper gitlab-compatible json Send only attributes specified with requiredCreateAttrs and optionalCreateAttrs Send correct content-type header with json Sudo, page & per_page is supported for all methods by using **kwargs to pass them Changed rawPut to have same parameters as rawPost | ||||
* | Added missing optionalCreateAttrs for ProjectIssue. Fixed typo in ProjectTag. | Mika Mäenpää | 2014-12-05 | 1 | -2/+3 |
| | |||||
* | Improved error reporting | Mika Mäenpää | 2014-11-01 | 1 | -37/+48 |
| | | | | | | - Try to parse error response from gitlab. - Use one function (_raiseErrorFromResponse) to parse and raise exceptions related to errors reported by gitlab. | ||||
* | Improved exception-classes. | Mika Mäenpää | 2014-11-01 | 1 | -9/+32 |
| | | | | | | - Added http status-code and gitlab error message to GitlabError-class. - Added new GitlabOperationError-class to help separate connection and authentication errors from other gitlab errors. | ||||
* | Raise NotImplementedError on all cases, where can*-boolean is False | Mika Mäenpää | 2014-11-01 | 1 | -12/+2 |
| | |||||
* | No reason to have separate _getListOrObject-method in Gitlab-class. | Mika Mäenpää | 2014-11-01 | 1 | -85/+79 |
| | | | | | | Changed GitlabObject-class version of _getListOrObject to classmethod. Removed _getListOrObject-method from Gitlab-class. Changed Gitlab-class to use GitlabObject-class version of _getListOrObject | ||||
* | bump version to 0.80.8 | Gauvain Pocentek | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | make sure to not display both id and idAttr | Gauvain Pocentek | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | ProjectLabel: use name as id attribute | Gauvain Pocentek | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | pretty_print: don't display private attributes | Gauvain Pocentek | 2014-10-26 | 1 | -0/+2 |
| | |||||
* | Merge pull request #45 from mjmaenpaa/labels_files | Gauvain Pocentek | 2014-10-24 | 1 | -0/+33 |
|\ | | | | | Classes for ProjectLabels and ProjectFiles | ||||
| * | Classes for ProjectLabels and ProjectFiles | Mika Mäenpää | 2014-10-16 | 1 | -0/+33 |
| | | |||||
* | | Merge pull request #44 from mjmaenpaa/noid_objects | Gauvain Pocentek | 2014-10-24 | 1 | -8/+27 |
|\ \ | | | | | | | Support api-objects which don't have id in api response. | ||||
| * | | Fixed object creation in list | Mika Mäenpää | 2014-10-16 | 1 | -1/+2 |
| | | | |||||
| * | | Support api-objects which don't have id in api response. | Mika Mäenpää | 2014-10-15 | 1 | -7/+25 |
| |/ | |||||
* | | Merge pull request #43 from mjmaenpaa/url_delete_attrs | Gauvain Pocentek | 2014-10-24 | 1 | -75/+102 |
|\ \ | | | | | | | Moved url attributes to separate list. Added list for delete attributes. | ||||
| * | | Moved url attributes to separate list. Added list for delete attributes. | Mika Mäenpää | 2014-10-15 | 1 | -75/+102 |
| |/ | |||||
* | | Merge pull request #40 from mjmaenpaa/py3 | Gauvain Pocentek | 2014-10-24 | 1 | -7/+13 |
|\ \ | |/ |/| | Python3 compatibility | ||||
| * | Py3 compatibility with six | Mika Mäenpää | 2014-10-14 | 1 | -15/+9 |
| | | |||||
| * | Python3 compatibility | Mika Mäenpää | 2014-10-13 | 1 | -5/+17 |
| | | |||||
* | | Merge pull request #42 from mjmaenpaa/constructUrl | Gauvain Pocentek | 2014-10-14 | 1 | -16/+14 |
|\ \ | | | | | | | Moved url-construction to separate function | ||||
| * | | Moved url-construction to separate function | Mika Mäenpää | 2014-10-14 | 1 | -16/+14 |
| | | | |||||
* | | | Gitlab.get() raised GitlabListError instead of GitlabGetError | Mika Mäenpää | 2014-10-14 | 1 | -2/+2 |
|/ / | |||||
* | | Timeout support | Mika Mäenpää | 2014-10-13 | 1 | -10/+23 |
|/ | |||||
* | Merge pull request #38 from mjmaenpaa/currentuser_key | Gauvain Pocentek | 2014-10-11 | 1 | -5/+1 |
|\ | | | | | Changed CurrentUser.Key to use _getListOrObject-method like all other functions | ||||
| * | CurrentUser.Key uses _getListOrObject-method | Mika Mäenpää | 2014-10-10 | 1 | -5/+1 |
| | | |||||
* | | Merge pull request #37 from mjmaenpaa/list_kwargs | Gauvain Pocentek | 2014-10-11 | 1 | -8/+8 |
|\ \ | | | | | | | No reason to add kwargs to object in Gitlab.list()-method | ||||
| * | | No reason to add kwargs to object in Gitlab.list()-method because GitlabObject | Mika Mäenpää | 2014-10-10 | 1 | -8/+8 |
| |/ | | | | | | | constructor can handle them. | ||||
* | | _setFromDict thinks False is None | Mika Mäenpää | 2014-10-10 | 1 | -3/+3 |
|/ | |||||
* | refactor "_sanitize" for Python < 2.7 | Patrick Miller | 2014-09-05 | 1 | -1/+1 |
| | |||||
* | bump version | Gauvain Pocentek | 2014-08-21 | 1 | -1/+1 |
| | |||||
* | update copyright years | Gauvain Pocentek | 2014-08-21 | 1 | -2/+2 |
| | |||||
* | flake8 fixes | Gauvain Pocentek | 2014-08-21 | 1 | -8/+3 |
| | |||||
* | Fix handling of boolean values | Gauvain Pocentek | 2014-08-21 | 1 | -1/+7 |
| | | | | | | | Gitlab expects an int (1 or 0) as value for boolean attributes. Transform python bool's into int's when creating or updating objects. Closes #22 | ||||
* | Support namespace/name for project id | Gauvain Pocentek | 2014-08-21 | 1 | -8/+24 |
| | | | | Closes #28 | ||||
* | Merge pull request #27 from cdleonard/master | Gauvain Pocentek | 2014-08-21 | 1 | -4/+8 |
|\ | | | | | Fix encoding errors on display and update with redirected output | ||||
| * | Fix encoding error when updating with redirected output | Crestez Dan Leonard | 2014-07-28 | 1 | -1/+3 |
| | | | | | | | | | | | | When output is redirected sys.stdout.encoding is None. Fix this by always encoding to utf-8, assuming gitlab handles that. The encoding used by the local system is irrelevant here. | ||||
| * | Fix encoding error when printing to redirected output | Crestez Dan Leonard | 2014-07-28 | 1 | -3/+5 |
| | | | | | | | | | | When redirecting output to a file sys.stdout.encoding is None, so use sys.getdefaultencoding() instead. | ||||
* | | Support state_event in ProjectMilestone | Gauvain Pocentek | 2014-08-21 | 1 | -1/+1 |
| | | | | | | | | Closes #30 | ||||
* | | add support for branches creation and deletion | Gauvain Pocentek | 2014-08-21 | 1 | -2/+2 |
| | | |||||
* | | add support for UserKey listing and deletion | Gauvain Pocentek | 2014-08-21 | 1 | -2/+2 |
| | | |||||
* | | drop the module shebang | Gauvain Pocentek | 2014-08-21 | 1 | -1/+0 |
|/ | |||||
* | version bump0.6 | Gauvain Pocentek | 2014-01-16 | 1 | -1/+1 |
| | | | | Update Changelog and AUTHORS | ||||
* | projects listing: explicitly define arguments for pagination | Gauvain Pocentek | 2014-01-16 | 1 | -4/+14 |
| |