- 21 Apr, 2016 2 commits
-
-
Alfredo Sumaran authored
-
Grzegorz Bizon authored
Closes #15168
-
- 06 Apr, 2016 3 commits
-
-
Gabriel Mazetto authored
-
Yorick Peterse authored
This fixes the problem where Markdown such as: ### 31st Would get rendered as a link tag pointing to issue number 31 inside a header tag. See gitlab-org/gitlab-ce#14936 for more information.
-
Gabriel Mazetto authored
-
- 05 Apr, 2016 1 commit
-
-
connorshea authored
Resolves #14411. See merge request !3464
-
- 30 Mar, 2016 1 commit
-
-
Gabriel Mazetto authored
-
- 20 Mar, 2016 2 commits
-
-
Douwe Maan authored
-
Arinde Eniola authored
-
- 18 Mar, 2016 1 commit
-
-
Rémy Coutable authored
-
- 17 Mar, 2016 4 commits
-
-
Douglas Barbosa Alexandre authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 14 Mar, 2016 1 commit
-
-
Robert Speicher authored
This prevents false matches on relative links like `[database](database.md)`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14220
-
- 04 Mar, 2016 1 commit
-
-
Robert Speicher authored
This filter will detect YAML Front Matter and convert it to an HTML table for prettier formatting.
-
- 03 Mar, 2016 5 commits
-
-
Robert Speicher authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- 01 Mar, 2016 2 commits
-
-
Robert Speicher authored
Removes the specs from GollumTagsFilter that were more like integration tests for the pipeline than unit tests of the filter.
-
Robert Speicher authored
-
- 24 Feb, 2016 1 commit
-
-
Robert Speicher authored
Closes https://dev.gitlab.org/gitlab/gitlabhq/issues/2660
-
- 23 Feb, 2016 1 commit
-
-
Robert Speicher authored
Closes #2494
-
- 21 Feb, 2016 1 commit
-
-
Robert Speicher authored
Closes #13625
-
- 13 Feb, 2016 1 commit
-
-
Robert Speicher authored
-
- 03 Feb, 2016 1 commit
-
-
Robert Speicher authored
This allows for future pipelines to more easily define a custom whitelist.
-
- 30 Jan, 2016 1 commit
-
-
Robert Speicher authored
This is the git default and will help to prevent false positive matches. Closes #12706
-
- 23 Jan, 2016 1 commit
-
-
Benedict Etzel authored
Closes #12517
-
- 14 Jan, 2016 2 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
- 07 Jan, 2016 2 commits
-
-
Robert Speicher authored
-
Douwe Maan authored
-
- 05 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 31 Dec, 2015 1 commit
-
-
Yorick Peterse authored
Nokogiri produces inefficient XPath expressions when given CSS expressions such as "a.gfm". Luckily these expressions can be optimized quite easily while still achieving the same results. In the two cases where this optimization is applied the run time has been reduced from around 170 ms to around 15 ms.
-
- 30 Dec, 2015 1 commit
-
-
Robert Speicher authored
Prior, if we were viewing a blob at `https://example.com/namespace/project/blob/master/doc/some-file.md` and it contained a relative link such as `[README](../README.md)`, the resulting link when viewing the blob would be: `https://example.com/namespace/project/blob/README.md` which omits the `master` ref, resulting in a 404.
-
- 24 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 15 Dec, 2015 1 commit
-
-
Douwe Maan authored
-