summaryrefslogtreecommitdiff
path: root/gitlab/v4
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(services): use slug for id_attr instead of custom methodsNejc Habjan2022-02-031-49/+3
* 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-308-36/+24
* fix(cli): make 'per_page' and 'page' type explicitThomas de Grenier de Latour2022-01-251-2/+2
* chore: don't explicitly pass args to super()Nejc Habjan2022-01-235-6/+6
* style: use literals to declare data structuresNejc Habjan2022-01-235-10/+10
* chore: remove old-style classesNejc Habjan2022-01-231-4/+4
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-2211-35/+50
* 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
* chore: create return type-hints for `get_id()` & `encoded_id`John L. Villalovos2022-01-141-0/+2
* chore(groups): use encoded_id for group pathNejc Habjan2022-01-131-1/+1
* feat: add support for Groups API method `transfer()`Christian Sattler2022-01-131-1/+23
* 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
|/
* Merge pull request #1819 from python-gitlab/jlvillal/encoded_idNejc Habjan2022-01-1317-82/+82
|\
| * chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-134-9/+9
| * chore: add EncodedId string class to use to hold URL-encoded pathsJohn L. Villalovos2022-01-131-1/+1
| * fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-1314-72/+72
* | 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
| |/ |/|
* | fix(api): services: add missing `lazy` parameterjlvillal/lazy_serviceJohn L. Villalovos2022-01-131-1/+9
|/
* feat: add support for Group Access Token APIFabio Huser2022-01-092-0/+19
* fix: remove custom URL encodingJohn L. Villalovos2022-01-084-10/+12
* fix: remove default arguments for mergerequests.merge()John L. Villalovos2022-01-081-4/+4
* fix(cli): url-encode path components of the URLJohn L. Villalovos2022-01-081-2/+18
* Merge pull request #1809 from python-gitlab/jlvillal/list_apiNejc Habjan2022-01-081-8/+11
|\
| * fix: change to `http_list` for some ProjectCommit methodsJohn L. Villalovos2022-01-081-8/+11
* | chore: fix missing commajlvillal/missing_commaJohn L. Villalovos2022-01-071-1/+2
|/
* chore: add and document optional parameters for get MRjlvillal/rebase_in_progressJohn L. Villalovos2021-12-231-0/+5
* feat(api): support file format for repository archiveMax Ludwig2021-12-211-2/+6
* feat: add support for `squash_option` in Projectsjlvillal/squash_optionJohn L. Villalovos2021-12-132-0/+3
* chore(api): temporarily remove topic delete endpointNejc Habjan2021-12-111-3/+3
* feat(api): add support for Topics APINejc Habjan2021-12-112-0/+28
* Merge pull request #1710 from python-gitlab/jlvillal/get_without_idNejc Habjan2021-12-119-9/+85
|\
| * chore: add get() methods for GetWithoutIdMixin based classesjlvillal/get_without_idJohn L. Villalovos2021-12-089-9/+85
* | feat: add delete on package_file objectSimon Hébert-Deschamps2021-12-091-1/+1
|/
* chore: fix pylint error "expression-not-assigned"John L. Villalovos2021-12-071-28/+20
* chore: add initial pylint checkJohn L. Villalovos2021-12-072-13/+21
* chore: enable 'warn_redundant_casts' for mypyjlvillal/mypy_strict_two_stepsJohn L. Villalovos2021-12-051-1/+1
* docs: use annotations for return typesdocs/sphinx-annotationsNejc Habjan2021-12-0124-77/+77