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

fix: Correctly deserialize GitLab MR commits #1808

Merged
merged 2 commits into from
Oct 30, 2024

Commits on Oct 29, 2024

  1. fix: Correctly deserialize GitLab MR commits

    The response for `/api/v4/projects/:id/merge_requests/:merge_request_iid/commits`
    is described [in the documentation], and includes neither a `sha`, nor
    an `author` field.
    
    [in the documentation]: https://docs.gitlab.com/ee/api/merge_requests.html#get-single-merge-request-commits
    PigeonF committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    17a4d80 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    c370e94 View commit details
    Browse the repository at this point in the history