- 27 Oct, 2017 1 commit
-
-
Stan Hu authored
Navigating to the "Members" section of a project would omit the relative URL root path. Fix the redirection and eliminate the need for a redirection in the first place. Fix other redirections failing to work with relative roots
-
- 21 Oct, 2017 1 commit
-
-
Annabel Dunstone Gray authored
-
- 18 Oct, 2017 1 commit
-
-
Annabel Dunstone Gray authored
-
- 09 Oct, 2017 1 commit
-
-
Tim Zallmann authored
-
- 06 Oct, 2017 2 commits
-
-
Shinya Maeda authored
-
Filipa Lacerda authored
Fix fixture
-
- 04 Oct, 2017 1 commit
-
-
Tim Zallmann authored
Tests for these new helper methods
-
- 03 Oct, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 02 Oct, 2017 1 commit
-
-
Filipa Lacerda authored
Adds new line at the end of files
-
- 28 Sep, 2017 2 commits
-
-
Tim Zallmann authored
-
Tim Zallmann authored
-
- 27 Sep, 2017 1 commit
-
-
Phil Hughes authored
This fixes the breadcrumb titles not having links. This was a regression in the updated breadcrumbs introduced in 10.0. This introduces the link for all pages rather than selectively doing it. This will cover issues, merge requests, pipelines, jobs etc. Closes #38059
-
- 22 Sep, 2017 1 commit
-
-
Tim Zallmann authored
-
- 19 Sep, 2017 1 commit
-
-
Clement Ho authored
-
- 18 Sep, 2017 1 commit
-
-
kushalpandya authored
-
- 13 Sep, 2017 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- 08 Sep, 2017 1 commit
-
-
Bryce Johnson authored
-
- 07 Sep, 2017 2 commits
-
-
Kushal Pandya authored
-
Bryce Johnson authored
-
- 06 Sep, 2017 5 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Closes #36459
-
Phil Hughes authored
This only appears when in the collapsed sidebar. If the sidebar is expanded, then these items are hidden & no fly-out navigation is displayed. Closes #36294
-
Phil Hughes authored
-
Phil Hughes authored
fixed up Ruby based on review
-
- 05 Sep, 2017 5 commits
-
-
Annabel Dunstone Gray authored
-
kushalpandya authored
-
kushalpandya authored
-
kushalpandya authored
-
kushalpandya authored
-
- 04 Sep, 2017 2 commits
-
-
Phil Hughes authored
spacing updates to expander button sub-title fixes
-
Clement Ho authored
-
- 01 Sep, 2017 1 commit
-
-
Tiago Botelho authored
-
- 31 Aug, 2017 2 commits
-
-
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 1 commit
-
-
Bryce Johnson authored
-