- Jul 26, 2018
-
-
gfyoung authored
Partially addresses #47424.
-
- Feb 20, 2018
-
-
Ken authored
26039 - add merge request id 26039 change due to lingust source file updates
-
- Dec 14, 2017
-
-
Douwe Maan authored
-
- Nov 21, 2017
-
-
Zeger-Jan van de Weg authored
After installing a new gem, batch-loader, a construct can be used to queue data to be fetched in bulk. The gem was also introduced in both gitlab-org/gitlab-ce!14680 and gitlab-org/gitlab-ce!14846, but those mrs are not merged yet. For the generation of diffs, both the old blob and the new blob need to be loaded. This for every file in the diff, too. Now we collect all these so we do 1 fetch. Three `.allow_n_plus_1_calls` have been removed, which I expect to be valid, but this needs to be confirmed by a full CI run. Possibly closes: - https://gitlab.com/gitlab-org/gitlab-ce/issues/37445 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37599 - https://gitlab.com/gitlab-org/gitlab-ce/issues/37431
-
- Oct 12, 2017
-
-
Sean McGivern authored
The basename appears to have been a holdover from the past - it doesn't look necessary now. Some of the regexes were unanchored on one side, so explicitly ensure that they only match the root. Apart from that, this means that pushing to foo/README.md will no longer invalidate the main README cache for a project.
-
- Jun 08, 2017
-
-
Douwe Maan authored
Detect if file that appears to be text in the first 1024 bytes is actually binary afer loading all data
-
Douwe Maan authored
-
- Jun 07, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- May 29, 2017
-
-
Douwe Maan authored
-
- May 17, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- May 16, 2017
-
-
Douwe Maan authored
-
- May 11, 2017
-
-
Douwe Maan authored
-
- May 10, 2017
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- May 03, 2017
-
-
Douwe Maan authored
-
- Apr 28, 2017
-
-
Douwe Maan authored
-
- Apr 27, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- Apr 12, 2017
-
-
Luke "Jared" Bennett authored
-
- Apr 10, 2017
-
-
- Apr 06, 2017
-
-
- Apr 05, 2017
-
-
Sam Rose authored
-
Jacob Schatz authored
Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
-
- Mar 30, 2017
-
-
Phil Hughes authored
Updated some Ruby code based on comments
-
- Mar 23, 2017
-
-
Phil Hughes authored
Using NotebookLab library [ci skip]
-
- Mar 13, 2017
-
-
Christopher Bartz authored
Do not display a 404, when a user tries to retrieve the raw content of an LFS file (pointer) if the config option "lfs_enabled" is set to false. Instead, display the LFS pointer file directly.
-
- Sep 14, 2016
-
-
Yorick Peterse authored
gitlab_git 10.6.4 relies on Rugged marking blobs as binary or not, instead of relying on Linguist. Linguist in turn would mark text blobs as binary whenever they would contain byte sequences that could not be encoded using UTF-8. However, marking such blobs as binary is not correct. If one pushes a Markdown document with invalid character sequences it's still a text based Markdown document and not some random binary blob. This commit overwrites Blob#data so it automatically converts text-based content to UTF-8 (the encoding we use everywhere else) while taking care of replacing any invalid sequences with the UTF-8 replacement character. The data of binary blobs is left as-is.
-
- Aug 15, 2016
-
-
Yorick Peterse authored
This ensures that SVGs greater than 2 megabytes are not scrubbed and rendered. This in turn prevents requests from timing out due to reading/scrubbing large SVGs potentially taking a lot of time (and memory). The use of 2 megabytes is completely arbitrary. Fixes gitlab-org/gitlab-ce#1435
-
- Jul 26, 2016
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-