Page MenuHomePhabricator

Move token rendering into Datasources
ClosedPublic

Authored by epriestley on Apr 18 2015, 3:57 PM.
Tags
None
Referenced Files
F13092909: D12457.diff
Thu, Apr 25, 6:18 AM
F13090044: D12457.diff
Thu, Apr 25, 2:11 AM
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
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
Branch
logic5
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5367
Build 5385: [Placeholder Plan] Wait for 30 Seconds

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.