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
F15512714: D10441.diff
Thu, Apr 17, 1:00 PM
F15511262: D10441.diff
Thu, Apr 17, 12:49 AM
F15485983: D10441.id25111.diff
Thu, Apr 10, 4:04 AM
F15485369: D10441.diff
Wed, Apr 9, 11:16 PM
F15484441: D10441.id25110.diff
Wed, Apr 9, 6:16 PM
F15483212: D10441.id.diff
Wed, Apr 9, 10:45 AM
F15482753: D10441.id25111.diff
Wed, Apr 9, 7:46 AM
F15481793: D10441.diff
Tue, Apr 8, 10:57 PM
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
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2462
Build 2466: [Placeholder Plan] Wait for 30 Seconds

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