Skip to content

api: expose web_url for project entities

Ben Boeckel requested to merge ben.boeckel/gitlab-ce:entity-api-web-url into master

What does this MR do?

Adds a web_url field to project snippet, issues, and merge request API returned objects.

Are there points in the code the reviewer needs to double check?

Tests. Are they sufficient? (I'm working on getting them to pass.)

Why was this MR needed?

Creating the URL for an MR or issue from the MR is tedious in API libraries; it's easy for Gitlab to just provide it.

What are the relevant issue numbers?

N/A

Screenshots (if relevant)

N/A

Does this MR meet the acceptance criteria?

Merge request reports