1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 04:02:43 +01:00
phorge-phorge/src/applications/herald/controller
epriestley bacf1f44e0 Modularize HeraldRule transactions
Summary:
Ref T13249. See PHI1115. I initially wanted to make `bin/policy unlock --owner <user> H123` work to transfer ownership of a Herald rule, although I'm no longer really sure this makes much sense.

In any case, this makes things a little better and more modern.

I removed the storage table for rule comments. Adding comments to Herald rules doesn't work and probably doesn't make much sense.

Test Plan: Created and edited Herald rules, grepped for all the transaction type constants.

Reviewers: amckinley

Reviewed By: amckinley

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Maniphest Tasks: T13249

Differential Revision: https://secure.phabricator.com/D20258
2019-03-07 11:55:31 -08:00
..
HeraldController.php Add skeleton code for webhooks 2018-02-09 13:55:04 -08:00
HeraldDisableController.php Modularize HeraldRule transactions 2019-03-07 11:55:31 -08:00
HeraldNewController.php Replace "URI->setQueryParams()" after initialization with a constructor argument 2019-02-14 11:46:37 -08:00
HeraldRuleController.php Modularize HeraldRule transactions 2019-03-07 11:55:31 -08:00
HeraldRuleListController.php Add skeleton code for webhooks 2018-02-09 13:55:04 -08:00
HeraldRuleViewController.php Replace the primary "Disabled/Enabled" Herald Rule filter with "Active/Inactive", considering author status 2018-11-15 15:47:35 -08:00
HeraldTestConsoleController.php Fix an issue where the Herald test console doesn't work with "Content source" rules 2018-04-27 12:25:24 -07:00
HeraldTranscriptController.php Don't run Herald build and mail rules when they don't make sense 2017-10-27 08:44:12 -07:00
HeraldTranscriptListController.php Modernize Herald 2015-11-30 07:11:52 -08:00
HeraldWebhookController.php Add skeleton code for webhooks 2018-02-09 13:55:04 -08:00
HeraldWebhookEditController.php Add skeleton code for webhooks 2018-02-09 13:55:04 -08:00
HeraldWebhookKeyController.php Refine core webhook implementation somewhat 2018-02-09 13:55:55 -08:00
HeraldWebhookListController.php Add skeleton code for webhooks 2018-02-09 13:55:04 -08:00
HeraldWebhookTestController.php Trigger all "Firehose" webhooks on all transactional edits 2018-02-09 13:56:34 -08:00
HeraldWebhookViewController.php In Webhooks, give errors human-readable labels and show reminder text for "Silent Mode" 2018-12-28 00:05:46 -08:00