Commit graph

18 commits

Author SHA1 Message Date
GitLab Bot
3ff77f7f70 Add latest changes from gitlab-org/gitlab@master 2021-04-24 03:09:38 +00:00
GitLab Bot
9bc5f183df Add latest changes from gitlab-org/gitlab@master 2021-04-07 21:09:01 +00:00
GitLab Bot
2ecc6e22e3 Add latest changes from gitlab-org/gitlab@master 2020-08-04 18:09:49 +00:00
GitLab Bot
640e72ca92 Add latest changes from gitlab-org/gitlab@master 2020-06-04 03:08:05 +00:00
GitLab Bot
8dc1e72e2b Add latest changes from gitlab-org/gitlab@master 2020-05-13 00:07:50 +00:00
GitLab Bot
d5d3c03598 Add latest changes from gitlab-org/gitlab@master 2020-01-31 21:08:52 +00:00
gfyoung
93a44e135b Add some frozen string to spec/**/*.rb
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
2019-04-15 10:17:05 +00:00
Robert Speicher
c8b802471b Enable the RSpec/HookArgument cop and auto-correct offenses 2017-08-10 19:29:42 -04:00
Paul Charlton
cb3b4a15e6 Support multiple Redis instances based on queue type 2017-07-11 03:35:47 +00:00
Douwe Maan
353d3da44c Fix redis spec 2017-03-15 18:36:20 -06:00
Douwe Maan
4eb24c3161 Verify config/mail_room.yml is interpretable Ruby 2017-03-15 16:21:45 -06:00
Gabriel Mazetto
e49d55e961 Use newer mail_room to get require_relative support 2017-02-20 17:38:21 +01:00
Marin Jankovski
aa9a289ce5 Make mail_room idle_timeout option configurable. 2016-11-16 12:46:37 +01:00
Gabriel Mazetto
f9126fbe0a Updated mail_room and added sentinel support to Reply by Email 2016-10-26 05:02:47 +02:00
Gabriel Mazetto
ce41b5c73f Small refactor and a few documentation fixes 2016-08-04 19:02:39 +02:00
Gabriel Mazetto
67ae8adc72 Fixed MailRoom specs and make sure it works with new resque.yml format
Some codestyle changes
2016-08-04 18:55:37 +02:00
Connor Shea
9cc0937b3a Enable the Rubocop DeprecatedClassMethods cop
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.
2016-05-08 15:33:34 -06:00
Douwe Maan
bbdb9ba036 Don't load all of GitLab in mail_room
Fixes #12731
2016-02-26 18:48:13 -08:00