Page MenuHomePhabricator

Normalize project slugs before querying for them
ClosedPublic

Authored by epriestley on Aug 4 2014, 8:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 10:51 PM
Unknown Object (File)
Fri, Apr 19, 2:06 AM
Unknown Object (File)
Fri, Apr 19, 2:06 AM
Unknown Object (File)
Fri, Apr 19, 2:06 AM
Unknown Object (File)
Wed, Apr 17, 1:03 AM
Unknown Object (File)
Thu, Apr 11, 3:29 AM
Unknown Object (File)
Sat, Apr 6, 6:37 PM
Unknown Object (File)
Sun, Mar 31, 8:51 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).