summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test(unit): increase V4 CLI coverageNejc Habjan2023-04-113-0/+42
* fix(cli): warn user when no fields are displayedNejc Habjan2023-04-111-0/+10
* feat(objects): support fetching PATs via id or `self` endpointNejc Habjan2023-04-071-9/+54
* feat: add resource_weight_event for ProjectIssuePaul Fariello2023-03-231-1/+12
* test(unit): split the last remaining unittest-based classes into modules"Nejc Habjan2023-03-125-388/+417
* test(unit): remove redundant packageNejc Habjan2023-03-121-0/+0
* test(unit): consistently use inline fixturesNejc Habjan2023-03-123-88/+31
* test(meta): move meta suite into unit testsNejc Habjan2023-03-124-0/+0
* fix(client): properly parse content-type when charset is presentNejc Habjan2023-03-121-0/+14
* fix: support int for `parent_id` in `import_group`John L. Villalovos2023-03-121-4/+17
* chore: use a dataclass to return values from `prepare_send_data`John L. Villalovos2023-03-122-0/+38
* fix(cli): add ability to escape at-prefixed parameter (#2513)PyHedgehog2023-03-111-0/+20
* test(functional): clarify MR fixture factory nameNejc Habjan2023-02-063-49/+52
* fix(cli): display items when iterator is returnedNejc Habjan2023-02-061-0/+15
* chore(deps): update black (23.1.0) and commitizen (2.40.0) (#2479)John Villalovos2023-02-062-3/+0
* feat(client): add http_patch method (#2471)John Villalovos2023-02-051-0/+50
* chore: add a UserWarning if both `iterator=True` and `page=X` are used (#2462)John Villalovos2023-01-261-1/+12
* fix(client): regression - do not automatically get_next if page=# andHelen Koike2023-01-251-0/+12
* feat(group): add support for group restore APIMahadevan Karthi2023-01-181-0/+17
* chore: add test, docs, and helper for 409 retriesNejc Habjan2022-12-191-0/+57
* feat(api): add support for bulk imports APINejc Habjan2022-12-193-0/+205
* test(functional): do not require config fileNejc Habjan2022-12-182-12/+13
* feat(api): add support for resource groupsNejc Habjan2022-12-181-0/+79
* 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