summaryrefslogtreecommitdiff
path: root/gitlab/v4/cli.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: use f-strings for string formattingrefactor/f-stringsNejc Habjan2021-11-021-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
* refactor: remove six dependencyMax Wittig2019-12-181-4/+2
* 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-108/+153
* Revert "Custom cli actions fix"revert-760-custom_cli_actions_fixMax Wittig2019-05-101-5/+5
* fix -/_ replacament for *Manager custom actionsKarol Ossowski2019-04-241-3/+3
* dont ask for id attr if this is *Manager originating custom actionKarol Ossowski2019-04-241-2/+2
* docs(cli): add PyYAML requirement noticeci-output-optionMax Wittig2018-10-091-6/+16
* [cli] Fix the project-export downloadGauvain Pocentek2018-08-251-2/+24
* [cli] Fix the case where we have nothing to printGauvain Pocentek2018-07-121-2/+1
* [cli] Output: handle bytes in API responsesGauvain Pocentek2018-07-091-0/+3
* [cli] Fix the non-verbose output of ProjectCommitCommentGauvain Pocentek2018-06-221-1/+8
* Add project push rules configuration (#520)Eric Sabouraud2018-06-111-2/+3
* Implement attribute types to handle special casesGauvain Pocentek2018-03-171-0/+8
* pep8 fixGauvain Pocentek2018-03-111-1/+2
* [cli] Fix listing of stringsGauvain Pocentek2018-03-111-0/+3
* [cli] Restore the --help option behaviorGauvain Pocentek2018-03-111-1/+1
* [cli] _id_attr is required on creationGauvain Pocentek2018-03-021-2/+2
* CLI: display_list need to support **kwargsGauvain Pocentek2018-03-021-2/+2
* [cli] fix listing for json and yaml outputGauvain Pocentek2018-03-021-24/+35
* Fix the CLI for objects without ID (API v4)Gauvain Pocentek2017-11-011-7/+12
* adds project upload feature (#239)James Johnson2017-09-121-0/+2
* [v4] fix CLI for some mixin methodsGauvain Pocentek2017-09-071-3/+6
* [v4] Make sudo the first argument in CLI helpGauvain Pocentek2017-08-201-1/+1
* [v4] Use - instead of _ in CLI legacy outputGauvain Pocentek2017-08-201-3/+3
* CLI: yaml and json outputs for v4Gauvain Pocentek2017-08-181-14/+45
* [v4] CLI support is backGauvain Pocentek2017-08-171-0/+296