Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: remove unused code, simplify string format | godaji | 2019-10-06 | 1 | -1/+1 |
| | |||||
* | feat: add support for job token | Mathieu Parent | 2019-09-06 | 1 | -0/+6 |
| | | | | See https://docs.gitlab.com/ee/api/jobs.html#get-job-artifacts for usage | ||||
* | refactor: format everything blackrefactor/black | Max Wittig | 2019-05-16 | 1 | -39/+30 |
| | |||||
* | fix(cli): exit on config parse error, instead of crashing | Max Wittig | 2018-11-04 | 1 | -0/+17 |
| | | | | * Exit and hint user about possible errors * test: adjust test cases to config missing error | ||||
* | add per_page config option | Cyril Jouve | 2018-05-22 | 1 | -0/+10 |
| | |||||
* | Drop API v3 support | Gauvain Pocentek | 2018-05-19 | 1 | -1/+1 |
| | | | | Drop the code, the tests, and update the documentation. | ||||
* | Default to API v4 | Gauvain Pocentek | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | config: support api_version in the global section | Gauvain Pocentek | 2018-02-04 | 1 | -0/+4 |
| | | | | Fixes #421 | ||||
* | Add support for oauth and anonymous auth in config/CLI | Gauvain Pocentek | 2017-11-10 | 1 | -1/+23 |
| | |||||
* | Support SSL verification via internal CA bundle | Maura Hausman | 2017-08-04 | 1 | -0/+17 |
| | | | | | - Also updates documentation - See issues #204 and #270 | ||||
* | update copyright years | Gauvain Pocentek | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | Initial, non-functional v4 support | Gauvain Pocentek | 2017-05-23 | 1 | -0/+9 |
| | |||||
* | Added support for HTTP basic authentication | Peter Mosmans | 2016-05-30 | 1 | -0/+10 |
| | |||||
* | unit tests for config parser | Gauvain Pocentek | 2016-01-09 | 1 | -4/+1 |
| | |||||
* | Provide a Gitlab.from_config method | Gauvain Pocentek | 2015-08-21 | 1 | -0/+83 |
It provides the Gitlab object creation from the ~/.python-gitlab.cfg, just like the CLI does. |