Handle patch events, fix CI event notion of origin event
Change CI event creation to set the from_node field to the node id
in the Git ref being updated. Previously we set it to the remote
field in the node event, but that is id of the node from which our
local node got the RefsUpdated event, not the node where the change
was originally made.
Change CI event creation to set the from_node field to the node id
in the Git ref being updated. Previously we set it to the remote
field in the node event, but that is id of the node from which our
local node got the RefsUpdated event, not the node where the change
was originally made.
rebase on main