- Feb 14, 2018
-
-
Jarka Kadlecova authored
-
- Feb 06, 2018
-
-
Winnie Hellmann authored
-
- Feb 05, 2018
-
-
Eric Eastwood authored
From https://gitlab.com/gitlab-org/gitlab-ce/issues/36760 Was reverted in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14373
-
- Jan 09, 2018
-
-
Grzegorz Bizon authored
-
- Jan 08, 2018
-
-
Christiaan Van den Poel authored
-
- Dec 07, 2017
-
-
Annabel Dunstone Gray authored
-
- Dec 05, 2017
-
-
- Dec 03, 2017
-
-
Kamil Trzcińśki authored
-
Filipa Lacerda authored
Add GKE, Login - HTML & CSS Cluster details - HTML & CSS
-
- Nov 29, 2017
-
-
Annabel Dunstone Gray authored
-
- Nov 27, 2017
-
-
Filipa Lacerda authored
Finishes tabs & table Updates e2e tests
-
- Oct 27, 2017
-
-
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
-
- Oct 21, 2017
-
-
- Oct 18, 2017
-
-
Annabel Dunstone Gray authored
-
- Oct 06, 2017
-
-
Shinya Maeda authored
-
Filipa Lacerda authored
Fix fixture
-
- Oct 03, 2017
-
-
Kamil Trzcińśki authored
-
- Oct 02, 2017
-
-
Filipa Lacerda authored
Adds new line at the end of files
-
- Sep 22, 2017
-
-
Tim Zallmann authored
-
- Sep 19, 2017
-
-
Clement Ho authored
-
- Sep 13, 2017
-
-
Phil Hughes authored
-
Phil Hughes authored
-
- Sep 07, 2017
-
-
Bryce Johnson authored
-
- Sep 06, 2017
-
-
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
-
-
- Sep 04, 2017
-
-
Clement Ho authored
-
- Aug 31, 2017
-
-
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
-
- Aug 30, 2017
-
-
Phil Hughes authored
Closes #35658
-
- Aug 23, 2017
-
-
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
-
- Aug 15, 2017
-
-
Phil Hughes authored
-
- Aug 07, 2017
-
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
Annabel Dunstone Gray authored
-
- Aug 04, 2017
-
-
Taurie Davis authored
-
Annabel Dunstone Gray authored
-
Taurie Davis authored
-
Taurie Davis authored
-
- Aug 02, 2017
-
-
Annabel Dunstone Gray authored
-
- Jul 26, 2017
-
-
Phil Hughes authored
fixed weird dropdown items in issues when on merge request page
-