Page MenuHomePhabricator

Provide missing "AlmanacInterfaceTransactionQuery"
ClosedPublic

Authored by epriestley on Nov 16 2021, 7:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 2:19 PM
Unknown Object (File)
Sun, Apr 7, 10:20 AM
Unknown Object (File)
Mon, Apr 1, 9:55 PM
Unknown Object (File)
Sat, Mar 30, 9:21 PM
Unknown Object (File)
Thu, Mar 28, 12:25 PM
Unknown Object (File)
Mar 10 2024, 9:22 PM
Unknown Object (File)
Feb 15 2024, 1:46 PM
Unknown Object (File)
Feb 7 2024, 2:30 AM
Subscribers
None

Details

Summary

Ref PHI2149. This provides the trivial Query class required for the daemons to publish Almanac Interface transactions.

(Publishing these doesn't do anything interesting, but currently leaves an error in the daemon logs.)

Test Plan
  • Stopped the daemons.
  • Edited the port of an Interface in Almanac.
  • Ran bin/worker execute --active --class PhabricatorApplicationTransactionPublishWorker to publish the transaction.
    • Before: fatal on missing class, "Unable to load query for transaction object...".
    • After: transaction publishes cleanly.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 16 2021, 7:47 PM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.