summaryrefslogtreecommitdiff
path: root/gitlab/mixins.py
Commit message (Expand)AuthorAgeFilesLines
* Add support for features flagsGauvain Pocentek2018-01-011-1/+1
* mixins.py: Avoid sending empty update data to issue.save (#389)Carlos Soriano2017-12-161-0/+3
* Make todo() raise GitlabTodoError on errorGauvain Pocentek2017-12-161-2/+7
* Revert "Add unit tests for mixin exceptions"Gauvain Pocentek2017-11-161-7/+2
* Add unit tests for mixin exceptionsGauvain Pocentek2017-11-111-2/+7
* Add a SetMixinGauvain Pocentek2017-11-111-0/+23
* Fix the CLI for objects without ID (API v4)Gauvain Pocentek2017-11-011-1/+1
* Drop leftover pdb callGauvain Pocentek2017-10-081-1/+0
* Make the delete() method handle / in idsGauvain Pocentek2017-10-081-0/+3
* [v4] fix CLI for some mixin methodsGauvain Pocentek2017-09-071-0/+15
* Fix Args attribute in docstringsGauvain Pocentek2017-08-111-1/+1
* [v4] Fix getting projects using full namespaceGauvain Pocentek2017-08-111-0/+2
* Make the project services work in v4rework_apiGauvain Pocentek2017-08-041-1/+2
* Restore the prvious listing behaviorGauvain Pocentek2017-08-041-7/+7
* functional tests for v4Gauvain Pocentek2017-08-041-1/+1
* Restore correct exceptionsGauvain Pocentek2017-07-151-44/+111
* add support for objects delete()Gauvain Pocentek2017-06-111-0/+11
* Add laziness to get()Gauvain Pocentek2017-06-111-1/+7
* Add tests for managers mixinsGauvain Pocentek2017-06-051-2/+5
* make the tests passGauvain Pocentek2017-06-021-2/+2
* Migrate all v4 objects to new APIGauvain Pocentek2017-06-021-16/+159
* Add support for managers in objects for new APIGauvain Pocentek2017-06-021-7/+7
* pep8Gauvain Pocentek2017-06-021-3/+3
* Move the mixins in their own moduleGauvain Pocentek2017-06-021-0/+207