summaryrefslogtreecommitdiff
path: root/tests/functional
Commit message (Expand)AuthorAgeFilesLines
* 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
* feat: add support for `projects.groups.list()`jlvillal/project_groupsJohn L. Villalovos2021-11-261-0/+18
* chore: correct test_groups.py testjlvillal/func_testJohn L. Villalovos2021-11-191-0/+4
* refactor: use f-strings for string formattingNejc Habjan2021-11-055-8/+6
* feat(api): add project milestone promotionRaimund Hook2021-10-271-0/+21
* feat(api): add project label promotionRaimund Hook2021-10-181-0/+24
* chore: rename `master` branch to `main`chore/master-to-mainNejc Habjan2021-10-116-21/+21
* chore(deps): upgrade gitlab-ce to 14.3.2-ce.0Nejc Habjan2021-10-081-1/+1
* refactor(objects): remove deprecated constants defined in objectsNejc Habjan2021-09-111-1/+1
* refactor(objects): remove deprecated tag release APINejc Habjan2021-09-081-4/+0
* refactor(objects): remove deprecated members.all() methodNejc Habjan2021-09-081-1/+0
* chore: attempt to fix flaky functional testJohn L. Villalovos2021-09-081-1/+9
* chore: fix mypy pre-commit hookNejc Habjan2021-08-223-0/+0
* fix(api): do not require Release name for creationEric Davies2021-07-271-0/+18
* test(functional): add mr.merge_ref testsMatej Focko2021-07-211-0/+32
* Merge pull request #1533 from sugonyak/add-group-hooksNejc Habjan2021-06-271-0/+13
|\
| * chore: skip EE test case in functional testsNejc Habjan2021-06-271-0/+1
| * feat(api): add group hooksIvan Sugonyak2021-06-261-0/+12
* | test(releases): integration for release PUTPierre Paques2021-06-261-0/+9
|/