Page MenuHomePhabricator

Normalize project slugs before querying for them
ClosedPublic

Authored by epriestley on Aug 4 2014, 8:10 PM.
Tags
None
Referenced Files
F19878919: D10144.id24406.diff
Tue, Mar 17, 10:11 AM
F19818301: D10144.diff
Thu, Mar 5, 7:25 PM
F19791220: D10144.diff
Feb 25 2026, 10:35 PM
F19533251: D10144.diff
Jan 20 2026, 4:19 PM
F19095143: D10144.id24407.diff
Dec 4 2025, 4:07 AM
F19095142: D10144.id24406.diff
Dec 4 2025, 4:07 AM
F18867011: D10144.diff
Nov 3 2025, 8:57 PM
F18809293: D10144.id24407.diff
Oct 19 2025, 12:42 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).