Skip to content

Render snippet blobs

What does this MR do?

Before git version snippets, we stream the data from the database to the user. Now that we have blobs in the repository, we can pass the blob id to Workhorse, and let it do the streaming part.

We need to ensure we still render snippet without repository blobs in the old way, as text.

Closes #212584 (closed)

Does this MR meet the acceptance criteria?

Conformity

Edited by 🤖 GitLab Bot 🤖

Merge request reports