- 27 Jan, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 25 Jan, 2017 1 commit
-
-
Robert Speicher authored
-
- 19 Jan, 2017 1 commit
-
-
Takuya Noguchi authored
-
- 11 Oct, 2016 1 commit
-
-
tiagonbotelho authored
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 03 Aug, 2016 2 commits
-
-
Paco Guzman authored
Instead calling diff_collection.count use diff_collection.size which is cache on the diff_collection
-
Paco Guzman authored
Introducing the concept of SafeDiffs which relates diffs with UI highlighting.
-
- 28 Jul, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 11 Jul, 2016 1 commit
-
-
Sean McGivern authored
-
- 08 Jul, 2016 2 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
When rendering a list of diff files, skip those where the diff is over 10 KB and provide an endpoint to render individually instead.
-
- 16 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- 12 Jun, 2016 1 commit
-
-
Stan Hu authored
Here was the problem: 1. When determining whether a given blob is viewable text, gitlab_git reads the first 1024 bytes and checks with Linguist whether it is a text or binary file. 2. If the blob is text, GitLab will attempt to display it. 3. However, if the text has binary characters after the first 1024 bytes, then GitLab will attempt to load the entire contents, but the encoding will be ASCII-8BIT since there are binary characters. 4. The Error 500 results when GitLab attempts to display a mix UTF-8 and ASCII-8BIT. To fix this, we load as much data as we are willing to display so that the detection will work properly. Requires an update to gitlab_git: gitlab-org/gitlab_git!86 Closes #13826
-
- 15 Feb, 2016 1 commit
-
-
Robert Speicher authored
Closes #13467
-