stable

Clone or download

Read-only

Deal with LFS files in pullrequests

This is part of story #12325 use git-lfs objects in pull requests and web view The LFS files are handled like binary files in PRs. The file detection between source and destination file is the same as the one defined for the binary files. It will be enhanced in a dedicated commit. Change-Id: I0b2f7a85594d1143d0e61969d3207ba8346d1c9d

Modified Files

Name
M plugins/gitlfs/include/gitlfsPlugin.class.php +13 −0 Go to diff View file
A plugins/pullrequest/include/PullRequest/Events/PullRequestDiffRepresentationBuild.php +81 −0 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestFileUniDiffRepresentation.php +12 −3 Go to diff View file
M plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php +8 −2 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/file-diff/file-diff-component.js +14 −2 Go to diff View file
M plugins/pullrequest/www/scripts/src/app/file-diff/file-diff.tpl.html +5 −1 Go to diff View file
M plugins/pullrequest/www/themes/BurningParrot/css/includes/_file-diff.scss +1 −1 Go to diff View file