summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refactor: decouple CLI from custom method argumentsrefactor/decouple-cli-from-custom-argsNejc Habjan2022-06-0617-114/+159
* Merge pull request #2055 from python-gitlab/jlvillal/resourceNejc Habjan2022-06-051-1/+3
|\
| * chore(cli): rename "object" to "GitLab resource"John L. Villalovos2022-06-051-1/+3
|/
* Merge pull request #2045 from python-gitlab/jlvillal/test_validate_attrsNejc Habjan2022-06-051-0/+49
|\
| * test: add more tests for RequiredOptionalJohn L. Villalovos2022-06-011-0/+49
* | Merge pull request #2056 from python-gitlab/jlvillal/pylint_jobNejc Habjan2022-06-051-0/+1
|\ \
| * | chore: use multiple processors when running PyLintJohn L. Villalovos2022-06-051-0/+1
|/ /
* | Merge pull request #2051 from python-gitlab/jlvillal/more_more_pylintNejc Habjan2022-06-0512-49/+38
|\ \
| * | chore: enable pylint check: "redefined-outer-name",John L. Villalovos2022-06-043-7/+5
| * | chore: enable pylint check: "no-self-use"John L. Villalovos2022-06-044-11/+17
| * | chore: enable pylint check: "no-else-return"John L. Villalovos2022-06-045-9/+4
| * | chore: enable pylint check: "attribute-defined-outside-init"John L. Villalovos2022-06-044-1/+5
| * | chore: enable pylint check "raise-missing-from"John L. Villalovos2022-06-043-5/+6
| * | chore: enable pylint checks which require no changesJohn L. Villalovos2022-06-041-7/+0
| * | chore: enable pylint checksJohn L. Villalovos2022-06-043-9/+1
* | | Merge pull request #2054 from python-gitlab/jlvillal/resourceNejc Habjan2022-06-053-14/+27
|\ \ \ | |/ / |/| |
| * | chore: rename `whaction` and `action` to `resource_action` in CLIJohn L. Villalovos2022-06-053-14/+27
|/ /
* | Merge pull request #2049 from python-gitlab/jlvillal/python_311Nejc Habjan2022-06-041-1/+1
|\ \
| * | test: move back to using latest Python 3.11 versionJohn L. Villalovos2022-06-031-1/+1
* | | Merge pull request #2053 from python-gitlab/jlvillal/resourceNejc Habjan2022-06-043-22/+24
|\ \ \
| * | | chore: rename `what` to `gitlab_resource`John L. Villalovos2022-06-033-22/+24
* | | | 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
| |/ /
* | | Merge pull request #2050 from python-gitlab/jlvillal/more_pylintNejc Habjan2022-06-042-3/+2
|\ \ \ | |/ / |/| |
| * | chore: enable 'consider-using-sys-exit' pylint checkJohn L. Villalovos2022-06-032-3/+2
|/ /
* | test: increase client coverageNejc Habjan2022-06-022-0/+39
* | Merge pull request #2043 from python-gitlab/jlvillal/f-stringNejc Habjan2022-06-012-4/+3
|\ \ | |/ |/|
| * chore: require f-stringsJohn L. Villalovos2022-06-012-4/+3
|/
* chore(ci): pin 3.11 to beta.1Nejc Habjan2022-06-011-1/+1
* test(cli): improve coverage for custom actionsNejc Habjan2022-06-013-4/+39
* chore(cli): ignore coverage on exceptions triggering cli.dieNejc Habjan2022-06-011-7/+7
* fix(cli): fix project export download for CLINejc Habjan2022-06-012-1/+35
* Merge pull request #2042 from python-gitlab/jlvillal/exclusiveNejc Habjan2022-06-017-44/+41
|\
| * chore: move `utils._validate_attrs` inside `types.RequiredOptional`John L. Villalovos2022-05-317-44/+41
| * chore: remove use of '%' string formatter in `gitlab/utils.py`John L. Villalovos2022-05-311-2/+2
|/
* Merge pull request #2040 from python-gitlab/jlvillal/type_aliasNejc Habjan2022-06-012-9/+9
|\
| * chore: have `EncodedId` creation always return `EncodedId`John L. Villalovos2022-05-312-9/+9
|/
* feat: support mutually exclusive attributes and consolidate validation to fix...Walter Rowe2022-05-318-40/+53
* Merge pull request #2039 from python-gitlab/jlvillal/required_optionalNejc Habjan2022-05-3146-65/+108
|\
| * chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-3146-65/+108
|/
* Merge pull request #2036 from python-gitlab/jlvillal/get_not_noneNejc Habjan2022-05-3012-66/+50
|\
| * chore: update type-hints return signature for GetWithoutIdMixin methodsJohn L. Villalovos2022-05-3012-66/+50
|/
* Merge pull request #2033 from python-gitlab/jlvillal/module_not_found_errorNejc Habjan2022-05-303-4/+4
|\
| * chore: correct ModuleNotFoundError() argumentsJohn L. Villalovos2022-05-293-4/+4
* | Merge pull request #2034 from python-gitlab/renovate/typing-dependenciesNejc Habjan2022-05-302-4/+4
|\ \
| * | chore(deps): update typing dependenciesRenovate Bot2022-05-302-4/+4
| |/
* | Merge pull request #2035 from python-gitlab/renovate/commitizen-2.xNejc Habjan2022-05-301-1/+1
|\ \ | |/ |/|
| * chore(deps): update dependency commitizen to v2.27.1Renovate Bot2022-05-301-1/+1
|/
* chore(mixins): remove None check as http_get always returns valueNejc Habjan2022-05-291-2/+0
* test(gitlab): increase unit test coverageNejc Habjan2022-05-2912-34/+304