Page MenuHomePhabricator

Reduce the verbosity of the `./bin/search index` script.
ClosedPublic

Authored by joshuaspence on Jun 3 2014, 6:42 PM.
Tags
None
Referenced Files
F15461595: D9364.id.diff
Tue, Apr 1, 9:26 AM
F15460658: D9364.diff
Tue, Apr 1, 12:54 AM
F15459573: D9364.id22302.diff
Mon, Mar 31, 2:17 PM
F15459304: D9364.id22301.diff
Mon, Mar 31, 11:49 AM
F15456606: D9364.diff
Sun, Mar 30, 10:41 AM
F15412891: D9364.diff
Wed, Mar 19, 3:36 PM
F15410598: D9364.id22302.diff
Wed, Mar 19, 7:40 AM
F15408671: D9364.id22301.diff
Wed, Mar 19, 12:44 AM
Subscribers

Details

Summary

Currently, the ./bin/search index script produces a lot of output (one line for every indexed object). Instead, use a PhutilConsoleProgressBar to indicate progress. This is much less verbose and gives a real indication of how long the script should take to complete.

Test Plan

Ran ./bin/search index and verified that a progress bar was output.

Diff Detail

Repository
rP Phabricator
Branch
search-index
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 832
Build 832: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

joshuaspence retitled this revision from to Reduce the verbosity of the `./bin/search index` script..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jun 3 2014, 6:46 PM
epriestley updated this revision to Diff 22302.

Closed by commit rPc86604bad853 (authored by @joshuaspence, committed by @epriestley).