- 24 Feb, 2016 12 commits
-
-
Rémy Coutable authored
-
Jacob Schatz authored
Changed padding & background color for highlighted notes Closes #12453  See merge request !2937
-
Jacob Schatz authored
Fixed revert button tooltip placement causing movement Before:  After:  See merge request !2910
-
Rémy Coutable authored
Fix group projects styles Makes new project button visible when no projects are available. Fixes #13193    cc @creamzy @skyruler See merge request !2714
-
Rémy Coutable authored
-
Rémy Coutable authored
-
Jacob Schatz authored
Fixed issue with content in the issue sidebar disappearing Closes #13626 See merge request !2919
-
Rémy Coutable authored
-
Rémy Coutable authored
Revert "Remove newrelic gem. Closes #12860" This reverts commit 53176717. Conflicts: Gemfile.lock See merge request !2943
-
Robert Speicher authored
Show Crowd login even when sign-in is disabled Fixes #13176. See merge request !2749
-
Robert Speicher authored
Does not raise an error when Todo is already marked as done Closes #13681 See merge request !2926
-
Robert Speicher authored
Update sentry-raven to 0.15.6 Fixes a few bugs, most notably (for our purposes): https://github.com/getsentry/raven-ruby/pull/450 See merge request !2947
-
- 23 Feb, 2016 8 commits
-
-
Jacob Schatz authored
Set of UI fixes * Improve wiki pages * Improve profile pages cc @skyruler See merge request !2758
-
Marin Jankovski authored
Restrict permissions on public/uploads Based on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests/631 See merge request !2764
-
Jacob Schatz authored
Issues can be dragged & dropped into empty milestone lists This is also possible with MRs. Also fixed an issue where MRs weren't sortable Fixes #13668  See merge request !2935
-
Rémy Coutable authored
-
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
-
Jacob Schatz authored
Fix Side-by-side view after loading diff results Fixes #13463 See merge request !2880
-
Achilleas Pipinellis authored
Add when the API changes got introduced See merge request !2912
-
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
-
- 22 Feb, 2016 6 commits
-
-
Rémy Coutable authored
[ci skip]
-
Rémy Coutable authored
-
Rémy Coutable authored
Only show up or down votes icon on issue list if there are any Closes #13649  See merge request !2909
-
Rémy Coutable 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:  After:  Also updated the rake task to make the @2x spritesheet https://gitlab.com/snippets/15348 cc\ @rspeicher @vsizov See merge request !2891
-
Douwe Maan authored
Flush emptiness caches whenever needed See merge request !2903
-
Douwe Maan authored
-
Douwe Maan authored
-
Kamil Trzciński authored
Introduce API for serving the artifacts archive Add API to download build artifacts archive in context of GitLab API /cc @DouweM @grzesiek See merge request !2893
-
- 19 Feb, 2016 8 commits
-
-
Achilleas Pipinellis authored
Add documentation about build emails service Closes #12497 See merge request !2871
-
Rémy Coutable authored
-
Jacob Schatz authored
Labels should be visible in milestone view Closes #3276 See merge request !2599
-
Kamil Trzciński authored
Fix missing ignored? for GenericCommitStatus This is pretty important fix. We should not release 8.5 without this. It critical error when handling GenericCommitStatus: ``` undefined method `ignored?' for #<GenericCommitStatus:0x007fe1a2a20fe0> ``` cc @grzesiek See merge request !2899
-
Robert Speicher authored
revert back to ruby 2.1 - - - Revert Ruby 2.2 changes - until we solve https://gitlab.com/gitlab-org/gitlab-ce/issues/13514 This also updates Ruby 2.1.7 to 2.1.8 See merge request !2898
-
Robert Speicher authored
Add ability to revert changes introduced by Merge Requests or Commits Closes #3409 See merge request !1990
-
Rémy Coutable authored
Consistency in MR and issue header. Fixes: #13550  See merge request !2874
-
Grzegorz Bizon authored
Make it possible to erase build content (artifacts, trace) This feature makes it possible to remove build content - build artifacts and build traces. - [x] Remove artifacts - [x] Remove metadata - [x] Remove build traces - [x] Wait for https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1942 this to be merged - [x] Fix the permissions after the merge Closes #3421 See merge request !2560
-