summaryrefslogtreecommitdiff
path: root/gitlab/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* feat: send python-gitlab version as user-agentfeat/python-gitlab-agentMax Wittig2019-10-241-1/+3
* feat(auth): remove deprecated session authCyril Jouve2019-10-121-20/+0
* fix: fix not working without authfix/non-authMax Wittig2019-10-071-8/+7
* chore: bump to 1.12.0Max Wittig2019-10-061-1/+1
* feat: add support for job tokenMathieu Parent2019-09-061-4/+22
* chore: bump package versionv1.11.0Max Wittig2019-08-311-1/+1
* fix: remove empty dict default argumentsFrantisek Lachman2019-08-141-7/+16
* chore: bump package version to 1.10.0Max Wittig2019-07-221-1/+1
* feat: bump version to 1.9.0feat/version-bumpMax Wittig2019-06-191-1/+1
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-134/+176
* fix: pep8 errorsGauvain Pocentek2019-05-011-1/+1
* Make gitlab.Gitlab.from_config a classmethodjeroen_decroos2019-03-071-9/+9
* Release version 1.8.0Gauvain Pocentek2019-02-221-3/+3
* Fix all kwarg behaviourJonathan Piron2019-02-181-1/+1
* Merge pull request #687 from python-gitlab/fix/683/raw_downloadMax Wittig2019-01-191-3/+7
|\
| * fix(api): Don't try to parse raw downloadsfix/683/raw_downloadGauvain Pocentek2019-01-191-3/+7
* | fix(api): avoid parameter conflicts with python and gitlabno-param-conflictsGauvain Pocentek2019-01-131-1/+14
|/
* fix: handle empty 'Retry-After' header from GitLabSrikanth Chelluri2019-01-081-3/+11
* Prepare the 1.7.0 releaserelease-1.7.0Gauvain Pocentek2018-12-091-1/+1
* Improve error message handling in exceptionsrefactor/excpetion_msgGauvain Pocentek2018-11-241-2/+6
* Fix the https redirection testGauvain Pocentek2018-09-051-1/+1
* 1.6.0 release1.6.0Gauvain Pocentek2018-08-251-1/+1
* Raise an exception on https redirects for PUT/POSTGauvain Pocentek2018-08-241-19/+29
* Support group and global MR listingGauvain Pocentek2018-07-151-0/+1
* 1.5.1 release1.5.1Gauvain Pocentek2018-06-231-1/+1
* Prepare the 1.5.0 release1.5.0Gauvain Pocentek2018-06-221-1/+1
* Use the same description for **kwargs everywhereGauvain Pocentek2018-06-171-7/+7
* Revert "make as_list work for all queries"Gauvain Pocentek2018-06-171-7/+13
* Add support for the LDAP gorups APIGauvain Pocentek2018-06-131-0/+1
* Add support for the EE license APIGauvain Pocentek2018-06-131-9/+38
* Merge pull request #514 from jouve/generatorGauvain Pocentek2018-06-091-13/+7
|\
| * make as_list work for all queriesCyril Jouve2018-06-071-13/+7
* | Add geo nodes API supportGauvain Pocentek2018-06-091-0/+1
* | fix #521 change post_data default value to Noneleon2018-06-081-1/+1
|/
* Add support for the gitlab CI lint APIGauvain Pocentek2018-05-291-0/+23
* Implement the markdown rendering APIGauvain Pocentek2018-05-291-0/+27
* add per_page config optionCyril Jouve2018-05-221-2/+5
* Add support for the search APIGauvain Pocentek2018-05-211-0/+19
* Add support for user avatar uploadGauvain Pocentek2018-05-211-7/+14
* Drop API v3 supportGauvain Pocentek2018-05-191-341/+16
* Prepare the 1.4.0 releaseGauvain Pocentek2018-05-191-1/+1
* Add docs for the `files` arg in http_*Gauvain Pocentek2018-05-191-0/+2
* feat: obey the rate limitMax Wittig2018-04-181-16/+28
* Expose additional properties for Gitlab objectsGauvain Pocentek2018-03-281-0/+12
* Prepare the 1.3.0 release1.3.0Gauvain Pocentek2018-02-181-2/+2
* Default to API v4Gauvain Pocentek2018-02-051-1/+1
* Gitlab can be used as context managerGauvain Pocentek2018-02-051-0/+6
* Add Gitlab and User events supportGauvain Pocentek2018-01-211-0/+1
* Prepare v1.2.01.2.0Gauvain Pocentek2018-01-011-1/+1
* Respect content of REQUESTS_CA_BUNDLE and *_proxy envvarsGauvain Pocentek2018-01-011-2/+3