Page MenuHomePhabricator

Provide missing "AlmanacInterfaceTransactionQuery"
ClosedPublic

Authored by epriestley on Nov 16 2021, 7:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 10, 9:22 PM
Unknown Object (File)
Feb 15 2024, 1:46 PM
Unknown Object (File)
Feb 7 2024, 2:30 AM
Unknown Object (File)
Feb 4 2024, 1:26 AM
Unknown Object (File)
Dec 17 2023, 6:00 AM
Unknown Object (File)
Nov 29 2023, 11:13 PM
Unknown Object (File)
Nov 26 2023, 12:54 AM
Unknown Object (File)
Nov 26 2023, 12:54 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.