1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/applications/conduit
epriestley 956c4058e6 Add a bin/conduit call support binary
Summary:
Ref T13060. See PHI343. Triaging this bug required figuring out where in the pipeline UTF8 was being dropped, and bisecting the pipeline required making calls to Conduit.

Currently, there's no easy way to debug/inspect arbitrary Conduit calls, especially when they are `diffusion.*` calls which route to a different host (even if you have a real session and use the web console for these, you just see an HTTP service call to the target host in DarkConsole).

Add a `bin/conduit` utility to make this kind of debugging easier, with an eye toward the Phacility production cluster (or other similar clusters) specifically.

Test Plan:
  - Ran `echo '{}' | bin/conduit call --method conduit.ping --input -` and similar.
  - Used a similar approach to successfully diagnose the UTF8 issue in T13060.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13060

Differential Revision: https://secure.phabricator.com/D18987
2018-02-05 12:20:49 -08:00
..
application Move FontIcon calls to Icon 2016-01-28 08:48:45 -08:00
call Conduit accept int/bool parameters as strings 2016-10-14 14:45:57 +00:00
controller Skip Conduit call log writes in read-only mode, allowing "conduit.ping" to run 2017-07-18 13:32:52 -07:00
garbagecollector Remove all references to the Conduit ConnectionLog 2015-12-14 15:25:11 -08:00
interface Formalize custom Conduit fields on objects 2015-12-14 11:54:13 -08:00
management Add a bin/conduit call support binary 2018-02-05 12:20:49 -08:00
method Mark "v3" API methods as stable; mark obsoleted methods as "Frozen" 2017-01-09 07:16:27 -08:00
parametertype Accept null via conduit.edit to unassign a task 2018-01-31 15:33:52 -08:00
protocol Conduit accept int/bool parameters as strings 2016-10-14 14:45:57 +00:00
query Reduce application search engine results list for Dashboards 2017-02-22 12:42:43 -08:00
settings Update Settings for WHITE_CONFIG style boxes 2017-09-05 19:42:34 -07:00
ssh Fix failure to record pullerPHID in repository pull logs 2018-01-23 14:09:42 -08:00
storage Use futures to improve clustered repository main page performance 2016-12-08 07:26:32 -08:00