Page MenuHomePhabricator

Implement a projects() datasource function
ClosedPublic

Authored by epriestley on Apr 18 2015, 4:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 17, 11:35 PM
Unknown Object (File)
Thu, Apr 11, 8:38 AM
Unknown Object (File)
Tue, Apr 9, 4:24 PM
Unknown Object (File)
Tue, Apr 2, 4:44 AM
Unknown Object (File)
Mon, Apr 1, 12:52 AM
Unknown Object (File)
Fri, Mar 29, 12:07 AM
Unknown Object (File)
Thu, Mar 28, 2:22 PM
Unknown Object (File)
Mar 19 2024, 11:15 AM
Subscribers

Details

Summary

Ref T4100. This is like members(), but is implemented on top of the raw datasource. This is a lot simpler and involves way less code duplication.

I'll go back and implement members() like this, too.

Nothing actually uses this yet.

Test Plan
  • Used browse view to browse datasource.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Implement a projects() datasource function.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
src/applications/people/typeahead/PhabricatorUserProjectsDatasource.php
42–62

This isn't quite right, but a diff a few changes from now (probably D12462 by the time you read this) adjusts this source anyway.

btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 20 2015, 4:28 PM
This revision was automatically updated to reflect the committed changes.