Page MenuHomePhabricator

Use `PhutilConsoleProgressBar` for the `repository/reparse.php` script
ClosedPublic

Authored by joshuaspence on Sep 8 2014, 1:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 23, 11:11 AM
Unknown Object (File)
Thu, Nov 21, 10:45 AM
Unknown Object (File)
Sun, Nov 17, 2:50 PM
Unknown Object (File)
Oct 20 2024, 3:09 AM
Unknown Object (File)
Oct 12 2024, 11:37 PM
Unknown Object (File)
Sep 21 2024, 4:23 AM
Unknown Object (File)
Sep 20 2024, 10:22 AM
Unknown Object (File)
Sep 10 2024, 4:41 AM
Subscribers

Details

Summary

The output from this script is too verbose... all that I care about is the overall progress.

Test Plan

Ran the script on a large repository.

./scripts/repository/reparse.php --all XYZ --message
NOTE: This script will queue tasks to reparse the data. Once the tasks have been queued, you need to run Taskmaster daemons to execute them.

QUEUEING TASKS (92,969 Commits):
[                                                                  ]   0.1%

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Use `PhutilConsoleProgressBar` for the `repository/reparse.php` script.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence edited edge metadata.
epriestley edited edge metadata.

Worked fine when I ran it locally.

This revision is now accepted and ready to land.Sep 8 2014, 2:00 PM
joshuaspence updated this revision to Diff 25111.

Closed by commit rP6f806bd12b37 (authored by @joshuaspence).