Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: move 'gitlab/tests/' dir to 'tests/unit/' | John L. Villalovos | 2021-05-26 | 1 | -247/+0 |
| | | | | | Move the 'gitlab/tests/' directory to 'tests/unit/' so we have all the tests located under the 'tests/' directory. | ||||
* | chore: fix import ordering using isort | John L. Villalovos | 2021-05-25 | 1 | -3/+2 |
| | | | | | | Fix the import ordering using isort. https://pycqa.github.io/isort/ | ||||
* | chore: fix F401 errors reported by flake8 | John L. Villalovos | 2021-04-18 | 1 | -1/+0 |
| | | | | | | F401: Module imported but unused https://www.flake8rules.com/rules/F401.html | ||||
* | chore: fix E711 error reported by flake8 | John L. Villalovos | 2021-04-18 | 1 | -5/+5 |
| | | | | | | E711: Comparison to none should be 'if cond is none:' https://www.flake8rules.com/rules/E711.html | ||||
* | chore: fix E712 errors reported by flake8 | John L. Villalovos | 2021-04-18 | 1 | -3/+3 |
| | | | | | | E712: Comparison to true should be 'if cond is true:' or 'if cond:' https://www.flake8rules.com/rules/E712.html | ||||
* | chore: make lint happy | Kay-Uwe (Kiwi) Lorenz | 2021-03-07 | 1 | -13/+22 |
| | |||||
* | fix: make secret helper more user friendly | Kay-Uwe (Kiwi) Lorenz | 2021-03-07 | 1 | -11/+25 |
| | |||||
* | fix: linting issues and test | Kay-Uwe (Kiwi) Lorenz | 2021-03-06 | 1 | -0/+4 |
| | |||||
* | chore: add test | Kay-Uwe (Kiwi) Lorenz | 2021-03-06 | 1 | -0/+11 |
| | |||||
* | 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 |