summaryrefslogtreecommitdiff
path: root/gitlab
Commit message (Expand)AuthorAgeFilesLines
* chore: consolidate license and authorsNejc Habjan2022-08-0413-191/+2
* chore: release v3.8.0v3.8.0github-actions2022-08-041-1/+1
* feat(client): warn user on misconfigured URL in `auth()`Nejc Habjan2022-08-041-1/+3
* refactor(client): factor out URL check into a helperNejc Habjan2022-08-041-27/+33
* refactor(client): remove handling for incorrect link headerNejc Habjan2022-08-041-7/+2
* chore: use `urlunparse` instead of string replaceJohn L. Villalovos2022-08-041-1/+1
* fix(client): ensure encoded query params are never duplicatedNejc Habjan2022-08-041-2/+7
* fix: optionally keep user-provided base URL for pagination (#2149)Omar Mochtar2022-08-031-0/+29
* Merge pull request #2211 from python-gitlab/jlvillal/mypy_step_stepNejc Habjan2022-08-017-18/+32
|\
| * chore: enable mypy check `disallow_any_generics`John L. Villalovos2022-08-017-18/+32
* | chore: enable mypy check `no_implicit_optional`John L. Villalovos2022-07-313-3/+3
|/
* chore: change `_repr_attr` for Project to be `path_with_namespace`John L. Villalovos2022-07-291-1/+1
* Merge pull request #2199 from orf/patch-1Nejc Habjan2022-07-291-3/+7
|\
| * feat: Support downloading archive subpathsTom Forbes2022-07-291-3/+7
* | Merge pull request #2157 from python-gitlab/jlvillal/mypy_step_by_stepNejc Habjan2022-07-294-10/+43
|\ \
| * | chore: enable mypy check `warn_return_any`John L. Villalovos2022-07-284-10/+43
| |/
* | Merge pull request #2201 from python-gitlab/jlvillal/encoding_warningNejc Habjan2022-07-291-1/+1
|\ \
| * | chore: make code PEP597 compliantJohn L. Villalovos2022-07-281-1/+1
| |/
* | 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
* | chore: release v3.7.0v3.7.0github-actions2022-07-281-1/+1
* | 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
* | | fix: support array types for most resourcesNejc Habjan2022-07-2813-14/+61
* | | feat(cli): add a custom help formatterWaldek Maleska2022-07-282-1/+21
|/ /
* | fix: use the [] after key names for array variables in `params`John L. Villalovos2022-07-273-19/+57
|/
* feat: add support for iterations APINejc Habjan2022-07-274-0/+31
* feat(groups): add support for shared projects APINejc Habjan2022-07-262-1/+27
* feat(issues): add support for issue reorder APINejc Habjan2022-07-241-1/+33
* feat(namespaces): add support for namespace existence APINejc Habjan2022-07-241-1/+26
* feat: add support for group and project invitations APINejc Habjan2022-07-235-0/+98
* feat(projects): add support for project restore APINejc Habjan2022-07-232-0/+19
* refactor: migrate services to integrationsNejc Habjan2022-07-233-9/+27
* fix(runners): fix listing for /runners/allNejc Habjan2022-07-232-1/+17
* fix(config): raise error when gitlab id provided but no config section foundNejc Habjan2022-07-221-0/+6
* fix(config): raise error when gitlab id provided but no config file foundNejc Habjan2022-07-221-0/+5
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-212-6/+23
* feat: add support for filtering jobs by scopeNick Brown2022-07-211-0/+1
* Merge pull request #1872 from python-gitlab/jlvillal/as_dictNejc Habjan2022-07-201-13/+19
|\
| * feat: add `asdict()` and `to_json()` methods to Gitlab ObjectsJohn L. Villalovos2022-07-201-14/+18
| * fix: results returned by `attributes` property to show updatesJohn L. Villalovos2022-07-201-4/+6
* | chore: add a `lazy` boolean attribute to `RESTObject`John L. Villalovos2022-07-202-2/+11
|/
* 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-202-0/+9
* Merge pull request #2146 from python-gitlab/jlvillal/mypy_strict_step_by_stepNejc Habjan2022-07-201-5/+13
|\
| * chore: enable mypy check `strict_equality`John L. Villalovos2022-07-191-5/+13
* | fix: Enable epic notesJohn Gunnison2022-07-191-0/+2
|/
* feat: Add 'merge_pipelines_enabled' project attributeNick Brown2022-07-111-0/+2
* feat: support validating CI lint resultsNejc Habjan2022-07-093-1/+48
* fix(cli): remove irrelevant MR approval rule list filtersNejc Habjan2022-07-091-1/+0