Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test(api,cli): add tests for custom user agent | Nejc Habjan | 2021-01-31 | 1 | -1/+32 |
| | |||||
* | refactor: split unit tests by GitLab API resources | Nejc Habjan | 2020-08-22 | 1 | -102/+104 |
| | |||||
* | chore: run unittest2pytest on all unit tests | Nejc Habjan | 2020-08-22 | 1 | -41/+40 |
| | |||||
* | feat: allow an environment variable to specify config location | Jeremy Cline | 2020-04-16 | 1 | -0/+11 |
| | | | | | | | | It can be useful (especially in scripts) to specify a configuration location via an environment variable. If the "PYTHON_GITLAB_CFG" environment variable is defined, treat its value as the path to a configuration file and include it in the set of default configuration locations. | ||||
* | refactor: remove six dependency | Max Wittig | 2019-12-18 | 1 | -11/+11 |
| | |||||
* | feat(test): unused unittest2, type -> isinstance | Cyril Jouve | 2019-10-13 | 1 | -4/+1 |
| | |||||
* | refactor: format everything blackrefactor/black | Max Wittig | 2019-05-16 | 1 | -23/+23 |
| | |||||
* | fix(cli): exit on config parse error, instead of crashing | Max Wittig | 2018-11-04 | 1 | -3/+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 | -1/+15 |
| | |||||
* | Add support for oauth and anonymous auth in config/CLI | Gauvain Pocentek | 2017-11-10 | 1 | -5/+22 |
| | |||||
* | Support SSL verification via internal CA bundle | Maura Hausman | 2017-08-04 | 1 | -0/+15 |
| | | | | | - Also updates documentation - See issues #204 and #270 | ||||
* | update copyright years | Gauvain Pocentek | 2017-05-24 | 1 | -1/+1 |
| | |||||
* | unit tests for config parser | Gauvain Pocentek | 2016-01-09 | 1 | -0/+111 |