- 01 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 31 Aug, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
In this instance its subgroups, and given we can't deploy it, we shouldn't allow it to be shown. Fixes gitlab-org/gitlab-ce#34864
-
- 30 Aug, 2017 1 commit
-
-
Phil Hughes authored
Closes #35658
-
- 25 Aug, 2017 1 commit
-
-
Annabel Dunstone Gray authored
-
- 23 Aug, 2017 2 commits
-
-
Annabel Dunstone Gray authored
-
Yorick Peterse authored
Every project page displays a navigation menu that in turn displays the number of open issues and merge requests. This means that for every project page we run two COUNT(*) queries, each taking up roughly 30 milliseconds on GitLab.com. By caching these numbers and refreshing them whenever necessary we can reduce loading times of all these pages by up to roughly 60 milliseconds. The number of open issues does not include confidential issues. This is a trade-off to keep the code simple and to ensure refreshing the data only needs 2 COUNT(*) queries instead of 3. A downside is that if a project only has 5 confidential issues the counter will be set to 0. Because we now have 3 similar counting service classes the code previously used in Projects::ForksCountService has mostly been moved to Projects::CountService, which in turn is reused by the various service classes. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/36622
-
- 18 Aug, 2017 2 commits
-
-
Bryce Johnson authored
-
Phil Hughes authored
Closes #36561
-
- 15 Aug, 2017 1 commit
-
-
Phil Hughes authored
-
- 07 Aug, 2017 4 commits
-
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
- 04 Aug, 2017 4 commits
-
-
tauriedavis authored
-
Annabel Dunstone Gray authored
-
tauriedavis authored
-
tauriedavis authored
-
- 03 Aug, 2017 1 commit
-
-
Annabel Dunstone Gray authored
-
- 02 Aug, 2017 1 commit
-
-
Annabel Dunstone Gray authored
-
- 31 Jul, 2017 1 commit
-
-
winh authored
-
- 27 Jul, 2017 2 commits
-
-
Alexis Reigel authored
-
Alexis Reigel authored
-
- 26 Jul, 2017 1 commit
-
-
Phil Hughes authored
fixed weird dropdown items in issues when on merge request page
-
- 24 Jul, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 20 Jul, 2017 1 commit
-
-
Annabel Dunstone Gray authored
-
- 19 Jul, 2017 1 commit
-
-
Phil Hughes authored
Closes #34026 [ci skip]
-
- 18 Jul, 2017 4 commits
-
-
Takuya Noguchi authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
- 17 Jul, 2017 1 commit
-
-
Phil Hughes authored
Closes #35140
-
- 14 Jul, 2017 1 commit
-
-
Phil Hughes authored
-
- 13 Jul, 2017 1 commit
-
-
Robin Bobbitt authored
When sign-in is disabled: - skip password expiration checks - prevent password reset requests - don’t show Password tab in User Settings - don’t allow login with username/password for Git over HTTP requests - render 404 on requests to Profiles::PasswordsController
-
- 12 Jul, 2017 1 commit
-
-
Phil Hughes authored
-
- 11 Jul, 2017 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
This fixes an issue where the content has a limited width but the breadcrumbs remained full width. Instead of creating a new variable specifically for the breadcrumbs, it just re-uses @content_class Closes #34573
-
- 07 Jul, 2017 4 commits
-
-
Phil Hughes authored
-
Tim Zallmann authored
-
Phil Hughes authored
-
Phil Hughes authored
-