An error occurred fetching the project authors.
- 03 Oct, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 19 Sep, 2017 1 commit
-
-
Stan Hu authored
Discussions are now done asynchronously via the `IssuesController#discussions` endpoint, so this should no longer be needed. This was taking 32% of the load time for GitLab CE issue 1. Closes #38034
-
- 18 Sep, 2017 1 commit
-
-
Stan Hu authored
In #37955,we see that the profile had a number of N+1 queries from repeated access to `cross_reference_not_visible_for?`. This was optimized in previous versions of GitLab by rendering all notes at once, counting the number of visible references, and then using that number to check whether a system note should be fully redacted. There was also another N+1 query calling `ProjectTeam#member?`, which did not take advantage of an optimization in prepare_notes_for_rendering that would preload the maximum access level per project. Closes #37955
-
- 14 Sep, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 07 Sep, 2017 1 commit
-
-
Sean McGivern authored
This makes it easier to reuse in EE.
-
- 06 Sep, 2017 1 commit
-
-
micael.bergeron authored
this will remove the need make N queries (per-note) at the cost of having to mark notes with an attribute this opens up the possibility for other special roles for notes
-
- 05 Sep, 2017 1 commit
-
-
Yorick Peterse authored
This changes the issue and MR index pages so the pagination system re-uses the output of the COUNT(*) query used to calculate the number of rows per state (opened, closed, etc). This removes the need for an additional COUNT(*) on both pages.
-
- 04 Sep, 2017 1 commit
-
-
- 29 Aug, 2017 1 commit
-
-
Maxim Rydkin authored
-
- 18 Aug, 2017 1 commit
-
-
Douwe Maan authored
-
- 17 Aug, 2017 2 commits
-
-
Douwe Maan authored
-
haseeb authored
-
- 10 Aug, 2017 4 commits
-
-
haseeb authored
-
haseeb authored
-
Lin Jen-Shin authored
-
Mehdi Lahmam authored
Its usage has been removed at 2fa22a07.
-
- 24 Jul, 2017 2 commits
-
-
Jarka Kadlecova authored
-
Jarka Kadlecova authored
-
- 21 Jul, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 18 Jul, 2017 1 commit
-
-
Felipe Artur authored
-
- 14 Jul, 2017 1 commit
-
-
Sean McGivern authored
This reverts merge request !12633
-
- 07 Jul, 2017 2 commits
-
-
Luke "Jared" Bennett authored
-
Luke "Jared" Bennett authored
Removed merge_request/issue state_event param parent and removed issuable_path helpers in favour of issuable_url helpers
-
- 05 Jul, 2017 1 commit
-
-
Douwe Maan authored
-
- 04 Jul, 2017 1 commit
-
-
Douwe Maan authored
This reverts merge request !12557
-
- 29 Jun, 2017 2 commits
-
-
Nick Thomas authored
-
Adam Niedzielski authored
This reverts commit b07c0003, reversing changes made to 2b97d76d.
-
- 28 Jun, 2017 1 commit
-
-
Douwe Maan authored
-
- 21 Jun, 2017 1 commit
-
-
Nick Thomas authored
-
- 13 Jun, 2017 1 commit
-
-
Sean McGivern authored
We never want to skip the check, so that some actions did so was a mistake.
-
- 12 Jun, 2017 1 commit
-
-
Tieu-Philippe KHIM authored
-
- 31 May, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 19 May, 2017 1 commit
-
-
Ruben Davila authored
-
- 17 May, 2017 1 commit
-
-
Phil Hughes authored
[ci skip]
-
- 13 May, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 10 May, 2017 4 commits
-
-
Phil Hughes authored
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
blackst0ne authored
-