summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* chore: correct type-hints for `ban()` and `unban()`jlvillal/find_non_dictJohn L. Villalovos2022-07-232-9/+26
* chore: correct type-hints for `participants()` methodJohn L. Villalovos2022-07-231-2/+2
* chore: correct type-hints for `http_get/http_post` derived valuesJohn L. Villalovos2022-07-2312-80/+64
* chore: enable mypy check `warn_return_any`John L. Villalovos2022-07-237-13/+49
* chore(authors): fix email and do the ABCNejc Habjan2022-07-231-1/+1
* refactor: migrate services to integrationsNejc Habjan2022-07-235-55/+79
* fix(runners): fix listing for /runners/allNejc Habjan2022-07-235-5/+68
* docs: describe fetching existing export statusNejc Habjan2022-07-231-0/+8
* Merge pull request #2166 from python-gitlab/jlvillal/podmanNejc Habjan2022-07-231-1/+1
|\
| * test: allow `podman` users to run functional testsJohn L. Villalovos2022-07-221-1/+1
|/
* fix(config): raise error when gitlab id provided but no config section foundNejc Habjan2022-07-222-1/+12
* fix(config): raise error when gitlab id provided but no config file foundNejc Habjan2022-07-222-0/+11
* Merge pull request #1785 from python-gitlab/jlvillal/reset_gitlabNejc Habjan2022-07-221-48/+17
|\
| * 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
* | Merge pull request #2163 from python-gitlab/jlvillal/lint_warningNejc Habjan2022-07-221-1/+2
|\ \ | |/ |/|
| * 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-2119-100/+158
* Merge pull request #2161 from nickbroon/nickbroon-jobs_scopeNejc Habjan2022-07-211-0/+1
|\
| * feat: add support for filtering jobs by scopeNick Brown2022-07-211-0/+1
* | Merge pull request #2160 from python-gitlab/docs-author-add-johnNejc Habjan2022-07-211-0/+1
|\ \ | |/ |/|
| * docs(authors): add JohnMax Wittig2022-07-211-0/+1
|/
* Merge pull request #1872 from python-gitlab/jlvillal/as_dictNejc Habjan2022-07-203-13/+148
|\
| * feat: add `asdict()` and `to_json()` methods to Gitlab ObjectsJohn L. Villalovos2022-07-203-22/+129
| * fix: results returned by `attributes` property to show updatesJohn L. Villalovos2022-07-202-4/+32
* | Merge pull request #2082 from python-gitlab/jlvillal/mark_lazy_stateNejc Habjan2022-07-203-2/+54
|\ \ | |/ |/|
| * chore: add a `lazy` boolean attribute to `RESTObject`John L. Villalovos2022-07-203-2/+54
|/
* test: add more tests for container registriesNejc Habjan2022-07-201-4/+50
* feat(api): add support for instance-level registry repositoriesNejc Habjan2022-07-202-1/+25
* feat(groups): add support for group-level registry repositoriesNejc Habjan2022-07-204-0/+60
* Merge pull request #2146 from python-gitlab/jlvillal/mypy_strict_step_by_stepNejc Habjan2022-07-203-9/+29
|\
| * chore: enable mypy check `strict_equality`John L. Villalovos2022-07-193-9/+29
* | fix: Enable epic notesJohn Gunnison2022-07-191-0/+2
|/
* Merge pull request #2147 from python-gitlab/jlvillal/api_func_v4Nejc Habjan2022-07-194-8/+8
|\
| * chore: change name of API functional test to `api_func_v4`John L. Villalovos2022-07-174-8/+8
|/
* chore(deps): update typing dependenciesrenovate[bot]2022-07-172-4/+4
* chore(deps): update pre-commit hook pycqa/pylint to v2.14.5renovate[bot]2022-07-171-1/+1
* chore(deps): update dependency pylint to v2.14.5renovate[bot]2022-07-171-1/+1
* Merge pull request #2141 from nickbroon/nickbroon-merge_pipelines_enabledNejc Habjan2022-07-111-0/+2
|\
| * feat: Add 'merge_pipelines_enabled' project attributeNick Brown2022-07-111-0/+2
|/
* chore(deps): update pre-commit hook commitizen-tools/commitizen to v2.28.0renovate[bot]2022-07-101-1/+1
* chore(deps): update dependency commitizen to v2.28.0renovate[bot]2022-07-101-1/+1
* chore(deps): update black to v22.6.0renovate[bot]2022-07-102-2/+2
* chore(deps): update pre-commit hook pycqa/pylint to v2.14.4renovate[bot]2022-07-101-1/+1
* feat: support validating CI lint resultsNejc Habjan2022-07-098-12/+184
* fix(cli): remove irrelevant MR approval rule list filtersNejc Habjan2022-07-091-1/+0
* docs: document CI Lint usageNejc Habjan2022-07-055-43/+98
* feat(cli): add support for global CI lintNejc Habjan2022-07-054-15/+61