- 19 Aug, 2016 1 commit
-
-
Sean McGivern authored
-
- 18 Aug, 2016 1 commit
-
-
Paco Guzman authored
-
- 16 Aug, 2016 1 commit
-
-
Felipe Artur authored
-
- 30 Jul, 2016 1 commit
-
-
Stan Hu authored
On a merge request with over 1000 changed files, there were redundant calls to blob_text_viewable?, which incurred about 7% of the time. Improves #14775
-
- 15 Jul, 2016 1 commit
-
-
http://jneen.net/ authored
-
- 14 Jul, 2016 2 commits
-
-
http://jneen.net/ authored
the <pre><code> wrapping is *always* used by the helper, and *never* by anywhere else, so pull the wrapping into the helper
-
http://jneen.net/ authored
-
- 27 Jun, 2016 1 commit
-
-
http://jneen.net/ authored
paired with @stanhu
-
- 21 Jun, 2016 1 commit
-
-
Valery Sizov authored
-
- 20 Jun, 2016 3 commits
-
-
Z.J. van de Weg authored
-
Z.J. van de Weg authored
This commit builds on the groundwork in ee008e300b1ec0abcc90e6a30816ec0754cea0dd, which refactored the backend so the same code could be used for new dropdowns. In this commit its used for templates for the `.gitlab-ci.yml` files.
-
ZJ van de Weg authored
-
- 16 Jun, 2016 3 commits
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
Alfredo Sumaran authored
Also License dropdown has been ported to use our GL dropdown instead of Select2. Fixes tests to make it work with current implementation
-
- 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
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 20 May, 2016 3 commits
-
-
Alfredo Sumaran authored
-
Alfredo Sumaran authored
-
Zeger-Jan van de Weg authored
-
- 07 May, 2016 1 commit
-
-
Stan Hu authored
Use a custom Loofah scrubber since sanitize 2.x transformers are inadequate to handle case-sensitive SVG attributes. sanitize parses documents as HTML instead of XML, which causes all SVG attribute names (e.g. viewBox) to be downcased. * SVG element list: https://www.w3.org/TR/SVG/eltindex.html * SVG attribute list: https://www.w3.org/TR/SVG/attindex.html Closes #14555
-
- 28 Apr, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 18 Apr, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 07 Apr, 2016 1 commit
-
-
Annabel Dunstone authored
-
- 20 Mar, 2016 1 commit
-
-
Arinde Eniola authored
-
- 07 Mar, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 03 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 24 Feb, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 19 Feb, 2016 1 commit
-
-
Robert Speicher authored
This allows us to take advantage of Rails' `to_partial_path` to render the correct partial based on the Blob type, rather than cluttering the view with conditionals. It also allows (and will allow in the future) better encapsulation for Blob-related logic which makes sense for our Rails app but might not make as much sense for the core `gitlab_git` library, such as detecting if the blob is an SVG.
-
- 01 Feb, 2016 1 commit
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
-
- 21 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 20 Jan, 2016 2 commits
-
-
Rubén Dávila authored
-
Rubén Dávila authored
-
- 19 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 14 Jan, 2016 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 12 Jan, 2016 1 commit
-
-
Rubén Dávila authored
-
- 30 Dec, 2015 1 commit
-
-
Rubén Dávila authored
* It is more performant given now we process all the diff file instead of processing line by line. * Multiline comments are highlighted correctly.
-