Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rebase_in_progress to ExpandedMergeRequestSchema #3585

Merged

Conversation

omer-rivlin-platinum
Copy link
Contributor

@omer-rivlin-platinum omer-rivlin-platinum commented May 6, 2024

When adding the includeRebaseInProgress flag to the MergeRequests.show function, the gitbeaker response doesn't contain the rebaseInProgress property.

As stated in the GitLab documentation:

You can poll the Get single MR endpoint with the include_rebase_in_progress parameter to check the status of the asynchronous request.

If the rebase operation is ongoing, the response includes the following:

{
  "rebase_in_progress": true,
  "merge_error": null
}

@jdalrymple jdalrymple added the type:types Adding or enhancing typescript types label May 15, 2024
@jdalrymple jdalrymple merged commit 4fd2b7c into jdalrymple:main May 24, 2024
2 checks passed
@jdalrymple
Copy link
Owner

🚀 PR was released in 40.1.0 🚀

@jdalrymple jdalrymple added the released This issue/pull request has been released. label Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released. type:types Adding or enhancing typescript types
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants