1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 19:32:40 +01:00
phorge-phorge/src/applications/nuance
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
..
application Allow Nuance item types to provide actions for items 2016-03-22 15:07:11 -07:00
capability Simplify the implementation of PhabricatorPolicyCapability subclasses 2014-07-25 08:25:42 +10:00
conduit Import raw GitHub event data into Nuance 2016-03-08 12:03:11 -08:00
controller Add an ItemCommand queue to Nuance 2016-03-22 15:08:23 -07:00
cursor Split the GitHub import cursor into separate repository and issues event importers 2016-03-09 09:27:19 -08:00
editor Add an ItemCommand queue to Nuance 2016-03-22 15:08:23 -07:00
github Improve rendering of many GitHub event strings 2016-03-24 08:57:42 -07:00
item Modularize content sources 2016-03-26 11:59:45 -07:00
management Split the GitHub import cursor into separate repository and issues event importers 2016-03-09 09:27:19 -08:00
phid Give Nuance items some basic descriptive text 2016-03-09 09:26:59 -08:00
query Add an ItemCommand queue to Nuance 2016-03-22 15:08:23 -07:00
source Split the GitHub import cursor into separate repository and issues event importers 2016-03-09 09:27:19 -08:00
storage Add an ItemCommand queue to Nuance 2016-03-22 15:08:23 -07:00
typeahead Add very basic routing to Nuance 2015-08-24 09:21:56 -07:00
worker Add an ItemCommand queue to Nuance 2016-03-22 15:08:23 -07:00