- Sep 04, 2019
-
-
Yorick Peterse authored
The constant tested is defined in an initializer, and these are not loaded when using fast_spec_helper. When running just this test file, or when running this test first this can lead to test failures. To fix this we just use spec_helper instead of fast_spec_helper.
-
- Aug 20, 2019
-
-
Diego Louzán authored
- Add mail interceptor the signs outgoing email with SMIME - Add lib and helpers to work with SMIME data - New configuration params for setting up SMIME key and cert files
-
- Apr 15, 2019
-
-
gfyoung authored
Adds frozen string to the following: * spec/bin/**/*.rb * spec/config/**/*.rb * spec/controllers/**/*.rb xref https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
-
- Apr 05, 2019
-
-
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
-
- Feb 14, 2019
-
-
Andrew Newdigate authored
This change adds `note` to the Rails `filter_parameters` configuration.
-
- Nov 28, 2018
-
-
Grzegorz Bizon authored
-
- Nov 23, 2018
-
-
Grzegorz Bizon authored
-
- Nov 22, 2018
-
-
Grzegorz Bizon authored
-
- Sep 13, 2018
-
-
Nick Thomas authored
-
- Jul 24, 2018
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Aug 10, 2017
-
-
Robert Speicher authored
-
- Jul 11, 2017
-
-
- Mar 16, 2017
-
-
Douwe Maan authored
-
- Mar 15, 2017
-
-
Douwe Maan authored
-
- Feb 20, 2017
-
-
Gabriel Mazetto authored
-
- Nov 16, 2016
-
-
Marin Jankovski authored
-
- Oct 26, 2016
-
-
Gabriel Mazetto authored
-
- Aug 04, 2016
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
Some codestyle changes
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- May 08, 2016
-
-
Connor Shea authored
This reports uses of `File.exists?` and `Dir.exists?`, which were both deprecated in Ruby and will eventually be removed in favor of `.exist?`. Also fixes all existing uses of the deprecated methods.
-
- Feb 27, 2016
-
-
Douwe Maan authored
Fixes #12731
-