- 16 Aug, 2016 1 commit
-
-
Kamil Trzcinski authored
-
- 12 Aug, 2016 1 commit
-
- 09 Aug, 2016 1 commit
-
-
tiagonbotelho authored
-
- 05 Aug, 2016 1 commit
-
-
Lin Jen-Shin authored
I can't reproduce this failure locally. Here's the failure: https://gitlab.com/gitlab-org/gitlab-ce/builds/2864250
-
- 26 Jul, 2016 1 commit
-
-
Stan Hu authored
NotesHelper#note_editable? and ProjectTeam#human_max_access currently take about 16% of the load time of an issue page. This MR preloads the maximum access level of users for all notes in issues and merge requests with several queries instead of one per user and caches the result in RequestStore.
-
- 29 Jun, 2016 2 commits
-
-
Stan Hu authored
-
Stan Hu authored
In #19273, we saw that retrieving ProjectTeam#human_max_access for each note takes the bulk of the time when rendering certain issues or merge requests. We observe that most of the comments in an issue are typically done by the same users. This MR memoizes the max access level by user ID.
-
- 09 Oct, 2012 2 commits
-
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-