Skip to content

Draft: Allow tree and blob resolvers to handle ref_type

What does this MR do and why?

Describe in detail what your merge request does and why.

Allow tree and blob resolvers to handle ref_type

When ref is ambiguous ref_type is used to distinguish between tags and refs

ref_type is passed along the Tree model so that it can instantiate blob objects with a certain ref_type. It's a bit of a hack but BlobPresenter depends on this for serializing the correct urls

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #20526 (closed)

Merge request reports