summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
...
* feat(cli): add support for global CI lintNejc Habjan2022-07-053-4/+28
* chore(ci_lint): add create attributesNejc Habjan2022-07-051-0/+4
* refactor(objects): move ci lint to separate fileNejc Habjan2022-07-053-16/+24
* feat(objects): add Project CI Lint supportJohn L. Villalovos2022-07-041-0/+23
* feat: add support for group push rulesO'Keefe, Gerard (Gerry)2022-07-042-2/+57
* Merge pull request #2114 from python-gitlab/jlvillal/remove_trysNejc Habjan2022-07-041-40/+36
|\
| * chore: simplify multi-nested try blocksJohn L. Villalovos2022-06-291-40/+36
* | fix: ensure path elements are escapedJohn L. Villalovos2022-07-031-4/+6
|/
* feat(api): add support for `get` for a MR approval ruleJohn L. Villalovos2022-06-271-4/+10
* chore: release v3.6.0v3.6.0github-actions2022-06-281-1/+1
* refactor: do not recommend plain gitlab.const constantsNejc Habjan2022-06-272-6/+10
* refactor: avoid possible breaking change in iterator (#2107)John Villalovos2022-06-279-27/+65
* test(pylint): enable pylint "unused-argument" checkJohn L. Villalovos2022-06-268-18/+19
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-2610-36/+111
* refactor: remove no-op id argument in GetWithoutIdMixinNejc Habjan2022-06-2511-87/+51
* Merge pull request #2061 from bgamari/patch-1Nejc Habjan2022-06-252-0/+44
|\
| * feat(users): add approve and reject methods to UserBen Gamari2022-06-252-0/+44
* | feat(api): support head() method for get and list endpointsNejc Habjan2022-06-252-3/+35
* | feat(api): implement HEAD methodGauvain Pocentek2022-06-251-0/+21
|/
* chore(gitlab): fix implicit re-exports for mpypyNejc Habjan2022-06-233-0/+25
* feat(api): convert gitlab.const to EnumsJochen Sprickerhof2022-06-221-29/+80
* feat: Add support for Protected Environmentscalve2022-06-222-1/+34
* fix(base): do not fail repr() on lazy objectsNejc Habjan2022-06-201-4/+11
* Merge pull request #2066 from python-gitlab/jlvillal/approval_rule_idNejc Habjan2022-06-201-2/+1
|\
| * fix(cli): project-merge-request-approval-ruleJohn L. Villalovos2022-06-181-2/+1
* | chore: fix issue found with pylint==2.14.3John L. Villalovos2022-06-191-3/+1
* | feat(users): add ban and unban methodsAntoine Auger2022-06-132-0/+50
|/
* 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