Page MenuHomePhabricator

Normalize project slugs before querying for them
ClosedPublic

Authored by epriestley on Aug 4 2014, 8:10 PM.
Tags
None
Referenced Files
F15447526: D10144.diff
Fri, Mar 28, 12:26 AM
F15437659: D10144.diff
Tue, Mar 25, 8:54 PM
F15436489: D10144.id24407.diff
Tue, Mar 25, 2:34 PM
F15387467: D10144.id24406.diff
Sat, Mar 15, 2:26 AM
F15385136: D10144.diff
Fri, Mar 14, 9:48 PM
Unknown Object (File)
Feb 16 2025, 3:40 AM
Unknown Object (File)
Feb 7 2025, 10:12 PM
Unknown Object (File)
Feb 7 2025, 10:12 PM

Details

Summary

Fixes T5728. In particular:

  • /tag/XYZ/ now works as an alias for /tag/xyz/.
  • arc todo --project ASDF now works as an alias for arc todo --project asdf.
Test Plan

Called project.query and visited /tag/LBHABLHBH/.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Normalize project slugs before querying for them.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
This revision is now accepted and ready to land.Aug 4 2014, 10:49 PM
epriestley updated this revision to Diff 24407.

Closed by commit rP1e375c97c594 (authored by @epriestley).