#8068 Collections missing indexes from ensure_index cmd

unreleased
open
nobody
General
nobody
2016-03-17
2016-03-17
No

The ensure_index paster command misses some indexes:

CommitRunDoc which uses the repo_commitrun collection doesn't get its indexes created, because there is no mapper(...) line for it at the bottom of allura/Allura/allura/model/repository.py. (There is no class to map it to currently)

Also the activitystream indexes on activities and nodes don'te get created, despite code in EnsureIndexCommand that uses activity_odm_session to try to do so. Must be a bug in it.

Discussion


Log in to post a comment.