diff CHANGES.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 731b697295c5
children 186956a87ad7
line wrap: on
line diff
--- a/CHANGES.txt	Wed May 24 11:48:04 2023 -0400
+++ b/CHANGES.txt	Wed May 24 12:13:05 2023 -0400
@@ -150,6 +150,11 @@
   Myers, config settings and docs by John Rouillard.)
 - roundup-admin genconfig does not need a tracker home to run. (John
   Rouillard)
+- 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.
 
 2022-07-13 2.2.0
 

Roundup Issue Tracker: http://roundup-tracker.org/