Page MenuHomePhabricator

Treat Owners paths like "/src/backend" and "/src/backend/" identically
ClosedPublic

Authored by epriestley on Mar 7 2018, 4:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 19, 7:31 PM
Unknown Object (File)
Thu, Apr 18, 11:36 PM
Unknown Object (File)
Sun, Mar 31, 4:56 AM
Unknown Object (File)
Feb 20 2024, 4:23 PM
Unknown Object (File)
Feb 11 2024, 7:20 AM
Unknown Object (File)
Feb 3 2024, 6:22 PM
Unknown Object (File)
Jan 29 2024, 2:44 PM
Unknown Object (File)
Dec 27 2023, 7:07 PM
Subscribers
None

Details

Summary

Depends on D19183. Ref T11015. Currently, adding a trailing slash works great and omitting it mysteriously doesn't work.

Store a normalized version with an unconditional trailing slash for the lookup logic to operate on, and a separate display version which tracks what the user actually typed.

Test Plan
  • Entered "/src/main.c", "/src/main.c/", saw them de-duplicate.
  • Entered "/src/main.c", saw it stay that way in the UI but appear as "/src/main.c/" internally.
  • Added a rule for "/src/applications/owners" (no slash), created a revision touching paths in that directory, saw Owners fire for it.
  • Changed the display value of a path only ("/src/main.c" to "/src/main.c/"), saw the update reflected in the UI without any beahvioral change.

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.Mar 7 2018, 4:31 AM
This revision was automatically updated to reflect the committed changes.