- 25 Jul, 2017 1 commit
-
-
Phil Hughes authored
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 29 Jun, 2017 1 commit
-
-
Bryce Johnson authored
This commit moves the rendering of the button back to the server, and shows/hides it using opacity rather than display. It also removes the transform applied to the button on hover (scale). Previously, both of these factors automatically triggered a reflow, which creates a performance bottleneck on pages with larger DOM size. MR: !12103
-
- 15 Jun, 2017 1 commit
-
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
-
- 07 Jun, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 01 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 10 May, 2017 1 commit
-
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 05 May, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 03 May, 2017 1 commit
-
-
Douwe Maan authored
-
- 08 Apr, 2017 4 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 05 Apr, 2017 6 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 20 Sep, 2016 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 17 Aug, 2016 1 commit
-
-
Douwe Maan authored
-
- 04 Aug, 2016 1 commit
-
-
Phil Hughes authored
Fixed some bugs when removing notes
-
- 02 Aug, 2016 1 commit
-
-
Paco Guzman authored
Speedup DiffNote#active? on discussions, preloading noteables and avoid touching git repository to return diff_refs when possible - Preloading noteable we share the same noteable instance when more than one discussion refers to the same noteable. - Any other call to that object that is cached in that object will be for any discussion. - In those cases where merge_request_diff has all the sha stored to build a diff_refs get that diff_refs using directly those sha instead accessing to the git repository to first get the commits and later the sha.
-
- 29 Jul, 2016 1 commit
-
-
Phil Hughes authored
Reduced some duplicated code with compiling components Fixed bug with resolve button tooltip not updating after resolving discussion
-
- 26 Jul, 2016 3 commits
-
-
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.
-
Phil Hughes authored
-
Douwe Maan authored
-
- 24 Jul, 2016 1 commit
-
-
Phil Hughes authored
Top count displays how many resolved discussions
-
- 20 Jul, 2016 1 commit
-
-
Douwe Maan authored
-
- 07 Jul, 2016 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 06 Jul, 2016 5 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
Extract parts of LegacyDiffNote into DiffOnNote concern and move part of responsibility to other classes
-
Douwe Maan authored
-
Paco Guzman authored
Extract diff line data attributes to helper methods
-
Jacob Schatz authored
-
- 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.
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-