You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- issue2551190 - Allow roundup-admin reindex to work in batches.
Running:
roundup-admin -i ... reindex issue:1-1000
will reindex the first 1000 issues while reporting any missing issues
in the range.
Also completion progress is reported when indexing a specific class.
Note this require a chnge that makes an invalid command like:
reindex issue23f
to error with no such class issue23f. It used to reindex
issue23 which I consider a bug.
Updates to man page admin_guide.py.
Tests added.
0 commit comments