- Nov 30, 2015
-
-
Valery Sizov authored
-
- Nov 27, 2015
-
-
Robert Speicher authored
See #2857
-
- Nov 26, 2015
-
-
-
Valery Sizov authored
-
- Nov 25, 2015
-
-
Robert Speicher authored
-
Robert Speicher authored
Closes #2830
-
Robert Speicher authored
Closes #2746
-
Valery Sizov authored
-
- Nov 24, 2015
-
-
Robert Speicher authored
Also removes `colored` which came in during the CI merge and is redundant. Closes #2822
-
Robert Speicher authored
-
Robert Speicher authored
Closes #2815
-
Robert Speicher authored
Closes #2856
-
- Nov 23, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Nov 19, 2015
-
-
Ferdinand Rosario authored
-
- Nov 11, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Nov 10, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzcińśki authored
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
-
- Nov 09, 2015
-
-
Stan Hu authored
Switch back to github-linguist
-
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`.
-
- Nov 08, 2015
-
-
Pirate Praveen authored
-
- Nov 03, 2015
-
-
Douwe Maan authored
-
Robert Speicher authored
Closes #2801
-
- Oct 26, 2015
-
-
Robert Speicher authored
Closes #2858
-
Robert Speicher authored
Closes #2866
-
- Oct 15, 2015
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Yorick Peterse authored
This can be used to measure the time (roughly) spent on a per line basis. This can also be used to measure timings for views, for example by adding the following to a URL: ?lineprof=app/views/projects/notes/_note rack-lineprof is only enabled when: 1. The application runs in development mode 2. The used Ruby is MRI 3. The environment variable ENABLE_LINEPROF is set to a non-empty value
-
Yorick Peterse authored
This can be used to track down where queries originate from, regardless of whether they're caused by N+1 problems or not. This can be enabled by setting the environment variable ENABLE_QUERY_TRACE to a non-empty value (e.g. "true").
-
Yorick Peterse authored
This can be used to resolve N+1 query problems. Bullet is disabled by default and can be enabled by starting Rails with the environment variable ENABLE_BULLET set to a non empty value (e.g. "true").
-
Jacob Vosmaer (GitLab) authored
-
- Oct 14, 2015
-
-
Robert Speicher authored
-
- Oct 13, 2015
-
-
Douwe Maan authored
-
- Oct 11, 2015
-
-
Douwe Maan authored
-
- Oct 09, 2015
-
-
Robert Speicher authored
-
- Oct 08, 2015
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-