Page MenuHomePhabricator

Add a `addColumns` method to `PhutilConsoleTable`.
ClosedPublic

Authored by joshuaspence on Jun 15 2014, 6:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 8:17 AM
Unknown Object (File)
Wed, Apr 24, 10:01 PM
Unknown Object (File)
Thu, Apr 11, 7:37 AM
Unknown Object (File)
Mar 31 2024, 10:52 PM
Unknown Object (File)
Feb 18 2024, 6:51 PM
Unknown Object (File)
Feb 10 2024, 4:51 PM
Unknown Object (File)
Feb 10 2024, 8:23 AM
Unknown Object (File)
Feb 1 2024, 7:51 PM
Subscribers

Details

Summary

Allow columns to be added in one big hit. In some cases, this may be easier than adding columns individually.

Test Plan

Meh

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Add a `addColumns` method to `PhutilConsoleTable`..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

I gave you commit access since you seem trustworthy, you should be able to realign your working copies like this:

git remote set-url origin ssh://dweller@secure.phabricator.com/diffusion/PHU/libphutil.git

..and then arc land your own stuff from here on out.

This revision is now accepted and ready to land.Jun 15 2014, 6:15 PM