Page MenuHomePhabricator

Make PhabricatorBotFeedNotificationHandler work with new PhabricatorApplicationTransactionFeedStory
ClosedPublic

Authored by dctrwatson on Mar 14 2014, 12:46 AM.
Tags
None
Referenced Files
F13131110: D8524.diff
Wed, May 1, 2:20 PM
Unknown Object (File)
Sat, Apr 27, 9:40 PM
Unknown Object (File)
Sat, Apr 27, 9:40 PM
Unknown Object (File)
Sat, Apr 27, 9:40 PM
Unknown Object (File)
Sat, Apr 27, 9:40 PM
Unknown Object (File)
Sat, Apr 27, 9:40 PM
Unknown Object (File)
Wed, Apr 24, 10:43 PM
Unknown Object (File)
Thu, Apr 11, 9:55 AM

Details

Summary

Depends on D8521

Test Plan

ran with handler enabled and phabot posted stories

Diff Detail

Repository
rP Phabricator
Branch
feedbot
Lint
Lint Errors
SeverityLocationCodeMessage
Errorsrc/applications/differential/customfield/DifferentialAuditorsField.php:23PHL1Unknown Symbol
Errorsrc/applications/differential/customfield/DifferentialJIRAIssuesField.php:29PHL1Unknown Symbol
Errorsrc/applications/differential/parser/__tests__/DifferentialCommitMessageParserTestCase.php:26PHL1Unknown Symbol
Errorsrc/infrastructure/__tests__/PhabricatorInfrastructureTestCase.php:69PHL1Unknown Symbol
Errorsrc/infrastructure/__tests__/PhabricatorInfrastructureTestCase.php:95PHL1Unknown Symbol
Errorsrc/infrastructure/util/password/PhabricatorBcryptPasswordHasher.php:41PHL1Unknown Symbol
Errorsrc/infrastructure/util/password/PhabricatorBcryptPasswordHasher.php:49PHL1Unknown Symbol
Errorsrc/infrastructure/util/password/PhabricatorBcryptPasswordHasher.php:53PHL1Unknown Symbol
Unit
Tests Skipped

Event Timeline

dctrwatson retitled this revision from to Make PhabricatorBotFeedNotificationHandler work with new PhabricatorApplicationTransactionFeedStory.
dctrwatson updated this object.
dctrwatson edited the test plan for this revision. (Show Details)
dctrwatson added a reviewer: epriestley.
epriestley edited edge metadata.

Minor nits.

src/infrastructure/daemon/bot/handler/PhabricatorBotFeedNotificationHandler.php
14

For consistency, prefer to spell "Uri" as "URI".

23

Prefer phid_get_type().

156

Prefer phid_get_type() here too.

This revision now requires changes to proceed.Mar 14 2014, 12:58 AM
dctrwatson edited edge metadata.
  • Add 'abandoned'
  • Update usage of typesNeedURI
epriestley edited edge metadata.
This revision is now accepted and ready to land.Mar 14 2014, 1:19 AM
epriestley updated this revision to Diff 20232.

Closed by commit rPa5f6e19dfd66 (authored by @dctrwatson, committed by @epriestley).