summaryrefslogtreecommitdiff
path: root/gitlab/mixins.py
Commit message (Expand)AuthorAgeFilesLines
* fix: remove empty dict default argumentsFrantisek Lachman2019-08-141-1/+2
* feat: group labels with subscriptable mixinAlberto López Martín2019-07-261-2/+6
* fix(cli): fix update value for key not workingproject-variable-updatenateatkins2019-07-211-0/+2
* fix: convert # to %23 in URLsfix/779Gauvain Pocentek2019-06-081-3/+4
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-57/+55
* fix(api): make reset_time_estimate() work againfix/672Gauvain Pocentek2019-01-081-1/+1
* Use the same description for **kwargs everywhereGauvain Pocentek2018-06-171-7/+7
* Add project push rules configuration (#520)Eric Sabouraud2018-06-111-3/+8
* Add support for project-level MR approval configurationEric Sabouraud2018-06-081-2/+14
* time_stats(): use an existing attribute if availableGauvain Pocentek2018-05-301-0/+5
* Add support for group badgesGauvain Pocentek2018-05-291-0/+24
* Fix the participants() decoratorGauvain Pocentek2018-05-281-1/+1
* Issues: add missing attributes and methodsGauvain Pocentek2018-05-281-0/+26
* Implement user_agent_detail for snippetsGauvain Pocentek2018-05-271-0/+17
* add per_page config optionCyril Jouve2018-05-221-0/+2
* Add support for project import/exportGauvain Pocentek2018-05-211-1/+4
* pep8 fixGauvain Pocentek2018-05-211-1/+1
* Add support for user avatar uploadGauvain Pocentek2018-05-211-9/+30
* Drop GetFromListMixinGauvain Pocentek2018-05-191-37/+0
* pep8 fixGauvain Pocentek2018-05-191-1/+1
* Deprecate GetFromListMixinGauvain Pocentek2018-05-191-0/+9
* Get rid of _sanitize_dataGauvain Pocentek2018-03-171-14/+4
* Implement attribute types to handle special casesGauvain Pocentek2018-03-171-2/+37
* introduce RefreshMixinPierre Tardy2018-03-041-0/+19
* 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