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
F19468885: D10441.id.diff
Sun, Jan 4, 12:16 PM
F19347430: D10441.id25110.diff
Fri, Dec 26, 2:00 AM
F19338301: D10441.id25111.diff
Thu, Dec 25, 9:25 PM
F19010410: D10441.id.diff
Nov 22 2025, 4:14 AM
F18844760: D10441.id25111.diff
Oct 29 2025, 7:30 AM
F18841286: D10441.id25111.diff
Oct 28 2025, 8:04 AM
F18841285: D10441.id25110.diff
Oct 28 2025, 8:04 AM
F18836635: D10441.diff
Oct 27 2025, 3:03 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).