diff options
author | Eugene Howe <eugene@xtreme-computers.net> | 2016-07-17 10:32:11 -0400 |
---|---|---|
committer | Eugene Howe <eugene@xtreme-computers.net> | 2016-07-19 09:06:58 -0400 |
commit | 13e74543f9d0f91b7b3ef14279fd78d83f442750 (patch) | |
tree | 2113950412eb9a83d3f0bc5bdc1aaee60661e06c /CHANGELOG | |
parent | 61e7453e0465ceb631d3e8445429cfed7c1449d3 (diff) | |
download | gitlab-ce-13e74543f9d0f91b7b3ef14279fd78d83f442750.tar.gz |
speed up ExternalWikiService#get_project_wiki_path
* 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
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 428d41178d4..d305d996cac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,7 @@ v 8.11.0 (unreleased) v 8.10.0 (unreleased) - Fix profile activity heatmap to show correct day name (eanplatter) + - Speed up ExternalWikiHelper#get_project_wiki_path - Expose {should,force}_remove_source_branch (Ben Boeckel) - Disable PostgreSQL statement timeout during migrations - Fix projects dropdown loading performance with a simplified api cal. !5113 (tiagonbotelho) |