summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* feat: add support for Groups API method `transfer()`Christian Sattler2022-01-132-1/+27
* chore(objects): use `self.encoded_id` where applicableJohn L. Villalovos2022-01-132-7/+7
* Merge pull request #1835 from python-gitlab/jlvillal/id_to_encodedidNejc Habjan2022-01-142-3/+3
|\
| * chore(objects): use `self.encoded_id` where could be a stringJohn L. Villalovos2022-01-132-3/+3
* | chore(projects): fix typing for transfer methodNejc Habjan2022-01-131-1/+1
* | feat(api): add `project.transfer()` and deprecate `transfer_project()`Nejc Habjan2022-01-131-1/+11
|/
* feat(api): return result from `SaveMixin.save()`kernelport2022-01-131-4/+7
* Merge pull request #1819 from python-gitlab/jlvillal/encoded_idNejc Habjan2022-01-1320-119/+133
|\
| * chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-137-89/+25
| * chore: add EncodedId string class to use to hold URL-encoded pathsJohn L. Villalovos2022-01-133-9/+67
| * fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-1317-92/+112
* | Merge pull request #1827 from python-gitlab/jlvillal/all_objectsNejc Habjan2022-01-131-6/+16
|\ \
| * | fix(members): use new *All objects for *AllManager managersJohn L. Villalovos2022-01-131-6/+16
* | | fix(cli): add missing list filters for environmentsNejc Habjan2022-01-131-0/+1
| |/ |/|