Added Documentation and CHANGELOG
This commit is contained in:
parent
96399a81cb
commit
7179165af7
4 changed files with 24 additions and 0 deletions
|
@ -81,6 +81,7 @@ v 8.11.0 (unreleased)
|
|||
- Make "New issue" button in Issue page less obtrusive !5457 (winniehell)
|
||||
- Gitlab::Metrics.current_transaction needs to be public for RailsQueueDuration
|
||||
- Fix search for notes which belongs to deleted objects
|
||||
- Allow Akismet to be trained by submitting issues as spam or ham !5538
|
||||
- Add GitLab Workhorse version to admin dashboard (Katarzyna Kobierska Ula Budziszewska)
|
||||
- Allow branch names ending with .json for graph and network page !5579 (winniehell)
|
||||
- Add the `sprockets-es6` gem
|
||||
|
|
|
@ -33,3 +33,26 @@ To use Akismet:
|
|||
7. Save the configuration.
|
||||
|
||||
![Screenshot of Akismet settings](img/akismet_settings.png)
|
||||
|
||||
|
||||
## Training
|
||||
|
||||
> *Note:* Training the Akismet filter is only available in 8.11 and above.
|
||||
|
||||
As a way to better recognize between spam and ham, you can train the Akismet
|
||||
filter whenever there is a false positive or false negative.
|
||||
|
||||
When an entry is recognized as spam, it is rejected and added to the Spam Logs.
|
||||
From here you can review if they are really spam. If one of them is not really
|
||||
spam, you can use the `Submit as ham` button to tell Akismet that it falsely
|
||||
recognized an entry as spam.
|
||||
|
||||
![Screenshot of Spam Logs](img/spam_log.png)
|
||||
|
||||
If an entry that is actually spam was not recognized as such, you will be able
|
||||
to also submit this to Akismet. The `Submit as spam` button will only appear
|
||||
to admin users.
|
||||
|
||||
![Screenshot of Issue](img/submit_issue.png)
|
||||
|
||||
Training Akismet will help it to recognize spam more accurately in the future.
|
||||
|
|
BIN
doc/integration/img/spam_log.png
Normal file
BIN
doc/integration/img/spam_log.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 183 KiB |
BIN
doc/integration/img/submit_issue.png
Normal file
BIN
doc/integration/img/submit_issue.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 172 KiB |
Loading…
Reference in a new issue