summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2045 from python-gitlab/jlvillal/test_validate_attrsNejc Habjan2022-06-051-0/+49
|\
| * test: add more tests for RequiredOptionalJohn L. Villalovos2022-06-011-0/+49
* | chore: rename `whaction` and `action` to `resource_action` in CLIJohn L. Villalovos2022-06-051-1/+1
* | chore: rename `what` to `gitlab_resource`John L. Villalovos2022-06-031-7/+7
* | test: increase client coverageNejc Habjan2022-06-022-0/+39
|/
* test(cli): improve coverage for custom actionsNejc Habjan2022-06-012-4/+38
* fix(cli): fix project export download for CLINejc Habjan2022-06-011-0/+34
* chore: move `utils._validate_attrs` inside `types.RequiredOptional`John L. Villalovos2022-05-311-5/+4
* chore: have `EncodedId` creation always return `EncodedId`John L. Villalovos2022-05-311-2/+4
* feat: support mutually exclusive attributes and consolidate validation to fix...Walter Rowe2022-05-311-4/+5
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-10/+11
* chore: update type-hints return signature for GetWithoutIdMixin methodsJohn L. Villalovos2022-05-301-3/+3
* chore: correct ModuleNotFoundError() argumentsJohn L. Villalovos2022-05-291-1/+1
* test(gitlab): increase unit test coverageNejc Habjan2022-05-299-30/+295
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-295-15/+44
* refactor(mixins): extract custom type transforms into utilsNejc Habjan2022-05-291-1/+28
* feat(objects): support get project storage endpointNejc Habjan2022-05-272-0/+27
* Merge pull request #2012 from rnoberger/rnoberger/test-projectsNejc Habjan2022-05-111-20/+116
|\
| * test(projects): add tests for list project methodsRobin Berger2022-05-101-20/+116
* | fix: duplicate subparsers being added to argparseJohn L. Villalovos2022-05-091-0/+0
* | feat: display human-readable attribute in `repr()` if presentNejc Habjan2022-05-081-0/+31
|/
* Merge pull request #1974 from Sineaggi/add-chunked-to-list-of-retryable-excep...Nejc Habjan2022-04-141-2/+11
|\
| * fix: add ChunkedEncodingError to list of retryable exceptionsClayton Walker2022-04-131-2/+11
* | Merge pull request #1963 from python-gitlab/feat/deploy-token-getMax Wittig2022-04-131-4/+9
|\ \
| * | feat(objects): support getting project/group deploy tokens by idNejc Habjan2022-04-041-4/+9
* | | Merge pull request #1962 from python-gitlab/feat/user-ssh-keyMax Wittig2022-04-131-0/+3
|\ \ \
| * | | feat(user): support getting user SSH key by idNejc Habjan2022-04-011-0/+3
| |/ /
* | | feat: emit a warning when using a `list()` method returns maxJohn L. Villalovos2022-04-122-2/+145
| |/ |/|
* | fix: add 52x range to retry transient failures and testsClayton Walker2022-04-041-1/+97
|/
* chore(deps): upgrade gitlab-ce to 14.9.2-ce.0Nejc Habjan2022-04-011-1/+1
* feat(api): re-add topic delete endpointNejc Habjan2022-04-013-0/+23
* feat(object): add pipeline test report summary supportkinbald2022-03-071-1/+54
* feat(merge_request_approvals): add support for deleting MR approval rulesNejc Habjan2022-02-131-0/+18
* test(unit): clean up MR approvals fixturesNejc Habjan2022-02-131-123/+14
* feat(artifacts): add support for project artifacts delete APINejc Habjan2022-02-101-0/+18
* test(runners): add test for deleting runners by auth tokenNejc Habjan2022-02-101-1/+17
* chore: create a custom `warnings.warn` wrapperJohn L. Villalovos2022-02-061-0/+19
* test(functional): fix GitLab configuration to support paginationJohn L. Villalovos2022-02-053-4/+4
* test(services): add functional tests for servicesNejc Habjan2022-02-032-1/+43
* test(objects): add tests for project artifactsNejc Habjan2022-02-012-7/+114
* fix: remove custom `delete` method for labelsJohn L. Villalovos2022-02-012-3/+10
* chore: create new ArrayAttribute classJohn L. Villalovos2022-01-301-12/+30
* chore: remove redundant list comprehensionNejc Habjan2022-01-231-1/+1
* style: use f-strings where applicableNejc Habjan2022-01-232-11/+6
* chore: consistently use open() encoding and file descriptorNejc Habjan2022-01-232-4/+4
* chore: always use context manager for file IONejc Habjan2022-01-231-1/+2
* style: use literals to declare data structuresNejc Habjan2022-01-232-2/+2
* chore: remove old-style classesNejc Habjan2022-01-232-4/+4
* chore: rename `types.ListAttribute` to `types.CommaSeparatedListAttribute`John L. Villalovos2022-01-221-12/+12
* test: add a meta test to make sure that v4/objects/ files are importedJohn L. Villalovos2022-01-221-0/+32