- 30 May, 2017 1 commit
-
-
blackst0ne authored
'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled
-
- 25 May, 2017 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 19 May, 2017 1 commit
-
-
tauriedavis authored
-
- 02 May, 2017 1 commit
-
-
Luke "Jared" Bennett authored
-
- 28 Apr, 2017 1 commit
-
-
Jacopo authored
Improved todo message when an issue is assigned to yourself. - The new message when an user assign to himself an issue or a mr is: "You assigned issue xx to yourself" - The new message when an user adds a todo to himself is: "You added a todo for issue xx" - The new message when and user mention himself is: "You mentioned yourself on issue xx" - The new message when an user directly address himself is: "You directly addressed yourself on issue xx" - The new message when an user mark himself as an approver is: "You set yourself as an approver for merge request xx"
-
- 06 Apr, 2017 2 commits
-
-
Jose Ivan Vargas Lopez authored
-
Jacopo authored
Extended ProjectFinder in order to handle the following options: - current_user - which user use - project_ids_relation: int[] - project ids to use - params: - trending: boolean - non_public: boolean - starred: boolean - sort: string - visibility_level: int - tags: string[] - personal: boolean - search: string - non_archived: boolean GroupProjectsFinder now inherits from ProjectsFinder. Changed the code in order to use the new available options.
-
- 28 Mar, 2017 2 commits
-
-
Phil Hughes authored
-
Phil Hughes authored
Some inner page tabs where not scrollable like the top nav & this caused them to break onto new lines mobile. This pages include: - dashboard/projects - project -> merge_requests - search - project -> milestones - project -> pipelines Closes #18853
-
- 24 Mar, 2017 4 commits
-
-
Mike Greiling authored
-
Mike Greiling authored
-
Annabel Dunstone Gray authored
-
Phil Hughes authored
Instead of the JS being in charge of the HTML, the HAML now handles it. The HAML can then check the cookie & show it needed. It also allows the HAML access to the paths so we don't have to pass that through. Closes #29955
-
- 23 Mar, 2017 1 commit
-
-
Simon Knox authored
-
- 16 Mar, 2017 1 commit
-
-
Jacopo authored
Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
-
- 15 Mar, 2017 1 commit
-
-
Sean McGivern authored
-
- 11 Mar, 2017 1 commit
-
-
blackst0ne authored
-
- 10 Mar, 2017 2 commits
-
-
Jacopo authored
Added the ability to 'Undo' the todos marked complete in the 'Done' tab of the Todo dashboard. Added the ability to 'Undo mark all as done' todos marked complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard.
-
Alex Braha Stoll authored
-
- 09 Mar, 2017 1 commit
-
-
George Andrinopoulos authored
-
- 08 Mar, 2017 1 commit
-
-
Annabel Dunstone Gray authored
-
- 06 Mar, 2017 1 commit
-
-
Jarkko Tuunanen authored
Make Sort dropdown behave the same as filters in narrower viewports. Adjust dropdowns to fit on the same line in worst-case scenario ("Oldest created" selected). Closes #22562 See merge request !9533
-
- 03 Mar, 2017 3 commits
-
-
Dmitriy Zaporozhets authored
Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
-
Phil Hughes authored
Previously the search form just wasn't including any params that had previously been set, so when you filtered by name, it would reset all the params & therefore ignoring the archived param Closes #28007
-
- 02 Mar, 2017 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Filipa Lacerda authored
-
- 01 Mar, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 28 Feb, 2017 1 commit
-
-
Michael Kozono authored
-
- 23 Feb, 2017 6 commits
-
-
Jose Ivan Vargas authored
Now it appends a template instead of relying in a partial to show it.
-
Jose Ivan Vargas authored
Also improved accesibility and change the id from user_callouts to a class
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
Also changed the user_callout haml to a partial and added the corresponding SVG icon
-
Jose Ivan Vargas authored
-
Phil Hughes authored
Added a tooltip to the buttons that did not have any Closes #28572
-
- 20 Feb, 2017 1 commit
-
-
Sam Rose authored
-
- 17 Feb, 2017 1 commit
-
-
Jacopo authored
The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
-
- 15 Feb, 2017 1 commit
-
-
Semyon Pupkov authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/24036
-
- 14 Feb, 2017 1 commit
-
-
nerro authored
-