Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 7395:312d52305583
- 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.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 24 May 2023 12:13:05 -0400 |
| parents | 46f92ac4e170 |
| children | 1642a7b501df |
line wrap: on
line diff
--- a/doc/admin_guide.txt Wed May 24 11:48:04 2023 -0400 +++ b/doc/admin_guide.txt Wed May 24 12:13:05 2023 -0400 @@ -1242,13 +1242,13 @@ Options: -i instance home -- specify the issue tracker "home directory" to administer - -u -- the user[:password] to use for commands + -u -- the user[:password] to use for commands (default admin) -d -- print full designators not just class id numbers -c -- when outputting lists of data, comma-separate them. - Same as '-S ","'. + Same as '-S ","'. -S <string> -- when outputting lists of data, string-separate them -s -- when outputting lists of data, space-separate them. - Same as '-S " "'. + Same as '-S " "'. -V -- be verbose when importing -v -- report Roundup and Python versions (and quit) @@ -1280,13 +1280,13 @@ migrate pack period | date perftest [mode] [arguments]* - pragma setting=value - reindex [classname|designator]* + pragma setting=value | 'list' + reindex [classname|classname:#-#|designator]* restore designator[,designator]* retire designator[,designator]* rollback security [Role name] - set items property=value property=value ... + set items property=value [property=value ...] specification classname table classname [property[,property]*] templates [trace_search]
