-
- Downloads
Eager-load image blob data in diffs
Since gitlab_git 8.0, blob data are lazy-loaded so we have to call blob.load_all_data!(repo) to eager-load them. Fixes #13458.
Please register or sign in to comment
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Since gitlab_git 8.0, blob data are lazy-loaded so we have to call blob.load_all_data!(repo) to eager-load them. Fixes #13458.