Page MenuHomePhabricator

Move project slug normalization inside project Query
ClosedPublic

Authored by epriestley on Dec 27 2015, 10:32 AM.
Tags
None
Referenced Files
F13524998: D14888.diff
Fri, Jul 26, 11:42 AM
Unknown Object (File)
Thu, Jul 25, 1:05 PM
Unknown Object (File)
Thu, Jul 18, 11:40 PM
Unknown Object (File)
Mon, Jul 15, 8:09 PM
Unknown Object (File)
Sun, Jul 7, 1:20 AM
Unknown Object (File)
Sun, Jun 30, 6:57 PM
Unknown Object (File)
Jun 25 2024, 6:57 PM
Unknown Object (File)
Jun 17 2024, 6:51 PM
Subscribers
None

Details

Summary

Ref T10010. We currently require withSlugs() to have properly formatted slugs, but this leads to similar code in several places.

Instead: accept any slug, normalize slugs in the query, return a map so callers can figure out what happened if they want.

This tends to do the right thing by default, while keeping enough information around to do more complex things if necessary. A similar approach for querying commits has worked well in Diffusion.

Test Plan

Added and executed unit tests.

Diff Detail

Repository
rP Phabricator
Branch
sub1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 9808
Build 11799: Run Core Tests
Build 11798: arc lint + arc unit