- Nov 05, 2015
-
-
Kamil Trzcińśki authored
Fix mail tests
-
- 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
-
- Oct 07, 2015
-
-
Stan Hu authored
Change "+" icon under "Files" section to have three options: * Create file * Upload file * New directory Upload file is no longer accessible from the "Create file" page. Users can now select a target branch in upload file as well. Closes #2799: Fixes a bug where file modes were overwritten after a commit Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files can no longer be overwritten in the "Create file" section. Closes #2557
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-
- Oct 02, 2015
-
-
Yorick Peterse authored
This allows me to use this Gem for benchmarking without having to add/remove it every time.
-
- Oct 01, 2015
-
-
Douwe Maan authored
-
- Sep 25, 2015
-
-
Stan Hu authored
-
- Sep 24, 2015
-
-
Douwe Maan authored
-
Jacob Vosmaer (GitLab) authored
This allows us to see a breakdown of API requests in New Relic.
-
- Sep 23, 2015
-
-
Zeger-Jan van de Weg authored
Also update Kaminari gem to the latest version
-
- Sep 20, 2015
-
-
Robert Speicher authored
Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2605 See https://github.com/tinfoil/devise-two-factor/pull/43
-
Robert Speicher authored
-
- Sep 16, 2015
-
-
Douwe Maan authored
-
- Sep 15, 2015
-
-
Kamil Trzcińśki authored
- Change Notify to Ci::Notify - Downgrade sidekiq to fix CE errors: otherwise we need to check deliverables
-
Kamil Trzcińśki authored
-
Jared Szechy authored
-
Jared Szechy authored
This allows us to properly handle authentication errors.
-
- Sep 09, 2015
-
-
Dmitriy Zaporozhets authored
-