1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 09:42:41 +01:00
phorge-phorge/src/applications/herald/field
epriestley 601aaa5a86 Modularize content sources
Summary:
Ref T10537. For Nuance, I want to introduce new sources (like "GitHub" or "GitHub via Nuance" or something) but this needs to modularize eventually.

Split ContentSource apart so applications can add new content sources.

Test Plan:
This change has huge surface area, so I'll hold it until post-release. I think it's fairly safe (and if it does break anything, the breaks should be fatals, not anything subtle or difficult to fix), there's just no reason not to hold it for a few hours.

- Viewed new module page.
- Grepped for all removed functions/constants.
- Viewed some transactions.
- Hovered over timestamps to get content source details.
- Added a comment via Conduit.
- Added a comment via web.
- Ran `bin/storage upgrade --namespace XXXXX --no-quickstart -f` to re-run all historic migrations.
- Generated some objects with `bin/lipsum`.
- Ran a bulk job on some tasks.
- Ran unit tests.

{F1190182}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10537

Differential Revision: https://secure.phabricator.com/D15521
2016-03-26 11:59:45 -07:00
..
__tests__ Add a trivial test case for HeraldField 2015-07-07 23:05:03 +10:00
HeraldAlwaysField.php Group and order Herald fields 2015-07-16 14:13:13 -07:00
HeraldAnotherRuleField.php Correct rendering of "Another Herald Rule" conditions in Herald 2015-07-24 10:57:03 -07:00
HeraldBasicFieldGroup.php Group and order Herald fields 2015-07-16 14:13:13 -07:00
HeraldContentSourceField.php Modularize content sources 2016-03-26 11:59:45 -07:00
HeraldEditFieldGroup.php Group and order Herald fields 2015-07-16 14:13:13 -07:00
HeraldField.php Add "does not match regexp" to Herald 2016-02-11 15:29:38 -08:00
HeraldFieldGroup.php Use getPhobjectClassConstant() to access class constants 2015-10-01 16:56:21 -07:00
HeraldNewObjectField.php Group and order Herald fields 2015-07-16 14:13:13 -07:00
HeraldRelatedFieldGroup.php Group and order Herald fields 2015-07-16 14:13:13 -07:00
HeraldSupportFieldGroup.php Group and order Herald fields 2015-07-16 14:13:13 -07:00