summaryrefslogtreecommitdiff
path: root/docs/gl_objects
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | docs: update return type of pushrulesJohn L. Villalovos2022-07-042-2/+2
|/
* 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
* 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-251-1/+10
|/
* 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): fix incorrect docs for merge_request_approvals (#2094)John Villalovos2022-06-251-1/+4
* feat(api): convert gitlab.const to EnumsJochen Sprickerhof2022-06-227-50/+50
* feat: Add support for Protected Environmentscalve2022-06-222-1/+48
* feat(users): add ban and unban methodsAntoine Auger2022-06-131-0/+5
* feat(client): introduce `iterator=True` and deprecate `as_list=False` in `lis...John L. Villalovos2022-05-292-3/+3
* feat(objects): support get project storage endpointNejc Habjan2022-05-271-0/+27
* docs: update issue example and extend API usage docsMichael Sweikata2022-05-241-0/+11
* docs(merge_requests): add new possible merge request state and link to the up...Carlos Duelo2022-05-041-2/+5
* Merge pull request #1963 from python-gitlab/feat/deploy-token-getMax Wittig2022-04-131-0/+8
|\
| * feat(objects): support getting project/group deploy tokens by idNejc Habjan2022-04-041-0/+8
* | feat(user): support getting user SSH key by idNejc Habjan2022-04-011-1/+5
|/
* feat(api): re-add topic delete endpointNejc Habjan2022-04-011-0/+7
* docs(api-docs): docs fix for application scopeswacuuu2022-03-301-1/+1
* docs: fix typo and incorrect stylekinbald2022-03-091-2/+2
* docs: add pipeline test report summary supportkinbald2022-03-071-0/+24
* feat(merge_request_approvals): add support for deleting MR approval rulesNejc Habjan2022-02-131-0/+8
* docs: add delete methods for runners and project artifactsNejc Habjan2022-02-102-0/+8
* docs(artifacts): deprecate artifacts() and artifact() methodsNejc Habjan2022-02-011-3/+13
* docs: enhance release docs for CI_JOB_TOKEN usageMatthieu Rigal2022-01-211-0/+9
* feat: add support for Group Access Token APIFabio Huser2022-01-091-0/+34
* docs: update project access token API reference linkFabio Huser2022-01-091-1/+1
* chore: fix typo in MR documentationMarkus Legner2022-01-041-1/+1
* docs: correct documentation for updating discussion noteHailiang2021-12-251-1/+1
* chore: add and document optional parameters for get MRjlvillal/rebase_in_progressJohn L. Villalovos2021-12-231-0/+8
* docs: rename documentation files to match names of code filesJohn L. Villalovos2021-12-232-0/+0
* feat(api): support file format for repository archiveMax Ludwig2021-12-211-0/+8
* docs(project): remove redundant encoding parameterShashwat Kumar2021-12-191-1/+0
* chore(api): temporarily remove topic delete endpointNejc Habjan2021-12-111-7/+0
* feat(api): add support for Topics APINejc Habjan2021-12-111-0/+48
* feat: add delete on package_file objectSimon Hébert-Deschamps2021-12-091-1/+1
* docs: update docs to use gitlab.const for constantsjlvillal/const_explicitJohn L. Villalovos2021-11-307-50/+50
* Merge pull request #1712 from StingRayZA/EpicnotesNejc Habjan2021-11-271-1/+10
|\
| * feat(api): add support for epic notesRaimund Hook2021-11-251-1/+10
* | feat: add support for `projects.groups.list()`jlvillal/project_groupsJohn L. Villalovos2021-11-261-0/+5
|/
* Merge pull request #1646 from JacobHenner/add-merge-trainsNejc Habjan2021-11-011-0/+29
|\