- Feb 20, 2020
-
-
GitLab Bot authored
-
- Jan 31, 2020
-
-
GitLab Bot authored
-
- Jan 29, 2020
-
-
GitLab Bot authored
-
- Jan 20, 2020
-
-
GitLab Bot authored
-
- Dec 22, 2019
-
-
GitLab Bot authored
-
- Dec 17, 2019
-
-
GitLab Bot authored
-
- Dec 11, 2019
-
-
GitLab Bot authored
-
- Oct 04, 2019
-
-
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
-
- Jun 05, 2019
-
-
Ash McKenzie authored
This allows the BetterErrors REPL to be available when your GitLab instance is listening on something _other_ than localhost.
-
- May 20, 2019
-
-
Yoginth authored
-
- Dec 14, 2018
-
-
Jasper Maes authored
-
- Nov 21, 2018
-
-
Jan Provaznik authored
With a recent change in i18n, default language is not included in fallbacks by default. This causes that MissingTranslationData exception is raised both in development and production mode. This patch sets explicitly fallbacks language to english which assures that english is used for missing translations.
-
- Nov 05, 2018
-
-
Andrew Newdigate authored
-
- Sep 11, 2018
-
-
Jan Provaznik authored
Fixes rails 5 deprecation warnings in `config/` files
-
- Jul 06, 2018
-
-
Lin Jen-Shin authored
-
- 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
-
- Jun 15, 2017
-
-
Stan Hu authored
-
Stan Hu authored
Adds support for https://gitlab.com/gitlab-com/infrastructure/issues/57
-
- 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>
-
- Mar 14, 2017
-
-
James Edwards-Jones authored
-
- Jan 31, 2017
-
-
Mike Greiling authored
-
- Jan 19, 2017
-
-
Phil Hughes authored
-
- Jan 10, 2017
-
-
Mike Greiling authored
-
- Nov 17, 2016
-
-
Z.J. van de Weg authored
[ci skip]
-
Kamil Trzcińśki authored
-
- Jul 21, 2016
-
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
- Jun 30, 2016
-
-
Connor Shea authored
quiet_assets has been seemingly abandoned, and now sprockets-rails has the feature built-in! From this PR: https://github.com/rails/sprockets-rails/pull/355
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 25, 2016
-
-
Robert Speicher authored
-
- May 13, 2016
-
-
Gabriel Mazetto authored
-