summaryrefslogtreecommitdiff
path: root/tests/unit
Commit message (Expand)AuthorAgeFilesLines
* chore: consolidate license and authorsNejc Habjan2022-08-047-122/+0
* feat(client): warn user on misconfigured URL in `auth()`Nejc Habjan2022-08-041-1/+23
* 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 #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-292-2/+3
|\ \
| * | chore: make code PEP597 compliantJohn L. Villalovos2022-07-282-2/+3
| |/
* | Merge pull request #2194 from python-gitlab/jlvillal/update-gitlabNejc Habjan2022-07-291-1/+4
|\ \ | |/ |/|
| * chore(topics): 'title' is required when creating a topicJohn L. Villalovos2022-07-281-1/+4
* | fix: use the [] after key names for array variables in `params`John L. Villalovos2022-07-273-12/+72
|/
* 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-262-14/+10
* feat(issues): add support for issue reorder APINejc Habjan2022-07-241-0/+20
* 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
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-213-5/+5
* 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
* feat: support validating CI lint resultsNejc Habjan2022-07-091-8/+36
* 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
* 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
* | feat(api): add support for `get` for a MR approval ruleJohn L. Villalovos2022-06-271-0/+18
* | test: add tests and clean up usage for new enumsNejc Habjan2022-06-272-13/+40
* | 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-261-1/+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-251-0/+21
* | | test(api): add tests for HEAD methodNejc Habjan2022-06-251-0/+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