gitlab-org--gitlab-foss/spec
Yorick Peterse 84b0ab7766 Added & use Gitlab::Routing for URL helpers
Rails' "url_helpers" method creates an anonymous Module (which a bunch
of methods) on every call. By caching the output of this method in a
dedicated method we can shave off about 10 seconds of loading time for
an issue with around 200 comments.
2016-04-01 11:13:48 +02:00
..
config Don't load all of GitLab in mail_room 2016-02-26 18:48:13 -08:00
controllers Minor clean up on admin/users_controller_spec 2016-03-31 22:29:32 +02:00
factories Fix specs 2016-03-21 09:09:59 +01:00
features Spec updates 2016-03-29 18:20:10 +01:00
finders Fix specs 2016-03-22 00:23:58 +01:00
fixtures Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
helpers Implementing 'Groups View' and 'TODOs View' as options for dashboard preferences. 2016-03-24 19:59:54 +01:00
initializers Ensure Gravatar host looks like an actual host 2016-01-18 14:58:16 +01:00
javascripts Change js-quick-submit behavior to expect the class on the form 2016-03-02 15:11:15 -05:00
lib Added & use Gitlab::Routing for URL helpers 2016-04-01 11:13:48 +02:00
mailers Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00
models Exclude projects pending deletion from all results 2016-03-31 20:20:18 +02:00
requests Merge branch 'mariusz_jachimowicz/gitlab-ce-i_14415_expose_label_description' into 'master' 2016-03-29 16:21:16 -04:00
routing Remove Profile::KeysController#new action 2016-03-03 16:13:59 -05:00
services Preserve time notes has been updated at when moving issue 2016-03-23 13:22:27 +01:00
support Added & use Gitlab::Routing for URL helpers 2016-04-01 11:13:48 +02:00
tasks/gitlab Ensure uploads dir exists when running backup specs 2016-03-30 15:40:49 +02:00
views Move "I should see Crowd login form" feature to a view spec 2016-02-24 17:38:13 -05:00
workers Check if repo exists before attempting to update cache info 2016-03-27 06:17:49 -07:00
factories_spec.rb
rails_helper.rb
spec_helper.rb Move CarrierWave test env config to separate file 2016-03-30 13:57:01 +02:00
teaspoon_env.rb