summaryrefslogtreecommitdiff
path: root/db/migrate/20160718153603_add_has_external_wiki_to_projects.rb
Commit message (Collapse)AuthorAgeFilesLines
* speed up ExternalWikiService#get_project_wiki_pathEugene Howe2016-07-191-0/+7
* This method previously iterated over all services in a project. Now it will directly query the ExternalWikiService for the project and filter by active state. * The presence of an external wiki is also cached * When an external wiki is added or removed, the cached value is updated