gitlab-org--gitlab-foss/app
Yorick Peterse 86166d2802
Split Markdown rendering & reference gathering
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.
2016-05-26 17:14:00 +02:00
..
assets Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into sidebar-expand-collapse 2016-05-26 11:45:23 +03:00
controllers Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
finders Merge branch 'fix-issue-17496' into 'master' 2016-05-25 20:28:17 +00:00
helpers Add fade out to left side of layout nav; remove dropdown nav helper; remove controls button from mobile 2016-05-25 17:14:28 -05:00
mailers New confirmation email 🔥 2016-05-25 16:56:06 -04:00
models Don't modify arguments in CommitRange#initialize 2016-05-26 13:58:01 +02:00
services Fix forks creation when visibility level is restricted 2016-05-25 10:57:00 -04:00
uploaders
validators
views Merge branch 'updated-contrib-calendar' into 'master' 2016-05-25 23:29:41 +00:00
workers Merge branch '17464-backport-email-syntax-highlighting' into 'master' 2016-05-19 21:12:53 +00:00