- 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
-
- 10 Jun, 2016 1 commit
-
-
Luke "Jared" Bennett authored
added whitespace toggle to diffs page and set it to return the project compare path with the selected whitespace params Updated CHANGELOG Moved CHANGELOG entry
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 18 May, 2016 1 commit
-
-
Adam Butler authored
-
- 17 May, 2016 1 commit
-
-
Sean McGivern authored
Based on: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151
-
- 13 May, 2016 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 29 Apr, 2016 1 commit
-
-
Matt Oakes authored
This is a combination of 3 commits. - Update the bare repositories info/attributes if the default branch is updated - Check the diff attributes of a file before showing a diff - Update CHANGELOG
-
- 26 Apr, 2016 4 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
- 14 Apr, 2016 4 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Phil Hughes authored
Added highlight colours to diff rows Closes #13852
-
- 07 Apr, 2016 3 commits
-
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
Annabel Dunstone authored
-
- 04 Apr, 2016 1 commit
-
-
Stan Hu authored
Closes #14875
-
- 20 Mar, 2016 1 commit
-
-
Arinde Eniola authored
-
- 19 Mar, 2016 2 commits
-
-
Stan Hu authored
Closes #3769 Closes #14327
-
Douwe Maan authored
-
- 18 Mar, 2016 1 commit
-
-
Yorick Peterse authored
This builds on the changes introduced in https://gitlab.com/gitlab-org/gitlab_git/merge_requests/72 and results in merge requests with large diffs (e.g. due to them containing minified CSS) loading much faster.
-
- 03 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 29 Feb, 2016 1 commit
-
-
Phil Hughes authored
Closes #13751
-
- 19 Feb, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 17 Feb, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 16 Feb, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Rémy Coutable authored
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.
-
- 29 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 22 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 21 Jan, 2016 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 20 Jan, 2016 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 14 Jan, 2016 1 commit
-
-
Rubén Dávila authored
* Use commit objects instead of IDs when generating diffs * Use proper references when generating MR's source and target * Update broken specs
-