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
F15389994: D21404.diff
Sat, Mar 15, 5:49 AM
F15333629: D21404.id50947.diff
Sat, Mar 8, 3:37 AM
F15333526: D21404.id.diff
Sat, Mar 8, 2:50 AM
F15332036: D21404.diff
Fri, Mar 7, 4:14 PM
F15331702: D21404.id51021.diff
Fri, Mar 7, 12:50 PM
F15312117: D21404.id51021.diff
Thu, Mar 6, 2:05 PM
Unknown Object (File)
Wed, Feb 19, 2:50 PM
Unknown Object (File)
Feb 13 2025, 5:36 AM
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