Provide missing "AlmanacInterfaceTransactionQuery"
commitc7b04170fedcc1142c6054298b09a52597cf3905
authorepriestley <git@epriestley.com>
Tue, 16 Nov 2021 19:43:34 +0000 (16 11:43 -0800)
committerepriestley <git@epriestley.com>
Tue, 16 Nov 2021 19:48:25 +0000 (16 11:48 -0800)
tree294b8cf1544dc19a77cb45b75061fbe532d7a39c
parentb9ba0418ed13aba78ea95ebee14cdbbb43cc810f
Provide missing "AlmanacInterfaceTransactionQuery"

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.

Differential Revision: https://secure.phabricator.com/D21726
src/__phutil_library_map__.php
src/applications/almanac/query/AlmanacInterfaceTransactionQuery.php [new file with mode: 0644]