Page MenuHomePhabricator

Cheat my way through the rest of the typeahead datasources
ClosedPublic

Authored by epriestley on Apr 16 2015, 6:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 11, 8:29 AM
Unknown Object (File)
Sat, Apr 6, 2:01 AM
Unknown Object (File)
Fri, Apr 5, 7:08 PM
Unknown Object (File)
Tue, Apr 2, 2:50 AM
Unknown Object (File)
Thu, Mar 28, 5:57 PM
Unknown Object (File)
Feb 15 2024, 10:11 PM
Unknown Object (File)
Feb 3 2024, 3:10 AM
Unknown Object (File)
Jan 27 2024, 5:58 AM
Subscribers

Details

Summary

Ref T5750. These are a pain to modernize and most don't matter, so cheat:

  • Mark a bunch nonbrowsable, including some that probably should be browsable but which I don't want to deal with for now.
  • For static datasources, add an easy server-side filter (this isn't really cheating, and is appropriate for the status/priority/application datasources).
  • Make composite sources browsable if their components are browsable.
Test Plan
  • Tried to browse an unbrowsable source, got a 404.
  • Browsed a composite source.
  • Browsed static sources (priority/status/applications).
  • Browsed normal sources (people/projects).

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Cheat my way through the rest of the typeahead datasources.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 17 2015, 5:29 PM
This revision was automatically updated to reflect the committed changes.