- 02 Jun, 2016 3 commits
-
-
Yorick Peterse authored
This changes UserReferenceFilter so it operates using the following steps: 1. Grab all username references from the input document. 2. Query the corresponding Namespace objects using a single query. 3. Iterate over all nodes to build links while re-using the objects queried in step 2. The impact of these changes is that a comment mentioning 5 different usernames no longer runs 5 different queries (1 for every username), instead it only runs a single query.
-
Yorick Peterse authored
This method returns an Array of the HTML nodes as yielded by ReferenceFilter#each_node. The method's return value is memoized to allow multiple calls without having to re-query the input document.
-
Yorick Peterse authored
This changes ReferenceFilter#each_node so that when it's called without a block an Enumerator is returned.
-
- 26 May, 2016 1 commit
-
-
Yorick Peterse authored
This splits the Markdown rendering and reference extraction phases into two distinct code bases. The reference extraction phase no longer relies on the html-pipeline Gem (and any related code) and allows for extracting of references from multiple HTML nodes in a single pass. This means that if you want to extract user references from 200 comments you no longer need to run 200 times N number of queries, instead only a handful of queries may be needed.
-
- 18 May, 2016 1 commit
-
-
Adam Butler authored
-
- 12 May, 2016 2 commits
-
-
Timothy Andrew authored
- Separate 'exercise' and 'verify' steps of tests. - Use `build_stubbed` instead of `build`
-
Timothy Andrew authored
- And fix behavior for non-file hierarchical links.
-
- 10 May, 2016 2 commits
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Closes #17342, closes #17363
-
- 09 May, 2016 1 commit
-
-
Stan Hu authored
Closes #1625
-
- 05 May, 2016 1 commit
-
-
Felipe Artur authored
-
- 21 Apr, 2016 5 commits
-
-
Alfredo Sumaran authored
-
Grzegorz Bizon authored
Closes #15168
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
Also, addint a suffix to the reference text when the milestone is in another project
-
- 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
-