summaryrefslogtreecommitdiff
path: root/gitlab/config.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.