Fix on db/8131 Unfortunately we don't have tests for this, but you can run the script/task using instructions here: https://forge-allura.apache.org/docs/getting_started/administration.html#refreshrepo-py Use `--clean` for the affected code to run.
--- ** [tickets:#8131] refresh repo task uses wrong query** **Status:** in-progress **Milestone:** unreleased **Created:** Thu Sep 22, 2016 07:28 PM UTC by Dave Brondsema **Last Updated:** Thu Sep 22, 2016 07:28 PM UTC **Owner:** Dave Brondsema `refreshrepo.py` queries `LastCommitDoc` by `commit_ids` but it should be `commit_id`. Using the wrong field name means it runs extremely slowly (unindexed) and never finds any records. --- Sent from forge-allura.apache.org because dev@allura.apache.org is subscribed to https://forge-allura.apache.org/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://forge-allura.apache.org/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.