Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@13-3-stable-ee | GitLab Bot | 2020-08-20 | 2 | -1/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-2-stable-ee | GitLab Bot | 2020-07-20 | 2 | -3/+121 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-1-stable-ee | GitLab Bot | 2020-06-18 | 5 | -5/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-20 | 3 | -8/+16 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-19 | 1 | -0/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-31 | 1 | -28/+20 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-01-29 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-08 | 1 | -0/+2 |
| | |||||
* | Use spec_helper for S/MIME settings specsfix-smime-settings-require | Yorick Peterse | 2019-09-04 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | feat: SMIME signed notification emails | Diego Louzán | 2019-08-20 | 1 | -0/+56 |
| | | | | | | - 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 | ||||
* | Add some frozen string to spec/**/*.rb | gfyoung | 2019-04-15 | 3 | -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 cop | Thong Kuah | 2019-04-05 | 1 | -1/+1 |
| | | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only" | ||||
* | Filter note parameters | Andrew Newdigate | 2019-02-14 | 1 | -0/+34 |
| | | | | This change adds `note` to the Rails `filter_parameters` configuration. | ||||
* | Pad encryption keys with UTF-8 0 instead of \0 char | Grzegorz Bizon | 2018-11-28 | 1 | -4/+4 |
| | |||||
* | Fix static analysis in utf8 helper methods | Grzegorz Bizon | 2018-11-23 | 1 | -3/+3 |
| | |||||
* | Ensure that db encryption keys have proper bytesize | Grzegorz Bizon | 2018-11-22 | 1 | -0/+98 |
| | |||||
* | Enable omniauth by default | Nick Thomas | 2018-09-13 | 1 | -0/+9 |
| | |||||
* | Make ObjectStoreSettings use more explicit and add specsdz-refactor-object-store-settings | Dmitriy Zaporozhets | 2018-07-24 | 1 | -0/+29 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Enable the RSpec/HookArgument cop and auto-correct offenses | Robert Speicher | 2017-08-10 | 1 | -2/+2 |
| | |||||
* | Support multiple Redis instances based on queue type | Paul Charlton | 2017-07-11 | 1 | -11/+11 |
| | |||||
* | Fix redis spec | Douwe Maan | 2017-03-15 | 1 | -2/+3 |
| | |||||
* | Verify config/mail_room.yml is interpretable Ruby | Douwe Maan | 2017-03-15 | 1 | -25/+35 |
| | |||||
* | Use newer mail_room to get `require_relative` support | Gabriel Mazetto | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | Make mail_room idle_timeout option configurable. | Marin Jankovski | 2016-11-16 | 1 | -0/+1 |
| | |||||
* | Updated mail_room and added sentinel support to Reply by Email21645-mail_room_sentinel | Gabriel Mazetto | 2016-10-26 | 1 | -2/+24 |
| | |||||
* | Small refactor and a few documentation fixes | Gabriel Mazetto | 2016-08-04 | 1 | -2/+2 |
| | |||||
* | Fixed MailRoom specs and make sure it works with new resque.yml format | Gabriel Mazetto | 2016-08-04 | 1 | -24/+19 |
| | | | | Some codestyle changes | ||||
* | Enable the Rubocop DeprecatedClassMethods cop | Connor Shea | 2016-05-08 | 1 | -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_room | Douwe Maan | 2016-02-26 | 1 | -0/+56 |
Fixes #12731 |