Page MenuHomePhabricator

Allow commits to be queried by repository using the `tagged(...)` typehaead function
ClosedPublic

Authored by epriestley on Feb 27 2017, 6:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 19, 6:08 PM
Unknown Object (File)
Tue, Mar 19, 6:08 PM
Unknown Object (File)
Tue, Mar 19, 6:08 PM
Unknown Object (File)
Feb 9 2024, 4:50 PM
Unknown Object (File)
Feb 3 2024, 2:49 PM
Unknown Object (File)
Jan 26 2024, 7:41 AM
Unknown Object (File)
Jan 15 2024, 5:33 PM
Unknown Object (File)
Dec 30 2023, 2:20 AM
Subscribers
None

Details

Summary

Fixes T12322. Allows you to search for commits using the tagged(...) repository function, so you can find "any commmit in any repository tagged with android" or similar.

I moved the function from Differential (which was the application using it) to Diffusion (which is more accurately the application which provides it).

I fixed a bug where searching for tagged(xyz) would have no effect (constraint was ignored) if there were no repositories tagged with "xyz". The fix isn't perfectly clean, but should work properly for the moment.

Test Plan
  • Searched with tagged(...) in Diffusion and Differential.
  • Searched by repository.
  • Searched with tagged(...) for a project with no tagged repositories.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable