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
F13979849: D9364.diff
Oct 19 2024, 6:53 AM
Unknown Object (File)
Oct 10 2024, 1:18 PM
Unknown Object (File)
Oct 10 2024, 9:47 AM
Unknown Object (File)
Oct 1 2024, 7:26 PM
Unknown Object (File)
Sep 21 2024, 12:05 AM
Unknown Object (File)
Sep 20 2024, 10:24 PM
Unknown Object (File)
Sep 20 2024, 10:22 PM
Unknown Object (File)
Sep 20 2024, 10:21 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).