Page MenuHomePhabricator

Ignore list for PhabricatorBotObjectNameHandler
AbandonedPublic

Authored by dereckson on Feb 21 2016, 6:08 AM.
Tags
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:59 AM
Unknown Object (File)
Tue, Apr 9, 12:37 PM
Unknown Object (File)
Sat, Apr 6, 11:45 PM
Unknown Object (File)
Tue, Apr 2, 9:34 PM
Unknown Object (File)
Mar 7 2024, 11:56 PM
Unknown Object (File)
Mar 2 2024, 9:13 PM
Unknown Object (File)
Mar 2 2024, 9:10 PM
Unknown Object (File)
Feb 23 2024, 3:49 AM
Subscribers
None

Details

Summary

This change introduces an ignore list, intended
to contain senders the bot shouldn't react to.

The ignore list could be added to the configuration,
at ignores.objects key.

Fixes T10404.

Test Plan

Add to the bot config an ignore list:

"ignores.objects" : [
  "Quuxian"
],

An user in the ignore list says a symbol. It's ignored.

Another one too. A link is sent.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

dereckson retitled this revision from to Ignore list for PhabricatorBotObjectNameHandler.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson set the repository for this revision to rP Phabricator.
dereckson added a project: Phabot.

See T7829.

Bot stuff is generally a very low priority and I don't expect to review or merge any of it for a long time (roughly, around the Bot/API iteration of Conpherence, which is months/years away).

PhabricatorBot is now gone.