Page MenuHomePhabricator

Fix improper viewer for Git SSH cluster workflows
ClosedPublic

Authored by epriestley on May 12 2016, 12:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 3:03 PM
Unknown Object (File)
Mon, Dec 9, 6:20 PM
Unknown Object (File)
Sat, Dec 7, 4:58 PM
Unknown Object (File)
Sun, Dec 1, 11:04 PM
Unknown Object (File)
Oct 16 2024, 6:55 PM
Unknown Object (File)
Oct 10 2024, 3:30 AM
Unknown Object (File)
Oct 8 2024, 10:48 PM
Unknown Object (File)
Oct 7 2024, 1:59 AM
Subscribers
None

Details

Summary

Ref T10751. These workflows have separate getUser() and getViewer() for weird legacy reasons. getUser() is correct.

Test Plan
  • Did a Git SSH push, verified that "Last Writer" reflected the proper user in the "Storage" UI in repository management.
  • Grepped for other callsites, double-checked that they used correct users.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix improper viewer for Git SSH cluster workflows.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.

Specifically, this fixes the bad "Last Writer" column visible here:

Screen Shot 2016-05-11 at 4.39.13 PM.png (989×1 px, 136 KB)

chad edited edge metadata.
This revision is now accepted and ready to land.May 12 2016, 12:47 AM
This revision was automatically updated to reflect the committed changes.