summaryrefslogtreecommitdiff
path: root/gitlab/v4
Commit message (Expand)AuthorAgeFilesLines
* chore: enable pylint check: "no-self-use"John L. Villalovos2022-06-041-4/+6
* chore: enable pylint check: "no-else-return"John L. Villalovos2022-06-041-2/+1
* chore: enable pylint check: "attribute-defined-outside-init"John L. Villalovos2022-06-042-0/+4
* chore: enable pylint check "raise-missing-from"John L. Villalovos2022-06-041-2/+2
* 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
* chore: move `utils._validate_attrs` inside `types.RequiredOptional`John L. Villalovos2022-05-313-6/+6
* feat: support mutually exclusive attributes and consolidate validation to fix...Walter Rowe2022-05-314-8/+12
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-3143-43/+86
* chore: update type-hints return signature for GetWithoutIdMixin methodsJohn L. Villalovos2022-05-3010-62/+46
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-296-25/+13
* feat(objects): support get project storage endpointNejc Habjan2022-05-271-0/+19
* fix: duplicate subparsers being added to argparseJohn L. Villalovos2022-05-091-7/+18
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-0816-46/+36
* feat(ux): display project.name_with_namespace on project reprLaurent Peuch2022-04-291-0/+10
* Merge pull request #1963 from python-gitlab/feat/deploy-token-getMax Wittig2022-04-131-3/+21
|\
| * feat(objects): support getting project/group deploy tokens by idNejc Habjan2022-04-041-3/+21
* | Merge pull request #1962 from python-gitlab/feat/user-ssh-keyMax Wittig2022-04-131-1/+4
|\ \
| * | feat(user): support getting user SSH key by idNejc Habjan2022-04-011-1/+4
| |/
* | fix(cli): add missing filters for project commit listNejc Habjan2022-04-041-0/+10
|/
* feat(api): re-add topic delete endpointNejc Habjan2022-04-011-3/+3
* feat(object): add pipeline test report summary supportkinbald2022-03-071-0/+20
* feat(merge_request_approvals): add support for deleting MR approval rulesNejc Habjan2022-02-131-2/+2
* feat(artifacts): add support for project artifacts delete APINejc Habjan2022-02-101-0/+17
* chore: create a custom `warnings.warn` wrapperJohn L. Villalovos2022-02-062-14/+18
* fix(services): use slug for id_attr instead of custom methodsNejc Habjan2022-02-031-49/+3
* style(objects): add spacing to docstringsNejc Habjan2022-02-011-1/+10
* feat(objects): add a complete artifacts managerNejc Habjan2022-02-013-81/+133
* fix: remove custom `delete` method for labelsJohn L. Villalovos2022-02-011-41/+7
* chore: create new ArrayAttribute classJohn L. Villalovos2022-01-308-36/+24
* fix(cli): make 'per_page' and 'page' type explicitThomas de Grenier de Latour2022-01-251-2/+2
* chore: don't explicitly pass args to super()Nejc Habjan2022-01-235-6/+6
* style: use literals to declare data structuresNejc Habjan2022-01-235-10/+10
* chore: remove old-style classesNejc Habjan2022-01-231-4/+4
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-2211-35/+50
* fix(cli): allow custom methods in managersNejc Habjan2022-01-221-4/+6
* fix(objects): make resource access tokens and repos available in CLINejc Habjan2022-01-221-0/+3
* chore: create return type-hints for `get_id()` & `encoded_id`John L. Villalovos2022-01-141-0/+2
* chore(groups): use encoded_id for group pathNejc Habjan2022-01-131-1/+1
* feat: add support for Groups API method `transfer()`Christian Sattler2022-01-131-1/+23
* chore(objects): use `self.encoded_id` where applicableJohn L. Villalovos2022-01-132-7/+7
* Merge pull request #1835 from python-gitlab/jlvillal/id_to_encodedidNejc Habjan2022-01-142-3/+3
|\
| * chore(objects): use `self.encoded_id` where could be a stringJohn L. Villalovos2022-01-132-3/+3
* | chore(projects): fix typing for transfer methodNejc Habjan2022-01-131-1/+1
* | feat(api): add `project.transfer()` and deprecate `transfer_project()`Nejc Habjan2022-01-131-1/+11
|/