Page MenuHomePhabricator

Normalize project slugs before querying for them
ClosedPublic

Authored by epriestley on Aug 4 2014, 8:10 PM.
Tags
None
Referenced Files
F14054571: D10144.id24406.diff
Sat, Nov 16, 2:55 AM
F14054570: D10144.id24407.diff
Sat, Nov 16, 2:55 AM
F14051191: D10144.diff
Thu, Nov 14, 10:53 PM
F14039180: D10144.id24407.diff
Mon, Nov 11, 4:20 AM
F14039015: D10144.diff
Mon, Nov 11, 3:16 AM
F14037778: D10144.diff
Sun, Nov 10, 7:02 PM
F14022496: D10144.diff
Wed, Nov 6, 5:56 PM
F13997657: D10144.id.diff
Thu, Oct 24, 5:32 AM

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).