gitlab-org--gitlab-foss/app/controllers
Sean McGivern 18cdc5ba6c Remove line profiler from performance bar
1. The output isn't great. It can be hard to find hotspots and, even
   when you do find them, to find why those are hotspots.
2. It uses some jQuery-specific frontend code which we can remove now
   that we don't have this any more.
3. It's only possible to profile the initial request, not any subsequent
   AJAX requests.
2019-07-30 10:00:52 +01:00
..
admin Add RateLimiter to RawController 2019-07-24 19:49:31 +00:00
boards Add result to MoveService#execute_multiple 2019-07-16 16:18:16 +02:00
ci
clusters Allow switching clusters between managed/unmanaged 2019-06-18 09:09:11 +10:00
concerns Remove line profiler from performance bar 2019-07-30 10:00:52 +01:00
dashboard Change 'Todo' to 'To Do' 2019-07-04 15:45:54 +00:00
explore
google_api
groups Remove group_clusters feature flag 2019-06-28 00:28:03 +12:00
import Do not authorize with OAuth for CICD only projects 2019-07-23 11:48:23 +02:00
instance_statistics
ldap
oauth
profiles Externalize strings of email page in user profile 2019-06-10 08:41:22 +00:00
projects Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq 2019-07-29 13:19:50 -05:00
sherlock
snippets Correctly check permissions when creating snippet notes 2019-06-06 09:32:18 +02:00
users
abuse_reports_controller.rb
acme_challenges_controller.rb
application_controller.rb Remove code related to object hierarchy in MySQL 2019-07-25 15:35:06 +08:00
autocomplete_controller.rb
chaos_controller.rb Adds chaos endpoints to Sidekiq 2019-07-18 19:04:12 +02:00
confirmations_controller.rb
dashboard_controller.rb
graphql_controller.rb Remove :graphql feature flag 2019-07-09 12:45:23 +00:00
groups_controller.rb Merge branch 'bw-enable-default-manual-sorting' into 'master' 2019-07-24 10:41:47 +00:00
health_check_controller.rb
health_controller.rb
help_controller.rb
ide_controller.rb Added Usage Data for some Web IDE actions 2019-07-19 11:11:27 +00:00
invites_controller.rb
jwt_controller.rb
metrics_controller.rb
notification_settings_controller.rb
omniauth_callbacks_controller.rb Ensure Warden triggers after_authentication callback 2019-07-26 07:05:50 +00:00
passwords_controller.rb
profiles_controller.rb
projects_controller.rb Separate private methods under the keyword on projects controller 2019-07-28 21:21:31 +03:00
registrations_controller.rb Rewrite if: argument in before_action and alike when only: is also used 2019-07-18 10:04:06 +05:30
root_controller.rb
search_controller.rb Added navbar searches usage ping counter 2019-07-29 09:58:58 +00:00
sent_notifications_controller.rb
sessions_controller.rb Ensure Warden triggers after_authentication callback 2019-07-26 07:05:50 +00:00
snippets_controller.rb Rewrite if: argument in before_action and alike when only: is also used 2019-07-18 10:04:06 +05:30
uploads_controller.rb Persist tmp snippet uploads 2019-06-17 11:25:40 -03:00
user_callouts_controller.rb
users_controller.rb