Skip to content
Snippets Groups Projects
  1. Nov 30, 2015
  2. Nov 27, 2015
  3. Nov 26, 2015
  4. Nov 25, 2015
  5. Nov 24, 2015
  6. Nov 23, 2015
  7. Nov 19, 2015
  8. Nov 11, 2015
  9. Nov 10, 2015
  10. Nov 09, 2015
    • Stan Hu's avatar
      Upgrade gitlab_git to 7.2.20 and rugged to 0.23.3. · 4017a4fc
      Stan Hu authored
      Switch back to github-linguist
      4017a4fc
    • Yorick Peterse's avatar
      Added Sherlock, a custom profiling tool for GitLab · dec3e4ce
      Yorick Peterse authored
      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`.
      dec3e4ce
  11. Nov 08, 2015
  12. Nov 03, 2015
  13. Oct 26, 2015
  14. Oct 15, 2015
  15. Oct 14, 2015
  16. Oct 13, 2015
  17. Oct 11, 2015
  18. Oct 09, 2015
  19. Oct 08, 2015
Loading