summaryrefslogtreecommitdiff
path: root/tests/functional/api
Commit message (Expand)AuthorAgeFilesLines
* feat: add resource_weight_event for ProjectIssuePaul Fariello2023-03-231-1/+12
* test(functional): clarify MR fixture factory nameNejc Habjan2023-02-061-41/+29
* feat(api): add support for bulk imports APINejc Habjan2022-12-191-0/+41
* test(functional): do not require config fileNejc Habjan2022-12-181-4/+2
* feat: allow passing kwargs to Gitlab class when instantiating with `from_conf...Liora Milbaum2022-12-041-0/+19
* feat: add support for SAML group links (#2367)Abhishek Singh2022-11-221-0/+8
* test(api): fix flaky test `test_cancel_merge_when_pipeline_succeeds`John L. Villalovos2022-11-211-0/+1
* feat(groups): add LDAP link manager and deprecate old API endpointsNejc Habjan2022-11-171-6/+28
* feat(api): add support for remote project import from AWS S3 (#2357)Abhishek Singh2022-11-021-1/+21
* feat(api): add support for remote project import (#2348)Abhishek Singh2022-11-011-0/+14
* feat(api): add application statisticsShreya2022-11-011-0/+12
* fix: use POST method and return dict in `cancel_merge_when_pipeline_succeeds(...John Villalovos2022-10-311-0/+16
* chore: add basic type checks to functional/api testsNejc Habjan2022-10-274-4/+4
* test: fix `test_project_push_rules` testJohn L. Villalovos2022-10-181-4/+9
* test: enable skipping tests per GitLab planNejc Habjan2022-10-185-9/+14
* refactor: migrate legacy EE tests to pytestNejc Habjan2022-10-187-0/+166
* chore: topic functional testsLiora Milbaum2022-10-151-5/+11
* chore: fix flaky testJohn L. Villalovos2022-10-091-4/+3
* fix: intermittent failure in test_merge_request_reset_approvalsJohn L. Villalovos2022-10-051-1/+2
* chore: simplify `wait_for_sidekiq` usageJohn L. Villalovos2022-10-053-12/+6
* feat: Add reset_approvals apiLucas Zampieri2022-09-261-0/+9
* chore: bump GitLab docker image to 15.4.0-ee.0John L. Villalovos2022-09-221-1/+1
* chore: Only check for our UserWarningJohn L. Villalovos2022-08-241-1/+5
* chore: fix issue if only run test_gitlab.py func testJohn L. Villalovos2022-08-241-0/+1
* feat: add support for merge_base APINejc Habjan2022-08-191-0/+10
* 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