mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 01:32:42 +01:00
69bff489d4
Summary: Depends on D19247. Ref T13109. When we receive an SSH request, generate a random unique ID for the request. Then thread it down through the process tree. The immediate goal is to let the `ssh-exec` process coordinate with `commit-hook` process and log information about read and write lock wait times. Today, there's no way for `ssh-exec` to interact with the `PushEvent`, but this is the most helpful place to store this data for users. Test Plan: Made pushes, saw the `PushEvent` table populate with a random request ID. Exported data and saw the ID preserved in the export. Maniphest Tasks: T13109 Differential Revision: https://secure.phabricator.com/D19249 |
||
---|---|---|
.. | ||
application | ||
check | ||
constants | ||
controller | ||
custom | ||
editor | ||
engine | ||
exception | ||
issue | ||
json | ||
management | ||
module | ||
option | ||
phid | ||
query | ||
response | ||
schema | ||
storage | ||
type | ||
view |