summaryrefslogtreecommitdiff
path: root/gitlab/v4/cli.py
Commit message (Expand)AuthorAgeFilesLines
* fix(cli): display items when iterator is returnedNejc Habjan2023-02-061-0/+2
* fix: change return value to "None" in case getattr returns None to prevent errorWu Yang2022-12-191-1/+1
* fix(cli): handle list response for json/yaml outputJohn L. Villalovos2022-10-061-4/+4
* chore: consolidate license and authorsNejc Habjan2022-08-041-18/+0
* chore: enable mypy check `disallow_any_generics`John L. Villalovos2022-08-011-5/+17
* feat(cli): add a custom help formatterWaldek Maleska2022-07-281-1/+3
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-211-1/+12
* feat: support validating CI lint resultsNejc Habjan2022-07-091-0/+11
* test(pylint): enable pylint "unused-argument" checkJohn L. Villalovos2022-06-261-5/+5
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-261-0/+1
* chore(cli): rename "object" to "GitLab resource"John L. Villalovos2022-06-051-1/+3
* Merge pull request #2051 from python-gitlab/jlvillal/more_more_pylintNejc Habjan2022-06-051-4/+6
|\
| * chore: enable pylint check: "no-self-use"John L. Villalovos2022-06-041-4/+6
* | chore: rename `whaction` and `action` to `resource_action` in CLIJohn L. Villalovos2022-06-051-10/+21
|/
* Merge pull request #2053 from python-gitlab/jlvillal/resourceNejc Habjan2022-06-041-9/+9
|\
| * chore: rename `what` to `gitlab_resource`John L. Villalovos2022-06-031-9/+9
* | Merge pull request #2052 from python-gitlab/jlvillal/cli_minor_cleanNejc Habjan2022-06-041-2/+2
|\ \ | |/
| * chore: rename `__call__()` to `run()` in GitlabCLIJohn L. Villalovos2022-06-031-2/+2
* | chore: enable 'consider-using-sys-exit' pylint checkJohn L. Villalovos2022-06-031-2/+2
|/
* chore(cli): ignore coverage on exceptions triggering cli.dieNejc Habjan2022-06-011-7/+7
* fix(cli): fix project export download for CLINejc Habjan2022-06-011-1/+1
* fix: duplicate subparsers being added to argparseJohn L. Villalovos2022-05-091-7/+18
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-081-3/+3
* fix(cli): make 'per_page' and 'page' type explicitThomas de Grenier de Latour2022-01-251-2/+2
* chore: remove old-style classesNejc Habjan2022-01-231-4/+4
* fix(cli): allow custom methods in managersNejc Habjan2022-01-221-4/+6
* chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-131-1/+1
* fix: remove custom URL encodingJohn L. Villalovos2022-01-081-1/+1
* fix(cli): url-encode path components of the URLJohn L. Villalovos2022-01-081-2/+18
* chore: fix pylint error "expression-not-assigned"John L. Villalovos2021-12-071-28/+20
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-1/+1
* chore: enforce type-hints on most files in gitlab/v4/objects/jlvillal/mypy_small_files_1John L. Villalovos2021-11-081-0/+2
* refactor: use f-strings for string formattingNejc Habjan2021-11-051-30/+30
* chore: improve type-hinting for managersJohn L. Villalovos2021-09-071-1/+4
* chore: add type-hints to gitlab/v4/cli.pyJohn L. Villalovos2021-05-311-39/+120
* chore: use built-in function issubclass() instead of getmro()John L. Villalovos2021-05-281-12/+10
* chore: fix import ordering using isortJohn L. Villalovos2021-05-251-1/+1
* fix(cli): fix parsing CLI objects to classnamesNejc Habjan2021-05-151-2/+2
* Merge pull request #1412 from JohnVillalovos/jlvillal/optional_get_attrsNejc Habjan2021-04-261-7/+4
|\
| * chore: make Get.*Mixin._optional_get_attrs always presentJohn L. Villalovos2021-04-241-7/+4
* | Merge pull request #1411 from JohnVillalovos/jlvillal/list_filtersMax Wittig2021-04-251-7/+4
|\ \
| * | chore: make ListMixin._list_filters always presentJohn L. Villalovos2021-04-241-7/+4
| |/
* | chore: make RESTObject._short_print_attrs always presentJohn L. Villalovos2021-04-241-1/+1
|/
* chore: have _create_attrs & _update_attrs be a namedtupleJohn L. Villalovos2021-04-171-4/+4
* chore: add _create_attrs & _update_attrs to RESTManagerJohn L. Villalovos2021-03-101-23/+12
* fix: checking if RESTManager._from_parent_attrs is setJohn L. Villalovos2021-03-071-13/+7
* chore: make _types always present in RESTManagerJohn L. Villalovos2021-03-071-3/+2
* fix(cli): write binary data to stdout bufferNejc Habjan2020-10-121-0/+2
* chore(cli): remove python2 codeNejc Habjan2020-10-121-5/+1
* chore: remove remnants of python2 importsNejc Habjan2020-08-221-1/+0