summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: reproduce missing pagination headers in testsNejc Habjan2021-12-301-0/+30
* test: drop httmock dependency in test_gitlab.pyNejc Habjan2021-12-301-45/+61
* chore: ensure reset_gitlab() succeedsJohn L. Villalovos2021-12-281-0/+30
* Merge pull request #1782 from python-gitlab/jlvillal/repository_func_testsNejc Habjan2021-12-281-0/+4
|\
| * chore: skip a functional test if not using >= py3.9jlvillal/repository_func_testsJohn L. Villalovos2021-12-261-0/+4
* | chore: update version in docker-compose.ymljlvillal/docker_composeJohn L. Villalovos2021-12-261-1/+1
|/
* feat(api): support file format for repository archiveMax Ludwig2021-12-211-2/+25
* fix: stop encoding '.' to '%2E'jlvillal/leave_dotJohn L. Villalovos2021-12-204-24/+8
* chore: fix unit test if config file exists locallyjlvillal/unit_test_configJohn L. Villalovos2021-12-191-2/+4
* feat(cli): do not require config file to run CLIfeat/cli-without-config-fileNejc Habjan2021-12-132-52/+127
* test(api): fix current user mail count in newer gitlabNejc Habjan2021-12-111-2/+2
* chore(api): temporarily remove topic delete endpointNejc Habjan2021-12-113-23/+0
* feat(api): add support for Topics APINejc Habjan2021-12-114-1/+143
* Merge pull request #1710 from python-gitlab/jlvillal/get_without_idNejc Habjan2021-12-111-19/+84
|\
| * chore: add get() methods for GetWithoutIdMixin based classesjlvillal/get_without_idJohn L. Villalovos2021-12-081-19/+84
* | feat: add delete on package_file objectSimon Hébert-Deschamps2021-12-091-1/+34
|/
* chore: add running unit tests on windows/macosJohn L. Villalovos2021-12-071-0/+2
* Merge pull request #1702 from python-gitlab/jlvillal/attribute_helpNejc Habjan2021-12-011-0/+24
|\
| * chore: attempt to be more informative for missing attributesjlvillal/attribute_helpJohn L. Villalovos2021-11-301-0/+24
* | chore: use constants from gitlab.const moduleJohn L. Villalovos2021-11-304-11/+12
* | refactor: deprecate accessing constants from top-level namespaceJohn L. Villalovos2021-11-301-16/+31
|/
* chore(tests): apply review suggestionsNejc Habjan2021-11-281-3/+3