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
F19725721: D9364.id22301.diff
Fri, Feb 13, 4:36 PM
F19623213: D9364.diff
Feb 4 2026, 3:28 PM
F19617606: D9364.id22302.diff
Feb 4 2026, 6:50 AM
F19616795: D9364.id22302.diff
Feb 4 2026, 3:23 AM
F19535361: D9364.id22302.diff
Jan 21 2026, 5:39 AM
F19521533: D9364.id22301.diff
Jan 16 2026, 11:13 PM
F19518796: D9364.id22301.diff
Jan 15 2026, 11:35 PM
F19514206: D9364.id22301.diff
Jan 13 2026, 11:22 PM
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
Lint
Lint Skipped
Unit
Tests Skipped

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).