Page MenuHomePhabricator

Add basic Herald support to Ponder
ClosedPublic

Authored by chad on Aug 8 2015, 4:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 12:43 AM
Unknown Object (File)
Sun, Apr 21, 3:22 PM
Unknown Object (File)
Mon, Apr 1, 7:06 AM
Unknown Object (File)
Mar 6 2024, 4:58 AM
Unknown Object (File)
Mar 6 2024, 4:58 AM
Unknown Object (File)
Mar 6 2024, 4:57 AM
Unknown Object (File)
Mar 6 2024, 4:57 AM
Unknown Object (File)
Mar 6 2024, 4:57 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.