summaryrefslogtreecommitdiff
path: root/gitlab/cli.py
Commit message (Expand)AuthorAgeFilesLines
* chore(deps): update mypy (1.0.0) and responses (0.22.0)John L. Villalovos2023-02-071-1/+1
* fix(cli): Enable debug before doing authEmanuele Aina2022-11-211-3/+2
* chore: consolidate license and authorsNejc Habjan2022-08-041-19/+0
* chore: enable mypy check `warn_return_any`John L. Villalovos2022-07-281-3/+17
* feat(cli): add a custom help formatterWaldek Maleska2022-07-281-0/+18
* Merge pull request #2051 from python-gitlab/jlvillal/more_more_pylintNejc Habjan2022-06-051-3/+3
|\
| * chore: enable pylint check: "redefined-outer-name",John L. Villalovos2022-06-041-2/+2
| * chore: enable pylint checksJohn L. Villalovos2022-06-041-1/+1
* | chore: rename `whaction` and `action` to `resource_action` in CLIJohn L. Villalovos2022-06-051-3/+5
|/
* chore: rename `what` to `gitlab_resource`John L. Villalovos2022-06-031-6/+8
* chore: correct ModuleNotFoundError() argumentsJohn L. Villalovos2022-05-291-1/+1
* fix(cli): changed default `allow_abbrev` value to fix arguments collision pro...John Villalovos2022-05-091-1/+3
* fix(cli): make 'per_page' and 'page' type explicitThomas de Grenier de Latour2022-01-251-0/+1
* fix(cli): make 'timeout' type explicitThomas de Grenier de Latour2022-01-251-0/+1
* chore: consistently use open() encoding and file descriptorNejc Habjan2022-01-231-2/+2
* style: use literals to declare data structuresNejc Habjan2022-01-231-2/+2
* feat(cli): allow options from args and environment variablesNejc Habjan2022-01-021-5/+103
* test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-271-3/+3
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-4/+4
* feat(api): add MR pipeline manager in favor of pipelines() methodNejc Habjan2021-06-131-1/+2
* chore: correct a type-hintJohn L. Villalovos2021-05-281-1/+2
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+0
* fix(cli): fix parsing CLI objects to classnamesNejc Habjan2021-05-151-7/+19
* chore: mypy: Disallow untyped definitionsJohn L. Villalovos2021-04-271-27/+28
* chore: fix F841 errors reported by flake8John L. Villalovos2021-04-181-1/+0
* chore: fix F401 errors reported by flake8John L. Villalovos2021-04-181-1/+1
* chore: disallow incomplete type defsJohn L. Villalovos2021-02-281-8/+11
* chore: add type-hints to gitlab/cli.pyJohn L. Villalovos2021-02-251-8/+11
* fix: wrong variable nameJohn L. Villalovos2021-02-251-1/+1
* feat: add an initial mypy test to tox.iniJohn L. Villalovos2021-02-221-1/+1
* chore: explicitly import gitlab.v4.objects/cliJohn L. Villalovos2021-02-211-6/+13
* docs(cli): add auto-generated CLI referencedocs/cli-reference-pageNejc Habjan2020-10-111-0/+14
* chore: remove remnants of python2 importsNejc Habjan2020-08-221-1/+0
* feat: add autocompletion supportMartin Chlumsky2019-12-161-0/+6
* refactor: remove unused code, simplify string formatgodaji2019-10-061-1/+1
* feat: add support for job tokenMathieu Parent2019-09-061-1/+1
* fix(cli): don't fail when the short print attr value is Nonexarx002019-07-211-2/+2
* refactor: format everything blackrefactor/blackMax Wittig2019-05-161-42/+67
* Use sys.exit as in rest of codeHakan Fouren2019-03-071-2/+2
* Re-enable command specific help mesaagesHakan Fouren2019-03-061-3/+3
* fix(cli): exit on config parse error, instead of crashingMax Wittig2018-11-041-3/+8
* fix(cli): print help and usage without config filefix/help-usageMax Wittig2018-10-041-1/+5
* silence logs/warnings in unittestsCyril Jouve2018-06-071-1/+2
* pep8 fixGauvain Pocentek2018-03-111-1/+2
* [cli] Restore the --help option behaviorGauvain Pocentek2018-03-111-3/+9
* [cli] Allow to read args from filesGauvain Pocentek2018-03-051-1/+14
* Add support for oauth and anonymous auth in config/CLIGauvain Pocentek2017-11-101-2/+3
* pep8 fixGauvain Pocentek2017-09-071-1/+1
* [v4] fix CLI for some mixin methodsGauvain Pocentek2017-09-071-10/+15
* CLI: yaml and json outputs for v4Gauvain Pocentek2017-08-181-4/+16