summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* feat(objects): support get project storage endpointNejc Habjan2022-05-271-0/+7
* 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-121-0/+45
|/
* 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-012-0/+5
* 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-011-5/+101
* fix: remove custom `delete` method for labelsJohn L. Villalovos2022-02-012-3/+10
* style: use f-strings where applicableNejc Habjan2022-01-231-6/+5
* chore: consistently use open() encoding and file descriptorNejc Habjan2022-01-231-2/+2
* 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
* 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
* chore(tests): use method `projects.transfer()`jlvillal/catch_warningsJohn L. Villalovos2022-01-131-2/+2
* test(groups): enable group transfer testsNejc Habjan2022-01-132-7/+9
* feat(api): add `project.transfer()` and deprecate `transfer_project()`Nejc Habjan2022-01-132-0/+30
* Merge pull request #1819 from python-gitlab/jlvillal/encoded_idNejc Habjan2022-01-134-1/+61
|\
| * chore: replace usage of utils._url_encode() with utils.EncodedId()jlvillal/encoded_idJohn L. Villalovos2022-01-131-1/+1
| * chore: add EncodedId string class to use to hold URL-encoded pathsJohn L. Villalovos2022-01-134-2/+47
| * fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-0/+15
* | 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
|/
* 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-081-2/+6
|/
* 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-021-10/+69
* chore: fix functional test failure if config presentjlvillal/cli_testJohn L. Villalovos2022-01-011-4/+8
* 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
* feat(cli): do not require config file to run CLIfeat/cli-without-config-fileNejc Habjan2021-12-131-0/+39
* test(api): fix current user mail count in newer gitlabNejc Habjan2021-12-111-2/+2
* chore(api): temporarily remove topic delete endpointNejc Habjan2021-12-112-5/+0
* feat(api): add support for Topics APINejc Habjan2021-12-113-1/+24
* chore: use constants from gitlab.const moduleJohn L. Villalovos2021-11-302-3/+3
* chore(tests): apply review suggestionsNejc Habjan2021-11-281-3/+3
* test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-275-19/+68