summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | docs(projects): provide more detailed import examplesNejc Habjan2022-06-251-2/+17
* | docs(projects): document 404 gotcha with unactivated integrationsNejc Habjan2022-06-251-6/+17
* | docs(variables): instruct users to follow GitLab rules for valuesNejc Habjan2022-06-251-0/+6
* | docs(api): stop linking to python-requests.orgNejc Habjan2022-06-251-3/+3
* | docs(api): fix incorrect docs for merge_request_approvals (#2094)John Villalovos2022-06-251-1/+4
* | Merge pull request #2089 from python-gitlab/jlvillal/more_timeNejc Habjan2022-06-241-4/+16
|\ \
| * | chore(ci): increase timeout for docker container to come onlineJohn L. Villalovos2022-06-241-4/+16
* | | docs(api-usage): add import os in exampleArthur Lutz2022-06-241-0/+1
* | | chore(docs): ignore nitpicky warningsNejc Habjan2022-06-232-1/+2
* | | docs: drop deprecated setuptools build_sphinxNejc Habjan2022-06-232-4/+1
* | | chore: patch sphinx for explicit re-exportsNejc Habjan2022-06-232-0/+21
* | | chore: bump mypy pre-commit hookNejc Habjan2022-06-231-1/+1
* | | chore(gitlab): fix implicit re-exports for mpypyNejc Habjan2022-06-234-1/+26
|/ /
* | Merge pull request #1688 from jspricke/enumNejc Habjan2022-06-228-79/+130
|\ \
| * | feat(api): convert gitlab.const to EnumsJochen Sprickerhof2022-06-228-79/+130
|/ /
* | Merge pull request #2084 from calve/protected-environmentsNejc Habjan2022-06-226-3/+109
|\ \
| * | feat: Add support for Protected Environmentscalve2022-06-226-3/+109
|/ /
* | Merge pull request #2083 from python-gitlab/jlvillal/czNejc Habjan2022-06-201-1/+1
|\ \
| * | chore: add link to Commitizen in Github workflowJohn L. Villalovos2022-06-201-1/+1
|/ /
* | fix(base): do not fail repr() on lazy objectsNejc Habjan2022-06-202-4/+15
* | Merge pull request #2066 from python-gitlab/jlvillal/approval_rule_idNejc Habjan2022-06-202-2/+2
|\ \
| * | fix(cli): project-merge-request-approval-ruleJohn L. Villalovos2022-06-182-2/+2
* | | Merge pull request #2076 from python-gitlab/renovate/pylint-2.xNejc Habjan2022-06-201-1/+1
|\ \ \
| * | | chore(deps): update dependency pylint to v2.14.3renovate[bot]2022-06-201-1/+1
|/ / /
* | | Merge pull request #2077 from python-gitlab/jlvillal/pylintNejc Habjan2022-06-201-3/+1
|\ \ \
| * | | chore: fix issue found with pylint==2.14.3John L. Villalovos2022-06-191-3/+1
* | | | chore(deps): update pre-commit hook commitizen-tools/commitizen to v2.27.1renovate[bot]2022-06-191-1/+1
* | | | chore(deps): update dependency requests to v2.28.0renovate[bot]2022-06-192-2/+2
|/ / /
* | | chore(deps): update dependency mypy to v0.961renovate[bot]2022-06-191-1/+1
| |/ |/|
* | Merge pull request #2064 from antoineauger/feat/user-ban-unbanNejc Habjan2022-06-135-0/+99
|\ \
| * | feat(users): add ban and unban methodsAntoine Auger2022-06-135-0/+99
|/ /
* | feat(docker): provide a Debian-based slim imageNejc Habjan2022-06-124-15/+47
|/
* docs(usage): refer to upsteam docs instead of custom attributesNejc Habjan2022-06-061-14/+12
* docs(ext): fix rendering for RequiredOptional dataclassNejc Habjan2022-06-061-10/+10
* Merge pull request #2057 from walterrowe/mainNejc Habjan2022-06-062-10/+23
|\
| * docs: documentation updates to reflect addition of mutually exclusive attributesWalter Rowe2022-06-052-10/+23
* | chore(deps): update typing dependenciesRenovate Bot2022-06-052-4/+4
* | chore(deps): update dependency mypy to v0.960Renovate Bot2022-06-051-1/+1
|/
* 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