Page MenuHomePhabricator

Add "internal.commit.search" to replace the cache bypass mode of "diffusion.querycommits"
ClosedPublic

Authored by epriestley on Aug 12 2020, 6:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 10, 1:45 AM
Unknown Object (File)
Mon, May 5, 4:33 PM
Unknown Object (File)
Mon, Apr 28, 7:31 PM
Unknown Object (File)
Mon, Apr 28, 1:46 AM
Unknown Object (File)
Sat, Apr 26, 4:49 PM
Unknown Object (File)
Fri, Apr 25, 9:50 PM
Unknown Object (File)
Apr 13 2025, 8:14 PM
Unknown Object (File)
Apr 12 2025, 10:33 AM
Subscribers
None

Details

Summary

Ref T13552. Commit parsers currently invoke a special mode of "diffusion.querycommits", which is an older frozen method.

The replacement, "diffusion.commit.search", is not really appropriate for low-level access. This mode of having a single method which operates in "cache" or "non-cache" modes also ends up in a lot of unnecessary field shuffling.

Provide "internal.commit.search" as a modern equivalent that returns a "DiffusionCommitRef"-compatible structure.

Test Plan

Executed "internal.commit.search", got sensible low-level commit results.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Sep 16 2020, 12:36 AM
This revision was automatically updated to reflect the committed changes.