Page MenuHomePhabricator

Allow construction of a ConduitEngine with a bare ConduitClient
ClosedPublic

Authored by epriestley on May 15 2020, 3:23 PM.
Tags
None
Referenced Files
F13232707: D21260.diff
Tue, May 21, 1:27 AM
F13187721: D21260.diff
Sat, May 11, 4:42 AM
F13173764: D21260.id50625.diff
Tue, May 7, 8:54 PM
Unknown Object (File)
Tue, May 7, 7:54 AM
Unknown Object (File)
Sat, May 4, 10:35 AM
Unknown Object (File)
Fri, May 3, 7:34 AM
Unknown Object (File)
Wed, May 1, 3:17 PM
Unknown Object (File)
Thu, Apr 25, 6:28 AM
Subscribers
None

Details

Summary

See PHI1735. "ConduitEngine" was once a future pool, but this has moved to "HardpointEngine". This class may no longer make much sense.

In Phacility code, "bin/host upload" depends on using the Uploader, which needs a "ConduitEngine", not a "ConduitClient". This workflow may use asymmetric key signing, which "ConduitEngine" does not support.

To unblock PHI1735, provide glue code between "Client" and "Engine". But a "more correct" change is probably removal of "Engine".

Test Plan
  • Ran bin/host upload, uploaded files (with additional changes to wrap the Client).
  • Created this revision.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.May 15 2020, 3:24 PM
epriestley requested review of this revision.
This revision was automatically updated to reflect the committed changes.