summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects
Commit message (Expand)AuthorAgeFilesLines
* refactor: decouple CLI from custom method argumentsrefactor/decouple-cli-from-custom-argsNejc Habjan2022-06-0612-78/+103
* 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
* 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
* 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: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-2211-35/+50
* 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-1316-81/+81
|\
| * chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-133-8/+8
| * 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-083-9/+11
* fix: remove default arguments for mergerequests.merge()John L. Villalovos2022-01-081-4/+4