Commit Graph

21 Commits

Author SHA1 Message Date
GitLab Bot b8e2721004 Add latest changes from gitlab-org/gitlab@master 2020-11-19 00:09:41 +00:00
GitLab Bot 316fbf9f95 Add latest changes from gitlab-org/gitlab@master 2020-10-15 18:08:43 +00:00
GitLab Bot 350fd8b878 Add latest changes from gitlab-org/gitlab@master 2020-08-10 18:09:54 +00:00
GitLab Bot 04338021ad Add latest changes from gitlab-org/gitlab@master 2020-07-31 18:09:37 +00:00
Heinrich Lee Yu b12456049e Change param name for consistency 2018-11-19 23:59:54 +08:00
Heinrich Lee Yu fbe91125be Update project selection dropdown API params 2018-11-19 23:59:54 +08:00
Dmitriy Zaporozhets 7f8a520f8a Unite green buttons under one css class
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19 13:55:48 +03:00
Dan Davison f72adcc981 Milestone tests 2018-07-11 14:59:00 +00:00
Bryce Johnson 129e321781 Normalize styles for empty-state group-level new issue/MR combo button 2017-09-07 22:46:24 +00:00
Bryce Johnson 4add91b6e1 Use non-i18n values for setting new group-level issue/MR button text 2017-08-21 21:29:09 +00:00
Bryce Johnson 0532bff6d4 Group-level new issue & MR using previously selected project 2017-08-07 20:55:50 +00:00
Yorick Peterse f77fda6437
Improve checking if projects would be returned
In various places we check if the same relation would return projects.
This is done using "any?" which will run a COUNT query with any
LIMIT/OFFSET values still applied.

To work around all this we introduce 2 helper methods that take care of
doing the right thing. This leads to the produced queries being simpler
and fewer queries being executed.
2017-08-07 12:38:27 +02:00
Jarka Kadlecova 5fdef68f2b Move relative_path to the element that is being clicked 2017-07-25 14:14:28 +02:00
Phil Hughes 08a0af9fcf moved more action buttons 2017-07-03 11:58:06 +01:00
blackst0ne a7349560b2 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled 2017-05-30 15:35:49 +11:00
Clement Ho e23c1d88e2 Replace bootstrap caret with fontawesome caret 2016-10-05 17:39:52 -05:00
Dmitriy Zaporozhets bf9e482695
Remove unnecessary icons from buttons
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-06-08 17:32:49 +03:00
Dmitriy Zaporozhets ff5f0894ad
Sort projects by last activity for new issue dropdown
When creating new issue from dashboard page I want to see projects
sorted by last activity instead of ID

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-04 12:23:44 +01:00
Phil Hughes 81e7086fec uses AJAX to select the projects 2016-01-30 16:01:49 +00:00
Douwe Maan 6fb90a2ca3 Include groups in dashboard "New Milestone" select. 2015-12-07 17:24:15 +01:00
Douwe Maan cbcb8dbe70 Use select2 dropdown for dashboard/group 'New X' buttons 2015-12-07 17:12:04 +01:00