summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix(cli): allow custom methods in managersNejc Habjan2022-01-222-0/+36
* fix(objects): make resource access tokens and repos available in CLINejc Habjan2022-01-221-0/+16
* test: convert usage of `match_querystring` to `match`jlvillal/rm_httmockJohn L. Villalovos2022-01-164-101/+104
* test: remove usage of httpmock libraryJohn L. Villalovos2022-01-151-223/+388
* Merge pull request #1838 from python-gitlab/jlvillal/version_mvNejc Habjan2022-01-151-1/+1
|\
| * chore: rename `gitlab/__version__.py` -> `gitlab/_version.py`jlvillal/version_mvJohn L. Villalovos2022-01-151-1/+1
* | test: use 'responses' in test_mixins_methods.pyJohn L. Villalovos2022-01-141-146/+191
* | chore(tests): use method `projects.transfer()`jlvillal/catch_warningsJohn L. Villalovos2022-01-131-2/+2
|/
* test(groups): enable group transfer testsNejc Habjan2022-01-133-10/+11
* feat(api): add `project.transfer()` and deprecate `transfer_project()`Nejc Habjan2022-01-134-5/+78
* Merge pull request #1819 from python-gitlab/jlvillal/encoded_idNejc Habjan2022-01-136-15/+134
|\