summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test(ci): create a dummy ~/.python-gitlab.cfg filejlvillal/create_configJohn L. Villalovos2022-07-281-0/+29
* 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
|\
| * chore: fixtures: after delete() wait to verify deletedJohn L. Villalovos2022-07-212-29/+50
* | 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-219-71/+111
* Merge pull request #1872 from python-gitlab/jlvillal/as_dictNejc Habjan2022-07-201-0/+97
|\
| * feat: add `asdict()` and `to_json()` methods to Gitlab ObjectsJohn L. Villalovos2022-07-201-8/+79
| * fix: results returned by `attributes` property to show updatesJohn L. Villalovos2022-07-201-0/+26
* | chore: add a `lazy` boolean attribute to `RESTObject`John L. Villalovos2022-07-201-0/+43
|/
* test: add more tests for container registriesNejc Habjan2022-07-201-4/+50
* feat(groups): add support for group-level registry repositoriesNejc Habjan2022-07-201-0/+47
* chore: enable mypy check `strict_equality`John L. Villalovos2022-07-191-2/+14
* feat: support validating CI lint resultsNejc Habjan2022-07-093-8/+102
* feat(cli): add support for global CI lintNejc Habjan2022-07-051-11/+33
* refactor(objects): move ci lint to separate fileNejc Habjan2022-07-052-46/+49
* feat(objects): add Project CI Lint supportJohn L. Villalovos2022-07-041-0/+46
* feat: add support for group push rulesO'Keefe, Gerard (Gerry)2022-07-041-0/+103
* test(functional): replace len() calls with list membership checksNejc Habjan2022-07-0314-172/+163
* fix: ensure path elements are escapedJohn L. Villalovos2022-07-031-1/+1
* Merge pull request #2069 from antoineauger/test/unit-tests-projectsNejc Habjan2022-06-293-107/+538
|\
| * refactor(test-projects): apply suggestions and use fixturesAntoine Auger2022-06-291-27/+26
| * refactor(test-projects): remove test_restore_projectAntoine Auger2022-06-161-5/+0
| * test(projects): add unit tests for projectsAntoine Auger2022-06-163-100/+537
* | Merge pull request #2110 from python-gitlab/jlvillal/mr_approval_rulesNejc Habjan2022-06-281-0/+18
|\ \
| * | feat(api): add support for `get` for a MR approval ruleJohn L. Villalovos2022-06-271-0/+18
* | | chore: fix misspellingJohn L. Villalovos2022-06-271-1/+1
|/ /
* | test: add tests and clean up usage for new enumsNejc Habjan2022-06-275-24/+63
* | refactor: avoid possible breaking change in iterator (#2107)John Villalovos2022-06-271-1/+1