Commit Graph

6 Commits

Author SHA1 Message Date
GitLab Bot e1d53af7ad Add latest changes from gitlab-org/gitlab@master 2020-06-18 09:08:41 +00:00
Takuya Noguchi a03f8d255d Enable MergeableSelector in scss-lint 2017-11-03 11:17:23 +09:00
Dimitrie Hoekstra 82c002ebce Changed all font-weight values to 400 and 600 2017-08-24 14:13:24 +00:00
Pedro Moreira da Silva c8fd702556 Change full colors to a more harmonious palette 2017-03-23 18:19:17 +00:00
connorshea e106597e31 Follow the CSS Style Guide rules for unitless zero values.
Updated Emoji Rake task to conform to style guide.

Discussed in #14299.

[ci skip]
2016-03-16 19:23:23 -06:00
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