1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-03 12:12:43 +01:00
phorge-phorge/src/applications/conduit/controller
epriestley 969587f7b0 Log unexpected exceptions raised by Conduit calls
Summary:
Ref T13581. Currently, unexpected exceptions inside Conduit calls are passed to the client, but not logged on the server.

These exceptions should generally be unexpected, and producing a server-side trace is potentially useful.

Test Plan: Simulated a during-execution exception, saw it get logged on the server.

Maniphest Tasks: T13581

Differential Revision: https://secure.phabricator.com/D21464
2020-09-15 17:36:43 -07:00
..
PhabricatorConduitAPIController.php Log unexpected exceptions raised by Conduit calls 2020-09-15 17:36:43 -07:00
PhabricatorConduitConsoleController.php Mark "v3" API methods as stable; mark obsoleted methods as "Frozen" 2017-01-09 07:16:27 -08:00
PhabricatorConduitController.php Provide a hint that submitting a Conduit call shows you how to encode particular parameters 2017-03-24 13:15:03 -07:00
PhabricatorConduitListController.php Update Conduit for handleRequest 2015-10-18 16:07:07 -07:00
PhabricatorConduitLogController.php Move ConduitLogs to ApplicationSearch 2015-12-14 14:45:08 -08:00
PhabricatorConduitTokenController.php Update Conduit for new UI 2016-04-04 16:39:23 -07:00
PhabricatorConduitTokenEditController.php Clean up redirect URIs for "Temporary Tokens" and "API Tokens" settings panels 2016-06-28 14:51:04 -07:00
PhabricatorConduitTokenHandshakeController.php Add conduit.getcapabilities and a modern CLI handshake workflow 2014-12-15 11:14:53 -08:00
PhabricatorConduitTokenTerminateController.php Clean up redirect URIs for "Temporary Tokens" and "API Tokens" settings panels 2016-06-28 14:51:04 -07:00