gitlab-org--gitlab-foss/spec
Sean McGivern b16c0080ac Add Gitlab::Profiler for profiling from a console or runner
Gitlab::Profiler.profile takes a URL to profile, and returns the ruby-prof
profile result.

This is currently only for interactive use (in a console) or from the script
runner. Note that when using this interactively, changes to the application
within that console session will be used, so this can be used to test proposed
performance changes.
2018-01-19 12:31:54 +00:00
..
bin Move the circuitbreaker check out in a separate process 2017-12-08 09:11:39 +01:00
config
controllers Fix error on changes tab when merge request cannot be created 2018-01-15 11:53:40 -02:00
db/production
factories Add RedirectRoute factory 2018-01-11 11:17:38 -08:00
features In development, allow the toggling of the performance bar 2018-01-17 13:56:05 +01:00
finders EE-BACKPORT group boards 2018-01-04 17:28:10 -02:00
fixtures Merge branch 'remove-soft-removals' into 'master' 2018-01-11 16:06:01 +00:00
helpers Only highlight search results under the highlighting size limit 2018-01-16 11:56:07 +00:00
initializers Fixing bug related to wiki last version 2018-01-09 16:01:09 +00:00
javascripts Resolve "Closed issue label in todo's styling is difficult to read" 2018-01-17 14:09:59 +00:00
lib Add Gitlab::Profiler for profiling from a console or runner 2018-01-19 12:31:54 +00:00
mailers Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
migrations Merge branch 'remove-soft-removals' into 'master' 2018-01-11 16:06:01 +00:00
models Merge branch '40818-last-push-widget-does-not-appear-after-pushing-new-commit' into 'master' 2018-01-16 17:55:41 +00:00
policies Replace '.team << [user, role]' with 'add_role(user)' in specs 2017-12-22 19:18:28 +11:00
presenters Backport 'Rebase' feature from EE to CE 2018-01-05 09:34:59 +01:00
requests Adds sorting to deployments API 2018-01-17 08:47:55 +01:00
routing
rubocop/cop Make sure it's not offending to use local ||= val 2018-01-13 00:24:12 +08:00
serializers Merge branch '40549-render-emoj-in-groups-overview' into 'master' 2018-01-08 11:34:22 +00:00
services Merge branch '41727-target-branch-name' into 'master' 2018-01-17 09:38:44 +00:00
sidekiq/cron
support Use an at_exit hook to stop test gitaly 2018-01-15 12:46:56 +01:00
tasks Refactoring spec for the gitlab:uploads:check rake task 2018-01-08 19:43:53 -02:00
unicorn Speed up Unicorn specs by using a dummy Rack application instead of GitLab 2017-11-22 19:51:57 +00:00
uploaders Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
validators
views Merge branch '39988-hide-new-branch-tag-empty-repo' into 'master' 2018-01-11 13:43:06 +00:00
workers Fork now protects default branch on completion 2018-01-15 16:03:25 +00:00
factories_spec.rb Replace factory_girl_rails with factory_bot_rails 2017-12-14 15:01:55 +01:00
rails_helper.rb
rake_helper.rb
simplecov_env.rb
spec_helper.rb Use an at_exit hook to stop test gitaly 2018-01-15 12:46:56 +01:00