summaryrefslogtreecommitdiff
path: root/gitlab/config.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: remove unused code, simplify string formatgodaji2019-10-061-1/+1
|
* feat: add support for job tokenMathieu Parent2019-09-061-0/+6
| | | | See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-39/+30
|
* fix(cli): exit on config parse error, instead of crashingMax Wittig2018-11-041-0/+17
| | | | * Exit and hint user about possible errors * test: adjust test cases to config missing error
* add per_page config optionCyril Jouve2018-05-221-0/+10
|
* Drop API v3 supportGauvain Pocentek2018-05-191-1/+1
| | | | Drop the code, the tests, and update the documentation.
* Default to API v4Gauvain Pocentek2018-02-051-1/+1
|
* config: support api_version in the global sectionGauvain Pocentek2018-02-041-0/+4
| | | | Fixes #421
* Add support for oauth and anonymous auth in config/CLIGauvain Pocentek2017-11-101-1/+23
|
* Support SSL verification via internal CA bundleMaura Hausman2017-08-041-0/+17
| | | | | - Also updates documentation - See issues #204 and #270
* update copyright yearsGauvain Pocentek2017-05-241-1/+1
|
* Initial, non-functional v4 supportGauvain Pocentek2017-05-231-0/+9
|
* Added support for HTTP basic authenticationPeter Mosmans2016-05-301-0/+10
|
* unit tests for config parserGauvain Pocentek2016-01-091-4/+1
|
* Provide a Gitlab.from_config methodGauvain Pocentek2015-08-211-0/+83
It provides the Gitlab object creation from the ~/.python-gitlab.cfg, just like the CLI does.