summaryrefslogtreecommitdiff
path: root/gitlab/v4
Commit message (Expand)AuthorAgeFilesLines
* chore: consolidate license and authorsNejc Habjan2022-08-042-35/+0
* Merge pull request #2211 from python-gitlab/jlvillal/mypy_step_stepNejc Habjan2022-08-014-9/+21
|\
| * chore: enable mypy check `disallow_any_generics`John L. Villalovos2022-08-014-9/+21
* | chore: enable mypy check `no_implicit_optional`John L. Villalovos2022-07-313-3/+3
|/
* chore: change `_repr_attr` for Project to be `path_with_namespace`John L. Villalovos2022-07-291-1/+1
* Merge pull request #2199 from orf/patch-1Nejc Habjan2022-07-291-3/+7
|\
| * feat: Support downloading archive subpathsTom Forbes2022-07-291-3/+7
* | Merge pull request #2194 from python-gitlab/jlvillal/update-gitlabNejc Habjan2022-07-291-1/+4
|\ \ | |/ |/|
| * chore(topics): 'title' is required when creating a topicJohn L. Villalovos2022-07-281-1/+4
* | Merge pull request #2198 from nickbroon/nickbroon-release-sort-orderNejc Habjan2022-07-281-0/+5
|\ \
| * | feat: allow sort/ordering for project releasesNick Brown2022-07-281-0/+5
| |/
* | fix: support array types for most resourcesNejc Habjan2022-07-2813-14/+61
* | feat(cli): add a custom help formatterWaldek Maleska2022-07-281-1/+3
|/
* feat: add support for iterations APINejc Habjan2022-07-274-0/+31
* feat(groups): add support for shared projects APINejc Habjan2022-07-262-1/+27
* feat(issues): add support for issue reorder APINejc Habjan2022-07-241-1/+33
* feat(namespaces): add support for namespace existence APINejc Habjan2022-07-241-1/+26
* feat: add support for group and project invitations APINejc Habjan2022-07-234-0/+94
* feat(projects): add support for project restore APINejc Habjan2022-07-231-0/+15
* refactor: migrate services to integrationsNejc Habjan2022-07-233-9/+27
* fix(runners): fix listing for /runners/allNejc Habjan2022-07-231-1/+15
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-211-1/+12
* feat: add support for filtering jobs by scopeNick Brown2022-07-211-0/+1
* feat(api): add support for instance-level registry repositoriesNejc Habjan2022-07-201-1/+23
* feat(groups): add support for group-level registry repositoriesNejc Habjan2022-07-202-0/+9
* Merge pull request #2146 from python-gitlab/jlvillal/mypy_strict_step_by_stepNejc Habjan2022-07-201-5/+13
|\
| * chore: enable mypy check `strict_equality`John L. Villalovos2022-07-191-5/+13
* | fix: Enable epic notesJohn Gunnison2022-07-191-0/+2
|/
* feat: Add 'merge_pipelines_enabled' project attributeNick Brown2022-07-111-0/+2
* feat: support validating CI lint resultsNejc Habjan2022-07-092-1/+44
* fix(cli): remove irrelevant MR approval rule list filtersNejc Habjan2022-07-091-1/+0
* feat(cli): add support for global CI lintNejc Habjan2022-07-052-4/+21
* 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
* feat(api): add support for `get` for a MR approval ruleJohn L. Villalovos2022-06-271-4/+10
* refactor: avoid possible breaking change in iterator (#2107)John Villalovos2022-06-277-24/+58
* test(pylint): enable pylint "unused-argument" checkJohn L. Villalovos2022-06-267-18/+18
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-268-32/+99
* refactor: remove no-op id argument in GetWithoutIdMixinNejc Habjan2022-06-2510-84/+50
* feat(users): add approve and reject methods to UserBen Gamari2022-06-251-0/+36
* feat: Add support for Protected Environmentscalve2022-06-222-1/+34
* 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
* | feat(users): add ban and unban methodsAntoine Auger2022-06-131-0/+42
|/
* 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-055-8/+13
|\
| * 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