Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42 | GitLab Bot | 2023-02-20 | 1 | -0/+16 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42 | GitLab Bot | 2022-03-18 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42 | GitLab Bot | 2021-08-19 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42 | GitLab Bot | 2021-02-18 | 1 | -0/+55 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-2-stable-ee | GitLab Bot | 2020-07-20 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-0-stable-ee | GitLab Bot | 2020-05-20 | 1 | -17/+74 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-02-26 | 1 | -0/+40 |
| | |||||
* | Autocorrect with RSpec/ExampleWording cop | Thong Kuah | 2019-04-05 | 1 | -2/+2 |
| | | | | | | | - rewords examples starting with 'should' - rewords examples starting with 'it' Note: I had to manually fixup "onlies" to "only" | ||||
* | Add # frozen_string_literal to spec/models | Thong Kuah | 2019-04-01 | 1 | -0/+2 |
| | | | | Adds `# frozen_string_literal: true` to spec/models ruby files | ||||
* | Enable RSpec/FilePath copenable-spec-file-name-cop | Sean McGivern | 2017-04-26 | 1 | -1/+3 |
| | | | | | | - Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first | ||||
* | Spam check and reCAPTCHA improvements28093-snippet-and-issue-spam-check-on-edit | Oswaldo Ferreira | 2017-02-21 | 1 | -0/+1 |
| | |||||
* | Improve performance of User Agent Detail | Z.J. van de Weg | 2017-02-20 | 1 | -1/+17 |
| | |||||
* | Further refactor and syntax fixes. | Patricio Cano | 2016-08-15 | 1 | -13/+1 |
| | |||||
* | Refactored AkismetHelper into AkismetService and cleaned up `Spammable` | Patricio Cano | 2016-08-15 | 1 | -19/+8 |
| | | | | - Refactored SpamCheckService into SpamService | ||||
* | Allow `Issue` to be submitted as spam | Patricio Cano | 2016-08-15 | 1 | -4/+5 |
| | | | | | - Added controller actions as reusable concerns - Added controller tests | ||||
* | Allow `SpamLog` to be submitted as ham | Patricio Cano | 2016-08-15 | 1 | -2/+3 |
| | | | | | - Added `submitted_as_ham` to `SpamLog` to mark which logs have been submitted to Akismet. - Added routes and controller action. | ||||
* | Refactored spam related code even further | Patricio Cano | 2016-08-15 | 1 | -4/+17 |
| | | | | | | | - Removed unnecessary column from `SpamLog` - Moved creation of SpamLogs out of its own service and into SpamCheckService - Simplified code in SpamCheckService. - Moved move spam related code into Spammable concern | ||||
* | Complete refactor of the `Spammable` concern and tests: | Patricio Cano | 2016-08-15 | 1 | -0/+41 |
- Merged `AkismetSubmittable` into `Spammable` - Clean up `SpamCheckService` - Added tests for `Spammable` - Added submit (ham or spam) options to `AkismetHelper` |