summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* refactor: decouple CLI from custom method argumentsrefactor/decouple-cli-from-custom-argsNejc Habjan2022-06-0617-114/+159
* 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-0511-35/+38
|\
| * chore: enable pylint check: "redefined-outer-name",John L. Villalovos2022-06-042-6/+5
| * chore: enable pylint check: "no-self-use"John L. Villalovos2022-06-043-10/+17
| * chore: enable pylint check: "no-else-return"John L. Villalovos2022-06-044-8/+4
| * chore: enable pylint check: "attribute-defined-outside-init"John L. Villalovos2022-06-043-0/+5
| * chore: enable pylint check "raise-missing-from"John L. Villalovos2022-06-042-4/+6
| * chore: enable pylint checksJohn L. Villalovos2022-06-042-7/+1
* | chore: rename `whaction` and `action` to `resource_action` in CLIJohn L. Villalovos2022-06-052-13/+26
|/
* Merge pull request #2053 from python-gitlab/jlvillal/resourceNejc Habjan2022-06-042-15/+17
|\
| * chore: rename `what` to `gitlab_resource`John L. Villalovos2022-06-032-15/+17
* | 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: require f-stringsJohn L. Villalovos2022-06-011-3/+3
* 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-316-39/+37
* chore: remove use of '%' string formatter in `gitlab/utils.py`John L. Villalovos2022-05-311-2/+2
* chore: have `EncodedId` creation always return `EncodedId`John L. Villalovos2022-05-311-7/+5
* feat: support mutually exclusive attributes and consolidate validation to fix...Walter Rowe2022-05-317-36/+48
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-3145-55/+97
* chore: update type-hints return signature for GetWithoutIdMixin methodsJohn L. Villalovos2022-05-3011-63/+47
* chore: correct ModuleNotFoundError() argumentsJohn L. Villalovos2022-05-292-3/+3
* chore(mixins): remove None check as http_get always returns valueNejc Habjan2022-05-291-2/+0
* test(gitlab): increase unit test coverageNejc Habjan2022-05-292-4/+8
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-298-36/+39
* refactor(mixins): extract custom type transforms into utilsNejc Habjan2022-05-292-45/+40
* chore: release v3.5.0v3.5.0github-actions2022-05-281-1/+1
* feat(objects): support get project storage endpointNejc Habjan2022-05-271-0/+19
* fix(cli): changed default `allow_abbrev` value to fix arguments collision pro...John Villalovos2022-05-091-1/+3
* fix: duplicate subparsers being added to argparseJohn L. Villalovos2022-05-091-7/+18
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-0817-51/+54
* Merge pull request #1996 from Psycojoker/project-name-in-reprNejc Habjan2022-05-071-0/+10
|\
| * feat(ux): display project.name_with_namespace on project reprLaurent Peuch2022-04-291-0/+10
* | docs: add missing Admin access const valueNazia Povey2022-05-071-0/+1
|/
* chore: release v3.4.0v3.4.0github-actions2022-04-281-1/+1
* Merge pull request #1965 from python-gitlab/fix/redundant-args-apiMax Wittig2022-04-141-5/+7
|\
| * fix: avoid passing redundant arguments to APINejc Habjan2022-04-051-5/+7
* | Merge pull request #1974 from Sineaggi/add-chunked-to-list-of-retryable-excep...Nejc Habjan2022-04-141-1/+1
|\ \
| * | fix: add ChunkedEncodingError to list of retryable exceptionsClayton Walker2022-04-131-1/+1
* | | 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
| |/ / /
* | | | feat: emit a warning when using a `list()` method returns maxJohn L. Villalovos2022-04-121-8/+54
| |/ / |/| |
* | | Merge pull request #1964 from python-gitlab/fix/missing-commit-list-filtersMax Wittig2022-04-061-0/+10
|\ \ \ | |_|/ |/| |
| * | fix(cli): add missing filters for project commit listNejc Habjan2022-04-041-0/+10
| |/
* | chore(client): remove duplicate codeNejc Habjan2022-04-041-3/+0