gitlab-org--gitlab-foss/spec
Yorick Peterse 054df415f9 Optimize CSS expressions produced by Nokogiri
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.
2015-12-31 15:46:47 +01:00
..
benchmarks Move Markdown/reference logic from Gitlab::Markdown to Banzai 2015-12-15 15:51:16 +01:00
controllers Fix specs 2015-12-18 17:09:58 +01:00
factories Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
features specs for forced two-factor authentication and grace period 2015-12-24 19:01:30 -02:00
finders
fixtures Use URL helpers in specs 2015-12-03 14:00:09 +01:00
helpers Merge branch 'revert_votes_back' into 'master' 2015-12-25 15:52:06 +00:00
javascripts Merge branch 'close-open-ajax-issue' into 'master' 2015-12-25 21:00:16 +00:00
lib Optimize CSS expressions produced by Nokogiri 2015-12-31 15:46:47 +01:00
mailers Migrate CI::Services and CI::WebHooks to Services and WebHooks 2015-12-10 16:04:08 +01:00
models Merge branch 'upvote_count_to_api' into 'master' 2015-12-29 16:07:12 +00:00
requests Add API support for looking up a user by username 2015-12-24 07:57:13 -08:00
routing
services Fix spec 2015-12-25 13:20:20 +01:00
support Backport JIRA service 2015-12-18 14:19:48 -06:00
tasks/gitlab
views/help
workers Write to InfluxDB directly via UDP 2015-12-29 14:53:45 +01:00
factories.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
factories_spec.rb
rails_helper.rb
spec_helper.rb
teaspoon_env.rb