Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-15Add some frozen string to spec/**/*.rbgfyoung
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-05Autocorrect with RSpec/ExampleWording copThong Kuah
- rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only"
2019-02-14Filter note parametersAndrew Newdigate
This change adds `note` to the Rails `filter_parameters` configuration.
2018-11-28Pad encryption keys with UTF-8 0 instead of \0 charGrzegorz Bizon
2018-11-23Fix static analysis in utf8 helper methodsGrzegorz Bizon
2018-11-22Ensure that db encryption keys have proper bytesizeGrzegorz Bizon
2018-09-13Enable omniauth by defaultNick Thomas
2018-07-24Make ObjectStoreSettings use more explicit and add specsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-03-16Fix redis specDouwe Maan
2017-03-16Verify config/mail_room.yml is interpretable RubyDouwe Maan
2017-02-20Use newer mail_room to get `require_relative` supportGabriel Mazetto
2016-11-16Make mail_room idle_timeout option configurable.Marin Jankovski
2016-10-26Updated mail_room and added sentinel support to Reply by EmailGabriel Mazetto
2016-08-04Small refactor and a few documentation fixesGabriel Mazetto
2016-08-04Fixed MailRoom specs and make sure it works with new resque.yml formatGabriel Mazetto
Some codestyle changes
2016-05-09Enable the Rubocop DeprecatedClassMethods copConnor Shea
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-02-27Don't load all of GitLab in mail_roomDouwe Maan
Fixes #12731