summaryrefslogtreecommitdiff
path: root/docs/gl_objects
Commit message (Collapse)AuthorAgeFilesLines
* chore: add docs for schedule pipelinesNejc Habjan2022-12-111-3/+9
|
* feat: add resource iteration events (see ↵Oliver Blasius2022-12-041-0/+4
| | | | https://docs.gitlab.com/ee/api/resource_iteration_events.html)
* feat: add support for SAML group links (#2367)Abhishek Singh2022-11-221-0/+22
|
* docs: Use the term "log file" for getting a job log fileJohn L. Villalovos2022-11-181-1/+1
| | | | | | | | The GitLab docs refer to it as a log file: https://docs.gitlab.com/ee/api/jobs.html#get-a-log-file "trace" is the endpoint name but not a common term people will think of for a "log file"
* feat(groups): add LDAP link manager and deprecate old API endpointsNejc Habjan2022-11-171-2/+13
|
* refactor: explicitly use ProjectSecureFileNejc Habjan2022-11-171-2/+2
|
* docs(groups): describe GitLab.com group creation limitationNejc Habjan2022-11-101-0/+6
|
* feat: implement secure files APIBen Brown2022-11-101-0/+47
|
* docs(api): pushrules remove saying `None` is returned when not foundJohn L. Villalovos2022-11-082-2/+2
| | | | | | | | | | | | | In `groups.pushrules.get()`, GitLab does not return `None` when no rules are found. GitLab returns a 404. Update docs to not say it will return `None` Also update docs in `project.pushrules.get()` to be consistent. Not 100% sure if it returns `None` or returns a 404, but we don't need to document that. Closes: #2368
* feat(api): add support for getting a project's pull mirror detailsJohn L. Villalovos2022-11-041-0/+4
| | | | | | | Add the ability to get a project's pull mirror details. This was added in GitLab 15.5 and is a PREMIUM feature. https://docs.gitlab.com/ee/api/projects.html#get-a-projects-pull-mirror-details
* feat(api): add support for remote project import from AWS S3 (#2357)Abhishek Singh2022-11-021-0/+14
|
* feat(api): add support for remote project import (#2348)Abhishek Singh2022-11-011-0/+9
|
* feat(api): add application statisticsShreya2022-11-011-0/+21
|
* fix: use POST method and return dict in ↵John Villalovos2022-10-311-1/+7
| | | | | | | | | | | | | | `cancel_merge_when_pipeline_succeeds()` (#2350) * Call was incorrectly using a `PUT` method when should have used a `POST` method. * Changed return type to a `dict` as GitLab only returns {'status': 'success'} on success. Since the function didn't work previously, this should not impact anyone. * Updated the test fixture `merge_request` to add ability to create a pipeline. * Added functional test for `mr.cancel_merge_when_pipeline_succeeds()` Fixes: #2349
* fix: remove `project.approvals.set_approvals()` methodJohn L. Villalovos2022-10-191-5/+0
| | | | | | | | | | | | The `project.approvals.set_approvals()` method used the `/projects/:id/approvers` end point. That end point was removed from GitLab in the 13.11 release, on 2-Apr-2021 in commit 27dc2f2fe81249bbdc25f7bd8fe799752aac05e6 via merge commit e482597a8cf1bae8e27abd6774b684fb90491835. It was deprecated on 19-Aug-2019. See merge request: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/57473
* docs(commits): fix commit create example for binary contentThomas Schmelzer2022-10-181-1/+1
|
* feat(api): add support for topics merge APINejc Habjan2022-10-141-0/+4
|
* docs(api): describe the list() and all() runners' functionsLiora Milbaum2022-10-091-3/+7
|
* docs(api): Update `merge_requests.rst`: `mr_id` to `mr_iid`Stavros Ntentos2022-10-031-2/+2
| | | | | | | | | Typo: Author probably meant `mr_iid` (i.e. project-specific MR ID) and **not** `mr_id` (i.e. server-wide MR ID) Closes: https://github.com/python-gitlab/python-gitlab/issues/2295 Signed-off-by: Stavros Ntentos <133706+stdedos@users.noreply.github.com>
* feat: Add reset_approvals apiLucas Zampieri2022-09-261-0/+4
| | | | | | Added the newly added reset_approvals merge request api. Signed-off-by: Lucas Zampieri <lzampier@redhat.com>
* feat: add support for deployment approval endpointJohn L. Villalovos2022-08-251-0/+12
| | | | | | | Add support for the deployment approval endpoint[1] [1] https://docs.gitlab.com/ee/api/deployments.html#approve-or-reject-a-blocked-deployment Closes: #2253
* feat: add support for merge_base APINejc Habjan2022-08-191-0/+4
|
* docs: describe self-revoking personal access tokensNejc Habjan2022-07-291-0/+4
|
* chore(clusters): deprecate clusters supportJohn L. Villalovos2022-07-281-3/+8
| | | | | | | | | | | Cluster support was deprecated in GitLab 14.5 [1]. And disabled by default in GitLab 15.0 [2] * Update docs to mark clusters as deprecated * Remove testing of clusters [1] https://docs.gitlab.com/ee/api/project_clusters.html [2] https://gitlab.com/groups/gitlab-org/configure/-/epics/8
* chore(topics): 'title' is required when creating a topicJohn L. Villalovos2022-07-281-1/+1
| | | | In GitLab >= 15.0 `title` is required when creating a topic.
* feat: add support for iterations APINejc Habjan2022-07-271-0/+33
|
* 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-231-0/+73
|
* 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-231-3/+12
|
* 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-214-10/+7
|
* feat(groups): add support for group-level registry repositoriesNejc Habjan2022-07-201-0/+4
|
* feat: support validating CI lint resultsNejc Habjan2022-07-091-3/+19
|
* docs: document CI Lint usageNejc Habjan2022-07-052-43/+53
|
* docs(users): add docs about listing a user's projectsJohn L. Villalovos2022-07-041-1/+30
| | | | | | | Add docs about listing a user's projects. Update docs on the membership API to update the URL to the upstream docs and also add a note that it requires Administrator access to use.
* Merge pull request #1896 from python-gitlab/jlvillal/ci_lintNejc Habjan2022-07-051-0/+43
|\ | | | | feat: add Project CI Lint support
| * feat(objects): add Project CI Lint supportJohn L. Villalovos2022-07-041-0/+43
| | | | | | | | | | | | Add support for validating a project's CI configuration [1] [1] https://docs.gitlab.com/ee/api/lint.html
* | docs: update return type of pushrulesJohn L. Villalovos2022-07-042-2/+2
|/ | | | | Update the return type of pushrules to surround None with back-ticks to make it code-formatted.
* feat: add support for group push rulesO'Keefe, Gerard (Gerry)2022-07-041-0/+34
| | | | | | Add the GroupPushRules and GroupPushRulesManager classes. Closes: #1259
* 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 rule
| * feat(api): add support for `get` for a MR approval ruleJohn L. Villalovos2022-06-271-0/+5
| | | | | | | | | | | | | | | | | | In GitLab 14.10 they added support to get a single merge request approval rule [1] Add support for it to ProjectMergeRequestApprovalRuleManager [1] https://docs.gitlab.com/ee/api/merge_request_approvals.html#get-a-single-merge-request-level-rule
* | chore(docs): convert tabs to spacesJohn L. Villalovos2022-06-271-10/+10
|/ | | | Some tabs snuck into the documentation. Convert them to 4-spaces.
* 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
| | | | | | | | | | | | | | | * feat(downloads): allow streaming downloads access to response iterator Allow access to the underlying response iterator when downloading in streaming mode by specifying `iterator=True`. Update type annotations to support this change. * docs(api-docs): add iterator example to artifact download Document the usage of the `iterator=True` option when downloading artifacts * test(packages): add tests for streaming downloads
* Merge pull request #2061 from bgamari/patch-1Nejc Habjan2022-06-251-0/+7
|\ | | | | feat(users): add approve and reject methods to User