gitlab-org--gitlab-foss/spec
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
..
config Enable the Rubocop DeprecatedClassMethods cop 2016-05-08 15:33:34 -06:00
controllers Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
factories Create a todo on failing MR build 2016-05-17 10:17:45 +01:00
features Fix RuboCop 2016-05-25 17:13:20 -04:00
finders Make upcoming milestone work across projects 2016-05-16 10:25:24 +01:00
fixtures Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename' 2016-05-20 16:23:04 -05:00
helpers Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
initializers Add tests for setting trusted_proxies 2016-05-04 15:49:39 -07:00
javascripts Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into #15643 2016-05-23 23:08:00 +03:00
lib Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02: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
requests Merge branch 'fix-issue-17496' into 'master' 2016-05-25 20:28:17 +00:00
routing Merge branch 'health-check-route' 2016-05-12 16:39:03 -05:00
services Merge branch 'issue_10725' into 'master' 2016-05-25 20:47:46 +00:00
support Split Markdown rendering & reference gathering 2016-05-26 17:14:00 +02:00
tasks/gitlab Switch the gitlab:db:configure task to use tables.any? instead of looking specifically for the schema_migrations table 2016-05-25 10:47:09 -07:00
views Move "I should see Crowd login form" feature to a view spec 2016-02-24 17:38:13 -05:00
workers Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
factories_spec.rb Enable RSpec/NotToNot cop and auto-correct offenses 2016-05-24 15:40:29 -04:00
rails_helper.rb
spec_helper.rb Update rspec-rails from 3.3.3 to 3.4.2. 2016-05-01 13:44:50 -06:00
teaspoon_env.rb