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)
Fri, Mar 1, 9:34 AM
Unknown Object (File)
Feb 17 2024, 12:28 PM
Unknown Object (File)
Feb 8 2024, 2:59 AM
Unknown Object (File)
Feb 3 2024, 3:17 AM
Unknown Object (File)
Jan 28 2024, 10:01 AM
Unknown Object (File)
Jan 16 2024, 8:15 PM
Unknown Object (File)
Jan 12 2024, 5:38 AM
Unknown Object (File)
Jan 10 2024, 11:44 PM
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.