Ref T4068. Adds a command to list all commits in an "importing" status. This will allow users to use reparse.php to diagnose and repair issues.
Details
Details
- Reviewers
btrahan - Maniphest Tasks
- T4068: Importing a very large repository does not complete correctly
- Commits
- Restricted Diffusion Commit
rPbd29784a32cf: Add an administrative `bin/repository importing` command to list importing…
- Ran bin/repository importing P, etc.
- Used reparse.php to reparse some commit stages and saw status update correctly.
- Ran on a repo with no importing commits.
- Ran with ... --simple | xargs, which saves us having to put an awk or something in there for users.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
src/applications/repository/management/PhabricatorRepositoryManagementImportingWorkflow.php | ||
---|---|---|
38–47 | how come this isn't a loadAllWhere() ? |