summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-262-1/+41
* | refactor: remove no-op id argument in GetWithoutIdMixinNejc Habjan2022-06-251-5/+3
* | Merge pull request #2061 from bgamari/patch-1Nejc Habjan2022-06-251-0/+34
|\ \
| * | feat(users): add approve and reject methods to UserBen Gamari2022-06-251-0/+34
* | | feat(api): support head() method for get and list endpointsNejc Habjan2022-06-253-0/+34
* | | test(api): add tests for HEAD methodNejc Habjan2022-06-251-0/+16
|/ /
* | chore(ci): increase timeout for docker container to come onlineJohn L. Villalovos2022-06-241-4/+16
* | feat: Add support for Protected Environmentscalve2022-06-221-1/+26
* | fix(base): do not fail repr() on lazy objectsNejc Habjan2022-06-201-0/+4
* | Merge pull request #2066 from python-gitlab/jlvillal/approval_rule_idNejc Habjan2022-06-201-0/+1
|\ \ | |/ |/|
| * fix(cli): project-merge-request-approval-ruleJohn L. Villalovos2022-06-181-0/+1
* | feat(users): add ban and unban methodsAntoine Auger2022-06-132-0/+44
|/
* Merge pull request #2045 from python-gitlab/jlvillal/test_validate_attrsNejc Habjan2022-06-051-0/+49
|\
| * test: add more tests for RequiredOptionalJohn L. Villalovos2022-06-011-0/+49
* | chore: rename `whaction` and `action` to `resource_action` in CLIJohn L. Villalovos2022-06-051-1/+1
* | chore: rename `what` to `gitlab_resource`John L. Villalovos2022-06-031-7/+7
* | test: increase client coverageNejc Habjan2022-06-022-0/+39
|/
* test(cli): improve coverage for custom actionsNejc Habjan2022-06-012-4/+38
* fix(cli): fix project export download for CLINejc Habjan2022-06-011-0/+34
* chore: move `utils._validate_attrs` inside `types.RequiredOptional`John L. Villalovos2022-05-311-5/+4
* chore: have `EncodedId` creation always return `EncodedId`John L. Villalovos2022-05-311-2/+4
* feat: support mutually exclusive attributes and consolidate validation to fix...Walter Rowe2022-05-311-4/+5
* chore: move `RequiredOptional` to the `gitlab.types` moduleJohn L. Villalovos2022-05-311-10/+11