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.
refreshrepo.py
LastCommitDoc
commit_ids
commit_id
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.
--clean
Change looks good; clear to merge.
Log in to post a comment.
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.Change looks good; clear to merge.