summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
| * chore(topics): 'title' is required when creating a topicJohn L. Villalovos2022-07-281-1/+1
* | docs(cli): showcase use of token scopesNejc Habjan2022-07-281-1/+48
|/
* feat: add support for iterations APINejc Habjan2022-07-272-0/+34
* feat(groups): add support for shared projects APINejc Habjan2022-07-261-3/+7
* docs(projects): document export with upload to URLNejc Habjan2022-07-241-0/+13
* feat(issues): add support for issue reorder APINejc Habjan2022-07-241-0/+4
* feat(namespaces): add support for namespace existence APINejc Habjan2022-07-241-0/+12
* feat: add support for group and project invitations APINejc Habjan2022-07-232-0/+74
* feat(projects): add support for project restore APINejc Habjan2022-07-231-0/+4
* refactor: migrate services to integrationsNejc Habjan2022-07-231-21/+21
* fix(runners): fix listing for /runners/allNejc Habjan2022-07-232-3/+39
* docs: describe fetching existing export statusNejc Habjan2022-07-231-0/+8
* fix: add `get_all` param (and `--get-all`) to allow passing `all` to APINejc Habjan2022-07-218-23/+24
* feat: add `asdict()` and `to_json()` methods to Gitlab ObjectsJohn L. Villalovos2022-07-201-0/+32
* feat(groups): add support for group-level registry repositoriesNejc Habjan2022-07-201-0/+4
* feat: support validating CI lint resultsNejc Habjan2022-07-092-3/+34
* docs: document CI Lint usageNejc Habjan2022-07-055-43/+98
* docs(users): add docs about listing a user's projectsJohn L. Villalovos2022-07-041-1/+30
* Merge pull request #1896 from python-gitlab/jlvillal/ci_lintNejc Habjan2022-07-051-0/+43
|\
| * feat(objects): add Project CI Lint supportJohn L. Villalovos2022-07-041-0/+43
* | Merge pull request #2126 from python-gitlab/jlvillal/push_rulesNejc Habjan2022-07-052-2/+2
|\ \ | |/ |/|
| * docs: update return type of pushrulesJohn L. Villalovos2022-07-042-2/+2
* | docs: describe ROPC flow in place of password authenticationNejc Habjan2022-07-042-20/+21
|/
* feat: add support for group push rulesO'Keefe, Gerard (Gerry)2022-07-041-0/+34
* Merge pull request #2110 from python-gitlab/jlvillal/mr_approval_rulesNejc Habjan2022-06-281-0/+5
|\
| * feat(api): add support for `get` for a MR approval ruleJohn L. Villalovos2022-06-271-0/+5
* | chore(docs): convert tabs to spacesJohn L. Villalovos2022-06-271-10/+10
|/
* test: add tests and clean up usage for new enumsNejc Habjan2022-06-277-21/+21
* feat(downloads): allow streaming downloads access to response iterator (#1956)Tom Catshoek2022-06-261-0/+13
* docs(api): add separate section for advanced usageNejc Habjan2022-06-253-160/+164
* Merge pull request #2061 from bgamari/patch-1Nejc Habjan2022-06-251-0/+7
|\
| * feat(users): add approve and reject methods to UserBen Gamari2022-06-251-0/+7
* | docs(api): document usage of head() methodsNejc Habjan2022-06-252-1/+32
|/
* docs(projects): provide more detailed import examplesNejc Habjan2022-06-251-2/+17
* docs(projects): document 404 gotcha with unactivated integrationsNejc Habjan2022-06-251-6/+17
* docs(variables): instruct users to follow GitLab rules for valuesNejc Habjan2022-06-251-0/+6
* docs(api): stop linking to python-requests.orgNejc Habjan2022-06-251-3/+3
* docs(api): fix incorrect docs for merge_request_approvals (#2094)John Villalovos2022-06-251-1/+4
* docs(api-usage): add import os in exampleArthur Lutz2022-06-241-0/+1
* chore(docs): ignore nitpicky warningsNejc Habjan2022-06-231-0/+1
* chore: patch sphinx for explicit re-exportsNejc Habjan2022-06-232-0/+21
* feat(api): convert gitlab.const to EnumsJochen Sprickerhof2022-06-227-50/+50
* feat: Add support for Protected Environmentscalve2022-06-223-1/+49
* feat(users): add ban and unban methodsAntoine Auger2022-06-131-0/+5
* docs(usage): refer to upsteam docs instead of custom attributesNejc Habjan2022-06-061-14/+12
* docs(ext): fix rendering for RequiredOptional dataclassNejc Habjan2022-06-061-10/+10
* docs: documentation updates to reflect addition of mutually exclusive attributesWalter Rowe2022-06-052-10/+23
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-293-12/+16
* docs: use `as_list=False` or `all=True` in Getting startedJohn L. Villalovos2022-05-291-5/+13
* feat(objects): support get project storage endpointNejc Habjan2022-05-271-0/+27