summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* feat: add basic GraphQL support (wip)feat/graphqlNejc Habjan2022-12-112-0/+23
* test(unit): expand tests for pipeline schedulesNejc Habjan2022-12-112-4/+54
* refactor: Moving RETRYABLE_TRANSIENT_ERROR_CODES to constLiora Milbaum2022-12-061-1/+1
* feat: add resource iteration events (see https://docs.gitlab.com/ee/api/resou...Oliver Blasius2022-12-041-0/+55
* feat: allow passing kwargs to Gitlab class when instantiating with `from_conf...Liora Milbaum2022-12-042-0/+42
* chore: validate httpx package is not installed by defaultLiora Milbaum2022-11-231-0/+6
* feat: add support for SAML group links (#2367)Abhishek Singh2022-11-222-1/+121
* 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-172-10/+32
* refactor: explicitly use ProjectSecureFileNejc Habjan2022-11-171-2/+2
* feat(groups): add support for listing ldap_group_links (#2371)Ray2022-11-161-0/+27
* feat: implement secure files APIBen Brown2022-11-101-0/+101
* feat(api): add support for getting a project's pull mirror detailsJohn L. Villalovos2022-11-041-0/+27
* feat(api): add support for remote project import from AWS S3 (#2357)Abhishek Singh2022-11-022-2/+63
* feat(api): add support for remote project import (#2348)Abhishek Singh2022-11-012-0/+45
* feat(api): add application statisticsShreya2022-11-013-1/+73
* fix: use POST method and return dict in `cancel_merge_when_pipeline_succeeds(...John Villalovos2022-10-312-1/+32
* chore: add basic type checks to functional/api testsNejc Habjan2022-10-274-4/+4
* chore: add basic typing to functional testsNejc Habjan2022-10-272-6/+9
* chore: add basic type checks to meta testsNejc Habjan2022-10-271-4/+4
* chore: add basic typing to smoke testsNejc Habjan2022-10-271-3/+3
* chore: add basic typing to test rootNejc Habjan2022-10-271-6/+9
* test: fix `test_project_push_rules` testJohn L. Villalovos2022-10-181-4/+9
* chore: revert compose upgradeNejc Habjan2022-10-181-5/+0
* test: enable skipping tests per GitLab planNejc Habjan2022-10-187-23/+49
* refactor: migrate legacy EE tests to pytestNejc Habjan2022-10-189-165/+173
* test: use false instead of /usr/bin/falseAndrey Skvortsov2022-10-171-2/+2
* refactor: pytest-docker fixturesLiora Milbaum2022-10-163-25/+31
* fix: use epic id instead of iid for epic notesShreya2022-10-161-0/+7
* refactor(deps): drop compose v1 dependency in favor of v2Nejc Habjan2022-10-151-0/+5
* chore: topic functional testsLiora Milbaum2022-10-151-5/+11
* feat(api): add support for topics merge APINejc Habjan2022-10-141-0/+18
* chore: fix flaky testJohn L. Villalovos2022-10-091-4/+3
* fix(cli): handle list response for json/yaml outputJohn L. Villalovos2022-10-061-0/+44
* fix: intermittent failure in test_merge_request_reset_approvalsJohn L. Villalovos2022-10-052-2/+4
* chore: simplify `wait_for_sidekiq` usageJohn L. Villalovos2022-10-054-13/+8
* feat: Add reset_approvals apiLucas Zampieri2022-09-261-0/+9
* chore: bump GitLab docker image to 15.4.0-ee.0John L. Villalovos2022-09-223-6/+13
* feat: add support for deployment approval endpointJohn L. Villalovos2022-08-251-2/+132
* 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
* chore: consolidate license and authorsNejc Habjan2022-08-047-122/+0
* feat(client): warn user on misconfigured URL in `auth()`Nejc Habjan2022-08-042-1/+24
* test(unit): reproduce duplicate encoded query paramsNejc Habjan2022-08-041-0/+18
* fix: optionally keep user-provided base URL for pagination (#2149)Omar Mochtar2022-08-031-0/+55
* Merge pull request #2188 from python-gitlab/jlvillal/fix_functional_ciNejc Habjan2022-07-292-11/+71
|\
| * test: attempt to make functional test startup more reliableJohn L. Villalovos2022-07-292-11/+71
* | Merge pull request #2157 from python-gitlab/jlvillal/mypy_step_by_stepNejc Habjan2022-07-292-2/+3
|\ \
| * | chore: enable mypy check `warn_return_any`John L. Villalovos2022-07-282-2/+3
| |/