summaryrefslogtreecommitdiff
path: root/spec/config
Commit message (Collapse)AuthorAgeFilesLines
* Add some frozen string to spec/**/*.rbgfyoung2019-04-153-0/+6
| | | | | | | | | | 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
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-051-1/+1
| | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
* Filter note parametersAndrew Newdigate2019-02-141-0/+34
| | | | This change adds `note` to the Rails `filter_parameters` configuration.
* Pad encryption keys with UTF-8 0 instead of \0 charGrzegorz Bizon2018-11-281-4/+4
|
* Fix static analysis in utf8 helper methodsGrzegorz Bizon2018-11-231-3/+3
|
* Ensure that db encryption keys have proper bytesizeGrzegorz Bizon2018-11-221-0/+98
|
* Enable omniauth by defaultNick Thomas2018-09-131-0/+9
|
* Make ObjectStoreSettings use more explicit and add specsdz-refactor-object-store-settingsDmitriy Zaporozhets2018-07-241-0/+29
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher2017-08-101-2/+2
|
* Support multiple Redis instances based on queue typePaul Charlton2017-07-111-11/+11
|
* Fix redis specDouwe Maan2017-03-151-2/+3
|
* Verify config/mail_room.yml is interpretable RubyDouwe Maan2017-03-151-25/+35
|
* Use newer mail_room to get `require_relative` supportGabriel Mazetto2017-02-201-2/+2
|
* Make mail_room idle_timeout option configurable.Marin Jankovski2016-11-161-0/+1
|
* Updated mail_room and added sentinel support to Reply by Email21645-mail_room_sentinelGabriel Mazetto2016-10-261-2/+24
|
* Small refactor and a few documentation fixesGabriel Mazetto2016-08-041-2/+2
|
* Fixed MailRoom specs and make sure it works with new resque.yml formatGabriel Mazetto2016-08-041-24/+19
| | | | Some codestyle changes
* Enable the Rubocop DeprecatedClassMethods copConnor Shea2016-05-081-1/+1
| | | | | | 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.
* Don't load all of GitLab in mail_roomDouwe Maan2016-02-261-0/+56
Fixes #12731