- Feb 20, 2020
-
-
GitLab Bot authored
-
- Jan 20, 2020
-
-
GitLab Bot authored
-
- Jul 12, 2019
-
-
Heinrich Lee Yu authored
Uses Rails transactional tests instead of DatabaseCleaner transaction strategy because that doesn't work with JS tests
-
Heinrich Lee Yu authored
Updates changed method names and fixes spec failures
-
- May 20, 2019
-
-
Yoginth authored
-
- Dec 14, 2018
-
-
Jasper Maes authored
-
- Sep 11, 2018
-
-
Jan Provaznik authored
Fixes rails 5 deprecation warnings in `config/` files
-
- Jun 13, 2018
-
-
blackst0ne authored
It fixes Rails 5.0 deprecation flooding like: ``` DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "::Gitlab::Middleware::ReadOnly" => Gitlab::Middleware::ReadOnly (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11) DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "ActionDispatch::Static" => ActionDispatch::Static (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11) DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "Gitlab::Testing::RequestBlockerMiddleware" => Gitlab::Testing::RequestBlockerMiddleware (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11) DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "ActionDispatch::Static" => ActionDispatch::Static (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11) DEPRECATION WARNING: Passing strings or symbols to the middleware builder is deprecated, please change them to actual class references. For example: "Gitlab::Testing::RequestInspectorMiddleware" => Gitlab::Testing::RequestInspectorMiddleware (called from <top (required)> at /builds/gitlab-org/gitlab-ce/config/environment.rb:11) ```
-
- Mar 21, 2018
-
-
blackst0ne authored
-
- Oct 23, 2017
-
-
Mike Greiling authored
-
- Oct 03, 2017
-
-
Mike Greiling authored
-
- Jul 20, 2017
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 18, 2017
-
- Apr 14, 2017
-
-
Stan Hu authored
Enabling caching of classes slows start-up time because all controllers are loaded at initialization, but it reduces memory and load because files are not reloaded with every request. For example, caching is not necessary for loading database migrations but useful for handling Knapsack specs. Addresses gitlab-org/gitlab-ee#2162
-
- Mar 22, 2017
-
-
Rémy Coutable authored
The idea is that after each feature spec example, we block all incoming requests at the Rack level, go to the 'about:blank' page, and wait until the current requests reach 0. This should solve the problem where a request would end after database cleaner performed the database truncation. The problem was that a GET request can still lead to records creation (e.g. namespaces or routes). Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- Jul 21, 2016
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 13, 2016
-
-
Gabriel Mazetto authored
-
- Apr 05, 2016
-
-
Robert Speicher authored
-
- Mar 02, 2016
-
-
Rémy Coutable authored
-
- Nov 30, 2015
-
-
Valery Sizov authored
-
- Nov 26, 2015
-
-
- Nov 25, 2015
-
-
Valery Sizov authored
-
- Nov 16, 2015
-
-
Valery Sizov authored
-
- Oct 22, 2015
-
-
Douwe Maan authored
-
- Feb 12, 2015
-
-
Jeroen van Baarsen authored
Signed-off-by:
Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
-
- Jun 26, 2014
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Dec 10, 2013
-
-
Jeroen van Baarsen authored
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Nov 18, 2012
-
-
Riyad Preukschas authored
-
- Sep 26, 2012
-
-
Nihad Abbasov authored
-
- Oct 13, 2011
-
-
Dmitriy Zaporozhets authored
-
gitlabhq authored
-
- Oct 08, 2011
-
-
gitlabhq authored
-