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
F18612363: D9364.diff
Sun, Sep 14, 9:01 AM
F18167539: D9364.id22302.diff
Aug 15 2025, 11:59 AM
F17632012: D9364.diff
Jul 10 2025, 2:22 PM
Unknown Object (File)
Jun 4 2025, 7:36 AM
Unknown Object (File)
Jun 3 2025, 9:39 AM
Unknown Object (File)
May 29 2025, 4:19 AM
Unknown Object (File)
May 9 2025, 10:44 AM
Unknown Object (File)
Apr 10 2025, 8:06 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
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).