summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| |/
* | Merge pull request #2201 from python-gitlab/jlvillal/encoding_warningNejc Habjan2022-07-293-3/+4
|\ \
| * | chore: make code PEP597 compliantJohn L. Villalovos2022-07-283-3/+4
| |/
* | Merge pull request #2194 from python-gitlab/jlvillal/update-gitlabNejc Habjan2022-07-295-48/+33
|\ \ | |/ |/|
| * chore(clusters): deprecate clusters supportJohn L. Villalovos2022-07-281-44/+0
| * chore(topics): 'title' is required when creating a topicJohn L. Villalovos2022-07-283-3/+32
| * test(functional): bump GitLab docker image to 15.2.0-ee.0John L. Villalovos2022-07-271-1/+1
* | test(cli): add tests for token scopesNejc Habjan2022-07-282-0/+46
* | feat(cli): add a custom help formatterWaldek Maleska2022-07-281-0/+12
* | 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-274-12/+77
|/
* feat: add support for iterations APINejc Habjan2022-07-271-0/+47
* feat(groups): add support for shared projects APINejc Habjan2022-07-261-0/+38
* test: always ensure clean config environmentNejc Habjan2022-07-264-19/+29
* chore: revert "test(functional): simplify token creation"Nejc Habjan2022-07-262-4/+26
* test(ee): add an EE specific testJohn L. Villalovos2022-07-252-5/+11
* chore: enable using GitLab EE in functional testsJohn L. Villalovos2022-07-254-3/+79
* test(functional): simplify token creationNejc Habjan2022-07-252-25/+8
* feat(issues): add support for issue reorder APINejc Habjan2022-07-241-0/+20
* feat(namespaces): add support for namespace existence APINejc Habjan2022-07-241-3/+11
* test: fix broken test if user had config filesJohn L. Villalovos2022-07-231-1/+6
* feat: add support for group and project invitations APINejc Habjan2022-07-231-0/+159
* feat(projects): add support for project restore APINejc Habjan2022-07-231-0/+17
* refactor: migrate services to integrationsNejc Habjan2022-07-231-25/+31
* fix(runners): fix listing for /runners/allNejc Habjan2022-07-231-1/+12
* fix(config): raise error when gitlab id provided but no config section foundNejc Habjan2022-07-221-1/+6
* fix(config): raise error when gitlab id provided but no config file foundNejc Habjan2022-07-221-0/+6
* chore: make reset_gitlab() betterJohn L. Villalovos2022-07-221-48/+17
* Merge pull request #1784 from python-gitlab/jlvillal/sidekiqNejc Habjan2022-07-222-29/+50
|\