Homec4science

Search by full path in Owners

Authored by vrana <jakubv@fb.com> on Feb 3 2012, 04:12.

Description

Search by full path in Owners

Summary:
Search tool currently allows only searching by substring which is useful.
But searching by the full path (for packages in which the path is contained) is
probably even more useful.

NOTE: I used a trick to perform the search by superstring.

Packages containing path '/' are found always which could seem strange but it is
correct after all.

Test Plan:
Search for /src/x/a.php. Found package with path /src/x/.
Search for /src/. Found package with path /src/x/.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D1560

Details

Committed
vrana <jakubv@fb.com>Feb 3 2012, 18:32
Pushed
aubortJan 31 2017, 17:16
Parents
rPH17b6649552a5: Add link to path in Owners package list
Branches
Unknown
Tags
Unknown

Event Timeline

vrana <jakubv@fb.com> committed rPH67ea5a0b61c4: Search by full path in Owners (authored by vrana <jakubv@fb.com>).Feb 3 2012, 18:32