summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-091-1/+33
* 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-266-13/+13
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-267-32/+98
* 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: enable pylint check: "no-else-return"John L. Villalovos2022-06-041-2/+1
* chore: enable pylint check: "attribute-defined-outside-init"John L. Villalovos2022-06-042-0/+4
* chore: enable pylint check "raise-missing-from"John L. Villalovos2022-06-041-2/+2
* chore: move `utils._validate_attrs` inside `types.RequiredOptional`John L. Villalovos2022-05-313-6/+6
* feat: support mutually exclusive attributes and consolidate validation to fix...Walter Rowe2022-05-314-8/+12
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-3143-43/+86
* chore: update type-hints return signature for GetWithoutIdMixin methodsJohn L. Villalovos2022-05-3010-62/+46
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-296-25/+13
* feat(objects): support get project storage endpointNejc Habjan2022-05-271-0/+19
* feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-0815-43/+33
* feat(ux): display project.name_with_namespace on project reprLaurent Peuch2022-04-291-0/+10
* 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
| |/
* | fix(cli): add missing filters for project commit listNejc Habjan2022-04-041-0/+10
|/
* feat(api): re-add topic delete endpointNejc Habjan2022-04-011-3/+3
* feat(object): add pipeline test report summary supportkinbald2022-03-071-0/+20
* feat(merge_request_approvals): add support for deleting MR approval rulesNejc Habjan2022-02-131-2/+2
* feat(artifacts): add support for project artifacts delete APINejc Habjan2022-02-101-0/+17
* chore: create a custom `warnings.warn` wrapperJohn L. Villalovos2022-02-062-14/+18