summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-132-24/+3
| * chore: add EncodedId string class to use to hold URL-encoded pathsJohn L. Villalovos2022-01-136-2/+113
| * fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-132-0/+29
* | Merge pull request #1827 from python-gitlab/jlvillal/all_objectsNejc Habjan2022-01-131-0/+28
|\ \ | |/ |/|
| * fix(members): use new *All objects for *AllManager managersJohn L. Villalovos2022-01-131-0/+28
* | fix(api): services: add missing `lazy` parameterjlvillal/lazy_serviceJohn L. Villalovos2022-01-131-0/+11
|/
* feat: add support for Group Access Token APIFabio Huser2022-01-091-0/+113
* docs: update project access token API reference linkFabio Huser2022-01-091-1/+1
* Merge pull request #1812 from python-gitlab/jlvillal/pprintNejc Habjan2022-01-091-0/+30
|\
| * chore: add `pprint()` and `pformat()` methods to RESTObjectJohn L. Villalovos2022-01-081-0/+30
* | Merge pull request #1786 from python-gitlab/jlvillal/loggingNejc Habjan2022-01-091-16/+46
|\ \
| * | chore: add logging to `tests/functional/conftest.py`John L. Villalovos2022-01-081-16/+46
* | | fix: remove custom URL encodingJohn L. Villalovos2022-01-082-6/+15
|/ /
* | fix: remove default arguments for mergerequests.merge()John L. Villalovos2022-01-081-1/+3
* | fix(cli): url-encode path components of the URLJohn L. Villalovos2022-01-083-11/+49
* | chore: fix functional test failure if config presentJohn L. Villalovos2022-01-081-5/+4
|/
* chore: add functional test of mergerequest.get()jlvillal/test_1425John L. Villalovos2022-01-031-0/+16
* chore: add test case to show branch name with period worksjlvillal/dot_branchJohn L. Villalovos2022-01-031-0/+17
* feat(cli): allow options from args and environment variablesNejc Habjan2022-01-023-11/+184
* chore: fix functional test failure if config presentjlvillal/cli_testJohn L. Villalovos2022-01-011-4/+8
* fix: handle situation where GitLab does not return valuesjlvillal/paginationJohn L. Villalovos2021-12-301-3/+2