mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 17:52:43 +01:00
ef05bf335d
Summary: Fixes T9276. Fixes T8650. The story so far: - We once published build updates to Revisions. - An unrelated fix (D10911) sent them to the Diffs instead of Revisions, which isn't useful, since you can't see a diff's timeline anywhere. - This also caused a race condition, where the RevisionEditor and DiffEditor would update the diff simultaneously (T8650). - The diff update was just disabled to avoid the race (part of D13441). - Instead, allow the updates to go somewhere else. In this case, we send commit updates to the commit but send diff updates to the revision so you can see 'em. - Since everything will be using the revision editor now, we should either get proper lock behavior for free or it should be easy to add if something whack is still happening. - Overall, this should pretty much put us back in working order like we were before D10911. This behavior is undoubtedly refinable, but this should let us move forward. Test Plan: Saw a build failure in timeline: {F2304575} Reviewers: chad Reviewed By: chad Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam Maniphest Tasks: T9276, T8650 Differential Revision: https://secure.phabricator.com/D17139 |
||
---|---|---|
.. | ||
__tests__ | ||
application | ||
capability | ||
command | ||
conduit | ||
config | ||
constants | ||
controller | ||
customfield | ||
doorkeeper | ||
edge | ||
editor | ||
engine | ||
engineextension | ||
exception | ||
field | ||
garbagecollector | ||
herald | ||
landing | ||
lipsum | ||
management | ||
parser | ||
phid | ||
query | ||
relationships | ||
remarkup | ||
render | ||
search | ||
storage | ||
typeahead | ||
view | ||
xaction | ||
DifferentialGetWorkingCopy.php |