summaryrefslogtreecommitdiff
path: root/spec/config
Commit message (Collapse)AuthorAgeFilesLines
* 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