summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test(ci): create a dummy ~/.python-gitlab.cfg filejlvillal/create_configJohn L. Villalovos2022-07-282-0/+31
* chore: release v3.7.0v3.7.0github-actions2022-07-282-1/+45
* Merge pull request #2198 from nickbroon/nickbroon-release-sort-orderNejc Habjan2022-07-281-0/+5
|\
| * feat: allow sort/ordering for project releasesNick Brown2022-07-281-0/+5
* | docs(cli): showcase use of token scopesNejc Habjan2022-07-281-1/+48
* | test(cli): add tests for token scopesNejc Habjan2022-07-282-0/+46
* | fix: support array types for most resourcesNejc Habjan2022-07-2813-14/+61
* | feat(cli): add a custom help formatterWaldek Maleska2022-07-283-1/+33
|/
* Merge pull request #2195 from python-gitlab/jlvillal/array_testNejc Habjan2022-07-281-0/+13
|\
| * test: add test to show issue fixedJohn L. Villalovos2022-07-271-0/+13
|/
* Merge pull request #1699 from python-gitlab/jlvillal/arraysNejc Habjan2022-07-287-31/+134
|\
| * fix: use the [] after key names for array variables in `params`John L. Villalovos2022-07-277-31/+134
|/
* feat: add support for iterations APINejc Habjan2022-07-277-0/+112
* feat(groups): add support for shared projects APINejc Habjan2022-07-264-4/+72
* test: always ensure clean config environmentNejc Habjan2022-07-264-19/+29
* chore: revert "test(functional): simplify token creation"Nejc Habjan2022-07-262-4/+26
* Merge pull request #1778 from python-gitlab/jlvillal/gitlab-eeNejc Habjan2022-07-265-7/+89
|\
| * 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-253-26/+9
* Merge pull request #2184 from python-gitlab/renovate/commitizen-tools-commiti...Nejc Habjan2022-07-251-1/+1
|\
| * chore(deps): update pre-commit hook commitizen-tools/commitizen to v2.29.0renovate[bot]2022-07-251-1/+1
* | Merge pull request #2182 from python-gitlab/renovate/commitizen-2.xNejc Habjan2022-07-251-1/+1
|\ \
| * | chore(deps): update dependency commitizen to v2.29.0renovate[bot]2022-07-251-1/+1
* | | chore(deps): update dependency mypy to v0.971renovate[bot]2022-07-241-1/+1
| |/ |/|
* | chore(deps): update typing dependenciesrenovate[bot]2022-07-242-4/+4
|/
* docs(projects): document export with upload to URLNejc Habjan2022-07-241-0/+13
* feat(issues): add support for issue reorder APINejc Habjan2022-07-243-1/+57
* feat(namespaces): add support for namespace existence APINejc Habjan2022-07-243-4/+49
* Merge pull request #2173 from python-gitlab/jlvillal/config_test_fixNejc Habjan2022-07-241-1/+6
|\
| * 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-238-0/+331
* feat(projects): add support for project restore APINejc Habjan2022-07-234-0/+40
* 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
|\