About 380,000 results
Open links in new tab
  1. Merge requests API | GitLab Docs

    Use the merge requests API to automate any part of the code review process, and connect your code changes to external tools. Use this API to send information about merge requests to non-GitLab systems, including tools you’ve built yourself, in your preferred format.

  2. Merge request context commits API | GitLab Docs

    Use this API to add commits to a merge request for more context. Get a list of merge request context commits. Parameters: The ID or URL-encoded path of the project. The internal ID of the merge request. "id": "4a24d82dbca5c11c61556f3b35ca472b7463187e", "short_id": "4a24d82d", "created_at": "2017-04-11T10:08:59.000Z", "parent_ids": null,

  3. Merge request approvals API | GitLab Docs

    Configuration for approvals on all merge requests in the project. All endpoints require authentication.

  4. Merge request API + merge_status - How to Use GitLab - GitLab

    Apr 20, 2021 · We’re trying to use the GitLab API to automate the merge request lifecycle based on the movement of Jira tickets. Using the /merge_requests endpoint, I can see the merge_status field which seems to contain one of the following values: unchecked, can_be_merged, cannot_be_merged, cannot_be_merged_recheck, or checking.

  5. Automatically create merge requests through gitlab api

    Apr 3, 2019 · get related merge requests and commit messages In order to create a merge request with enough information, we can fetch merge requests and commit messages that are related to this specific commit.

  6. Gitlab APIs: How can I rertrieve (merge requests) commit …

    May 20, 2023 · We want to retrieve comments made on commits that are part of a merge request. These comments are also known as “notes” in GitLab terminology. To do this, we’ll need to use a combination of GitLab’s Merge Requests API and Notes API. Here’s a step-by-step guide: First, we need to get the list of commits for a specific merge request.

  7. python - How to create a MR using GitLab API? - Stack Overflow

    Jul 31, 2017 · I am trying to create a merge request using the GitLab Merge Request API with python and the python requests package. This is a snippet of my code import requests, json MR = 'http://www.gitlab.co...

  8. Merge requests API | GitLab

    To get all merge requests, use parameter scope=all. Use the state parameter to get only merge requests with a given state (opened, closed, locked, or merged) or all states (all). Searching by …

  9. How do I get all merge requests from Gitlab Api? - Stack Overflow

    Feb 19, 2021 · Requests to list endpoints are paginated by default, as documented here: https://docs.gitlab.com/ee/api/rest/index.html#offset-based-pagination You have iterate all the pages to obtain the complete list.

  10. Gitlab api to get commits in a merge request - Stack Overflow

    Jul 13, 2014 · From the GITLAB API documentation, I can get the merge request details, from which I can get the source project and the branch. The api to get the list of commits in the branch, list all the commits in that branch. Is there a way to get the list of commits specific to a merge request through API.?

  11. Some results have been removed
Refresh