summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* chore: release v3.4.0v3.4.0github-actions2022-04-281-1/+1
* Merge pull request #1965 from python-gitlab/fix/redundant-args-apiMax Wittig2022-04-141-5/+7
|\
| * fix: avoid passing redundant arguments to APINejc Habjan2022-04-051-5/+7
* | Merge pull request #1974 from Sineaggi/add-chunked-to-list-of-retryable-excep...Nejc Habjan2022-04-141-1/+1
|\ \
| * | fix: add ChunkedEncodingError to list of retryable exceptionsClayton Walker2022-04-131-1/+1
* | | 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
| |/ / /
* | | | feat: emit a warning when using a `list()` method returns maxJohn L. Villalovos2022-04-121-8/+54
| |/ / |/| |
* | | Merge pull request #1964 from python-gitlab/fix/missing-commit-list-filtersMax Wittig2022-04-061-0/+10
|\ \ \ | |_|/ |/| |
| * | fix(cli): add missing filters for project commit listNejc Habjan2022-04-041-0/+10
| |/
* | chore(client): remove duplicate codeNejc Habjan2022-04-041-3/+0
* | fix: add 52x range to retry transient failures and testsClayton Walker2022-04-041-3/+6
* | fix: also retry HTTP-based transient errorsMitar2022-04-041-11/+25
|/
* feat(api): re-add topic delete endpointNejc Habjan2022-04-011-3/+3
* chore: release v3.3.0v3.3.0github-actions2022-03-281-1/+1
* Merge pull request #1895 from python-gitlab/jlvillal/rate-limitNejc Habjan2022-03-101-0/+4
|\
| * fix: support RateLimit-Reset headerJohn L. Villalovos2022-02-161-0/+4
* | Merge pull request #1917 from python-gitlab/renovate/major-blackNejc Habjan2022-03-101-1/+1
|\ \
| * | style: reformat for black v22Nejc Habjan2022-03-101-1/+1
* | | feat(object): add pipeline test report summary supportkinbald2022-03-071-0/+20
|/ /
* | chore: release v3.2.0v3.2.0github-actions2022-02-281-1/+1
|/
* 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
* feat(mixins): allow deleting resources without IDsNejc Habjan2022-02-101-1/+4
* chore: create a custom `warnings.warn` wrapperJohn L. Villalovos2022-02-064-20/+63
* chore: correct type-hints for per_page attrbuteJohn L. Villalovos2022-02-052-5/+3
* fix(services): use slug for id_attr instead of custom methodsNejc Habjan2022-02-031-49/+3
* chore: require kwargs for `utils.copy_dict()`John L. Villalovos2022-02-032-4/+8
* style(objects): add spacing to docstringsNejc Habjan2022-02-011-1/+10
* feat(objects): add a complete artifacts managerNejc Habjan2022-02-013-81/+133
* fix: remove custom `delete` method for labelsJohn L. Villalovos2022-02-011-41/+7
* chore: create new ArrayAttribute classJohn L. Villalovos2022-01-309-37/+38
* chore: release v3.1.1v3.1.1github-actions2022-01-281-1/+1
* fix(cli): make 'per_page' and 'page' type explicitThomas de Grenier de Latour2022-01-252-2/+3
* fix(cli): make 'timeout' type explicitThomas de Grenier de Latour2022-01-251-0/+1
* chore: use dataclass for RequiredOptionalNejc Habjan2022-01-231-2/+4
* chore: consistently use open() encoding and file descriptorNejc Habjan2022-01-231-2/+2
* chore: don't explicitly pass args to super()Nejc Habjan2022-01-236-10/+10
* style: use literals to declare data structuresNejc Habjan2022-01-238-15/+15
* chore: remove old-style classesNejc Habjan2022-01-236-12/+12
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-2212-36/+51
* fix(cli): allow custom methods in managersNejc Habjan2022-01-221-4/+6
* fix(objects): make resource access tokens and repos available in CLINejc Habjan2022-01-221-0/+3
* Merge pull request #1838 from python-gitlab/jlvillal/version_mvNejc Habjan2022-01-153-2/+2
|\
| * chore: rename `gitlab/__version__.py` -> `gitlab/_version.py`jlvillal/version_mvJohn L. Villalovos2022-01-153-2/+2
* | chore: create return type-hints for `get_id()` & `encoded_id`John L. Villalovos2022-01-143-3/+6
|/
* chore: release v3.1.0v3.1.0github-actions2022-01-141-1/+1
* chore(groups): use encoded_id for group pathNejc Habjan2022-01-131-1/+1