Page MenuHomePhabricator

Improve display behavior for write locks held by omnipotent users
ClosedPublic

Authored by epriestley on Jun 1 2021, 1:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 1:50 PM
Unknown Object (File)
Thu, Apr 11, 9:37 AM
Unknown Object (File)
Sun, Apr 7, 5:43 AM
Unknown Object (File)
Wed, Mar 27, 10:38 PM
Unknown Object (File)
Wed, Mar 27, 5:25 PM
Unknown Object (File)
Mar 15 2024, 2:28 PM
Unknown Object (File)
Feb 10 2024, 12:17 AM
Unknown Object (File)
Feb 4 2024, 1:01 AM
Subscribers
None

Details

Summary

Ref T13614. When an omnipotent user calls "synchronizeWorkingCopyBeforeWrite()", we record a WorkingCopyVersion record with a null "userPHID". The UI then renders this as "Unknown Object (????)".

Improve this behavior:

  • When no PHID is available, just render nothing in the UI (this doesn't seem meaningfully different from no version existing at all).
  • Allow callers to provide an acting user PHID, similar to Editor.

There's currently no way to perform this kind of write legitimately in the upstream, but T13614 is providing one.

Test Plan
  • Wrote a script that calls "synchronizeWorkingCopyBeforeWrite()" as the omnipotent user.
  • Ran script, saw "Unknown Object (????)" in the UI.
  • Applied UI fix, saw empty UI.
  • Applied "acting as" fix, modified script to act as the Diffusion application, ran script, saw "Diffusion" attribution in UI.

Screen Shot 2021-06-01 at 6.12.01 AM.png (131×374 px, 8 KB)

Diff Detail

Repository
rP Phabricator
Branch
lock1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 25374
Build 35034: Run Core Tests
Build 35033: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Jun 1 2021, 3:30 PM
This revision was automatically updated to reflect the committed changes.