summaryrefslogtreecommitdiff
path: root/tests/functional/api
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2194 from python-gitlab/jlvillal/update-gitlabNejc Habjan2022-07-292-46/+9
|\
| * chore(clusters): deprecate clusters supportJohn L. Villalovos2022-07-281-44/+0
| * chore(topics): 'title' is required when creating a topicJohn L. Villalovos2022-07-281-2/+9
* | test: add test to show issue fixedJohn L. Villalovos2022-07-271-0/+13
* | fix: use the [] after key names for array variables in `params`John L. Villalovos2022-07-271-0/+5
|/
* test(ee): add an EE specific testJohn L. Villalovos2022-07-251-4/+6
* feat(namespaces): add support for namespace existence APINejc Habjan2022-07-241-3/+11
* test(api_func_v4): catch deprecation warning for `gl.lint()`John L. Villalovos2022-07-211-1/+2
* test(functional): use both get_all and all in list() testsNejc Habjan2022-07-211-11/+22
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-213-9/+29
* chore: enable mypy check `strict_equality`John L. Villalovos2022-07-191-2/+14
* test(functional): replace len() calls with list membership checksNejc Habjan2022-07-0314-172/+163
* test: add tests and clean up usage for new enumsNejc Habjan2022-06-273-11/+23
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-261-0/+38
* feat(api): support head() method for get and list endpointsNejc Habjan2022-06-252-0/+13
* feat(users): add ban and unban methodsAntoine Auger2022-06-131-0/+10
* test: increase client coverageNejc Habjan2022-06-021-0/+15
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-292-4/+15
* 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
|/
* feat(api): re-add topic delete endpointNejc Habjan2022-04-011-0/+3
* test(functional): fix GitLab configuration to support paginationJohn L. Villalovos2022-02-052-3/+3
* test(services): add functional tests for servicesNejc Habjan2022-02-031-1/+28
* 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: 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(tests): use method `projects.transfer()`jlvillal/catch_warningsJohn L. Villalovos2022-01-131-2/+2
* test(groups): enable group transfer testsNejc Habjan2022-01-131-6/+8
* feat(api): add `project.transfer()` and deprecate `transfer_project()`Nejc Habjan2022-01-132-0/+30
* 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-133-1/+45
* fix: use url-encoded ID in all pathsJohn L. Villalovos2022-01-131-0/+15
* fix(api): services: add missing `lazy` parameterjlvillal/lazy_serviceJohn L. Villalovos2022-01-131-0/+11
* 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
* 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
* chore: skip a functional test if not using >= py3.9jlvillal/repository_func_testsJohn L. Villalovos2021-12-261-0/+4
* feat(api): support file format for repository archiveMax Ludwig2021-12-211-2/+25
* test(api): fix current user mail count in newer gitlabNejc Habjan2021-12-111-2/+2
* chore(api): temporarily remove topic delete endpointNejc Habjan2021-12-111-3/+0
* feat(api): add support for Topics APINejc Habjan2021-12-111-0/+21
* chore: use constants from gitlab.const moduleJohn L. Villalovos2021-11-302-3/+3
* test(cli): improve basic CLI coveragetest/cli-coverageNejc Habjan2021-11-271-9/+3
* feat: add support for `projects.groups.list()`jlvillal/project_groupsJohn L. Villalovos2021-11-261-0/+18