summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test: drop httmock dependency in test_gitlab.pytest/drop-httmockNejc Habjan2021-12-301-45/+61
* 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
* test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-2711-28/+98
* feat: add support for `projects.groups.list()`jlvillal/project_groupsJohn L. Villalovos2021-11-261-0/+18
* chore: remove duplicate/no-op tests from meta/test_ensure_type_hintsJohn L. Villalovos2021-11-241-21/+7
* Merge pull request #1693 from python-gitlab/jlvillay/mypy_test_metaNejc Habjan2021-11-232-5/+6
|\
| * chore: enable mypy for tests/meta/*jlvillay/mypy_test_metaJohn L. Villalovos2021-11-162-5/+6
* | chore: correct test_groups.py testjlvillal/func_testJohn L. Villalovos2021-11-191-0/+4
|/
* chore: ensure get() methods have correct type-hintsjlvillal/mypy_ensure_type_hintsJohn L. Villalovos2021-11-151-0/+85
* chore: create a 'tests/meta/' directory and put test_mro.py in itJohn L. Villalovos2021-11-152-0/+0
* refactor: use new-style formatting for named placeholdersNejc Habjan2021-11-081-1/+1
* refactor: use f-strings for string formattingNejc Habjan2021-11-059-33/+22
* Merge pull request #1646 from JacobHenner/add-merge-trainsNejc Habjan2021-11-011-0/+65
|\
| * feat(api): add merge trainsJacob Henner2021-10-201-0/+65
* | fix(build): do not include docs in wheel packageNejc Habjan2021-10-311-4/+5
* | feat(api): add project milestone promotionRaimund Hook2021-10-271-0/+21
* | Merge pull request #1641 from JacobHenner/add-merge-request-approval-stateNejc Habjan2021-10-201-0/+31
|\ \
| * | feat(api): add merge request approval stateJacob Henner2021-10-191-0/+31
| |/
* | feat(api): add project label promotionRaimund Hook2021-10-181-0/+24
* | fix(api): delete invalid 'project-runner get' command (#1628)Léo GATELLIER2021-10-171-13/+2
* | feat(objects): support delete package files APINejc Habjan2021-10-141-0/+18
* | feat(objects): list starred projects of a userNejc Habjan2021-10-141-2/+25
* | chore: rename `master` branch to `main`chore/master-to-mainNejc Habjan2021-10-1118-46/+46
|/
* chore(deps): upgrade gitlab-ce to 14.3.2-ce.0Nejc Habjan2021-10-081-1/+1
* feat(objects): support Create and Revoke personal access token APINejc Habjan2021-09-131-21/+69
* 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 project.issuesstatisticsNejc Habjan2021-09-081-4/+0
* refactor(objects): remove deprecated members.all() methodNejc Habjan2021-09-081-1/+0
* refactor(objects): remove deprecated pipelines() methodNejc Habjan2021-09-081-11/+0
* feat: default to gitlab.com if no URL givenNejc Habjan2021-09-081-1/+44
* Merge pull request #1486 from JohnVillalovos/jlvillal/prohibit_redirectionNejc Habjan2021-09-081-2/+89
|\