Page MenuHomePhabricator

Move token rendering into Datasources
ClosedPublic

Authored by epriestley on Apr 18 2015, 3:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 4:14 PM
Unknown Object (File)
Thu, Apr 11, 9:38 AM
Unknown Object (File)
Wed, Apr 10, 8:45 AM
Unknown Object (File)
Thu, Mar 28, 4:17 PM
Unknown Object (File)
Feb 24 2024, 12:34 AM
Unknown Object (File)
Feb 3 2024, 3:16 AM
Unknown Object (File)
Jan 27 2024, 6:09 AM
Unknown Object (File)
Jan 18 2024, 6:06 AM
Subscribers

Details

Summary

Ref T4100. I want to reduce the amount of code duplication that function datasources currently need to wrap some parameter datasource.

For example, ProjectMembersDatasource should really just be a little bit of logic on top of ProjectsDatasource, which should do most of the heavy lifting.

Moving rendering into datasources brings us a step closer to being able to do this.

Test Plan
  • Rendered normal, function, and invalid tokens.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Move token rendering into 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 20 2015, 4:27 PM
This revision was automatically updated to reflect the committed changes.