gitlab-org--gitlab-foss/app/views
Yorick Peterse dec3e4ce64 Added Sherlock, a custom profiling tool for GitLab
Sherlock will be a new GitLab specific tool for measuring the
performance of Rails requests (and SideKiq jobs at some point). Some of
the things that are currently tracked:

* SQL queries along with their timings, backtraces and query plans
  (using "EXPLAIN ANALYZE" for PostgreSQL and regular "EXPLAIN" for
  MySQL)
* Timings of application files (including views) on a per line basis
* Some meta data such as the request method, path, total duration, etc

More tracking (e.g. Rugged or gitlab-shell timings) might be added in
the future.

Sherlock will replace any existing tools we have used so far (e.g.
active_record_query_trace and rack-mini-profiler), hence the
corresponding Gems have been removed from the Gemfile.

Sherlock can be enabled by starting Rails as following:

    ENABLE_SHERLOCK=1 bundle exec rails s

Recorded transactions can be found at `/sherlock/transactions`.
2015-11-09 14:29:10 +01:00
..
abuse_report_mailer Add HTML abuse report notification email. 2015-10-18 11:58:24 +02:00
abuse_reports Improve abuse report wording 2015-08-08 19:46:34 +02:00
admin Enable shared runners for all new projects 2015-11-05 17:02:02 +01:00
ci CI details cleanup 2015-11-05 15:24:27 +01:00
dashboard CI details cleanup 2015-11-05 15:24:27 +01:00
devise Hide tab-bar in login-box when only one tabs is shown. 2015-11-07 12:40:14 +01:00
doorkeeper Make tables full width. 2015-10-19 11:19:45 +02:00
email_rejection_mailer We'll get the <p> for free. 2015-08-19 12:38:08 -07:00
errors
events Merge branch 'master' into rs-redactor-filter 2015-10-07 15:15:35 +02:00
explore Update style of snippets pages 2015-10-18 13:03:26 +02:00
groups Allow groups to appear in the search results if the group owner allows it 2015-11-05 13:18:51 +02:00
help Added builds view 2015-10-14 17:28:38 +02:00
import Make tables full width. 2015-10-19 11:19:45 +02:00
invites
kaminari/gitlab Add links to first and/or last page with kaminari 2015-09-23 22:15:16 +02:00
layouts Update piwik template 2015-11-08 18:03:30 +02:00
notify Merge branch 'master' into rs-redactor-filter 2015-10-07 15:15:35 +02:00
profiles merge conflict fixed 2015-11-03 22:49:09 +05:30
projects Add GitLabCI code coverage regex sample for PHPUnit 2015-11-09 10:02:50 +01:00
search Fix code that depends on incorrect inflector behavior 2015-11-03 12:00:27 +01:00
shared Render same markdown hint for issue, merge request, wiki and comment forms 2015-11-07 20:22:16 +01:00
sherlock Added Sherlock, a custom profiling tool for GitLab 2015-11-09 14:29:10 +01:00
snippets Put delete snippet btn after edit btn 2015-10-29 10:25:38 +01:00
users Improvements to profile page UI 2015-11-04 14:13:25 +01:00
votes