- 23 Feb, 2016 3 commits
-
-
Jacob Schatz authored
Fixes dropdown appearance and makes it look accordingly to current design Fixes #11874 See merge request !2920
-
Kamil Trzciński authored
Extend specs for summary build status Additional specs cover a case when one of the builds is running but allowed to fail. Previous implementation returned `running` status, which is wrong. This behavior has been changed in 8.5, this commit adds missing specs. See merge request !2904
-
Robert Speicher authored
Fix volatile spec. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/312. See merge request !206
-
- 22 Feb, 2016 37 commits
-
-
Alfredo Sumaran authored
-
Jacob Schatz authored
Show project visibility level on project list Fixes #3779  See merge request !2908
-
Jacob Schatz authored
Added line links to blame table Closes #4119 See merge request !2915
-
Robert Speicher authored
-
Robert Speicher authored
[ci skip]
-
Rémy Coutable authored
Ensure we don't check a commit's description for revert message if it has no description Fixes #13631. /cc @razer6 @grzesiek @yorickpeterse @rdavila See merge request !2917
-
Alfredo Sumaran authored
-
Robert Speicher authored
Properly set `auto_link_saml_user` default value in the Settings loader. See merge request !2922
-
Jacob Schatz authored
Fixed revert button tooltip placement causing movement Before:  After:  See merge request !2910
-
Sytse Sijbrandij authored
-
Rémy Coutable authored
-
Alfredo Sumaran authored
-
Jacob Schatz authored
Changed the size of status indicators   Closes #12763 See merge request !2913
-
Jacob Schatz authored
Fixed issue with header overflow Fixes #13492 Before:  After:  See merge request !2921
-
Patricio Cano authored
-
Douwe Maan authored
Check the HEAD of branch when doing Merge When Succeeded Implements https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2894#note_3845158 cc @DouweM @grzesiek See merge request !2907
-
Robert Speicher authored
Add a Pinned Tab icon for Safari See http://apple.co/1SCRzrw Closes #13540 [ci skip] See merge request !2883
-
Jacob Schatz authored
Fixed issue with content in the issue sidebar disappearing Closes #13626 See merge request !2919
-
Alfredo Sumaran authored
-
Phil Hughes authored
Fixes #13492
-
Phil Hughes authored
Closes #13626
-
Alfredo Sumaran authored
-
Jacob Schatz authored
Fix Side-by-side view after loading diff results Fixes #13463 See merge request !2880
-
Phil Hughes authored
Closes #12763
-
Phil Hughes authored
Closes #4119
-
Phil Hughes authored
-
Achilleas Pipinellis authored
Add when the API changes got introduced See merge request !2912
-
Achilleas Pipinellis authored
[ci skip]
-
Rémy Coutable authored
Fixed failing issues tests Also removed up/down vote icons from merge requests. Was missed from d8069bd8 See merge request !2911
-
Phil Hughes authored
-
Rémy Coutable authored
-
Phil Hughes authored
Removed up/down vote icons from merge requests. Was missed from d8069bd8
-
Rémy Coutable authored
Only show up or down votes icon on issue list if there are any Closes #13649  See merge request !2909
-
Phil Hughes authored
Closes #13649
-
Phil Hughes authored
Fixes #3779
-
Kamil Trzcinski authored
-
Douglas Barbosa Alexandre authored
Add Todos Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/2425 Tasks: - Prepare database - [X] Create a new table (`todos`) - Tasks Queue view - [X] Add a number icon showing the number of todos on the top right next to the new and logout button that will redirect the user to the todos page - [X] Add a chronological list of todos, with the 'Todos' tab active by default - [X] Add a 'Done' button to each todo - [x] Add filters (project, author, type, and action) - Todos generation - [X] When user issue/mr is assgined to someone - [x] When user is mentioned on (issues/mr's/comments) - Mark todo as `done` - [X] When clicks on the 'Done' button - [X] When edit issue/mr - [X] When left/edit a comment - [X] When reassign issue/mr - [X] When add/remove labels to issue/mr - [X] When issue/mr is closed - [X] When mr is merged - [X] When added an emoji - [X] When changed the issue/mr milestone * Screenshot:  See merge request !2817
-