Page MenuHomePhabricator

Remove construction of "author" information from "LastModified" payload in Diffusion
ClosedPublic

Authored by epriestley on Jul 10 2020, 4:05 PM.
Tags
None
Referenced Files
F15312117: D21404.id51021.diff
Thu, Mar 6, 2:05 PM
Unknown Object (File)
Wed, Feb 19, 2:50 PM
Unknown Object (File)
Thu, Feb 13, 5:36 AM
Unknown Object (File)
Wed, Feb 12, 2:26 AM
Unknown Object (File)
Jan 28 2025, 5:40 AM
Unknown Object (File)
Jan 21 2025, 7:45 PM
Unknown Object (File)
Jan 21 2025, 7:25 PM
Unknown Object (File)
Jan 21 2025, 12:49 PM
Subscribers
None

Details

Summary

Ref T13552. When viewing a directory in Diffusion, we make an Ajax call to get the last commit for each path.

This call currently pulls author information, since an older version of this UI showed author information.

The current UI does not show author information, so this parameter is unused. Delete the code which builds it.

Test Plan

Grepped for 'author' and references to the "pull-lastmodified" behavior. This behavior is invoked in only one place, which never generates an author placeholder.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable