Page MenuHomePhabricator

Add basic Herald support to Ponder
ClosedPublic

Authored by chad on Aug 8 2015, 4:59 AM.
Tags
None
Referenced Files
F13293953: D13828.id33388.diff
Wed, Jun 5, 2:56 PM
F13292322: D13828.id33393.diff
Wed, Jun 5, 3:11 AM
F13292320: D13828.id33392.diff
Wed, Jun 5, 3:11 AM
F13292318: D13828.id.diff
Wed, Jun 5, 3:11 AM
F13292315: D13828.diff
Wed, Jun 5, 3:11 AM
F13291012: D13828.id33388.diff
Tue, Jun 4, 8:52 PM
F13290086: D13828.diff
Tue, Jun 4, 4:13 PM
F13285984: D13828.id33392.diff
Tue, Jun 4, 5:29 AM
Subscribers

Details

Reviewers
epriestley
Maniphest Tasks
T6919: Add Herald support to Ponder
Commits
Restricted Diffusion Commit
rPdc687dbd92a5: Add basic Herald support to Ponder
Summary

Ref T6919, Just a basic herald adapter (new questions) for Ponder

Test Plan

Created a Personal Rule, got subscribed to new question, saw transcript.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Add basic Herald support to Ponder.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.

Nice! Glad this wasn't too much of a pain.

src/applications/herald/controller/HeraldTestConsoleController.php
48–50

(I need to fix this so it's part of the Adapter at some point..)

src/applications/ponder/herald/HeraldPonderQuestionAdapter.php
50–52

Consider omitting -- the presence of similar methods on other adapters is a bit of a holdover from yesteryear. You can just use getObject().

63

(Then use getObject() here.)

This revision is now accepted and ready to land.Aug 8 2015, 4:52 PM
chad marked 3 inline comments as done.
chad edited edge metadata.
  • update per comments
This revision was automatically updated to reflect the committed changes.