-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'ui/dashboard-new-issue' into 'master'
UI: Add "New X" buttons to dashboard and group issue, MR and milestone indexes # To do - [x] Use searchable dropdown since dashboard/group can have a lot of projects. Use select2? ## Before  ## After  As you can see, for milestones, groups are listed as well as we can now easily create group milestones. Fixes #3544 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2581 See merge request !1968
Showing
- app/assets/javascripts/api.js.coffee 31 additions, 0 deletionsapp/assets/javascripts/api.js.coffee
- app/assets/javascripts/project_select.js.coffee 39 additions, 0 deletionsapp/assets/javascripts/project_select.js.coffee
- app/assets/stylesheets/framework/common.scss 13 additions, 0 deletionsapp/assets/stylesheets/framework/common.scss
- app/helpers/selects_helper.rb 13 additions, 0 deletionsapp/helpers/selects_helper.rb
- app/views/dashboard/issues.html.haml 13 additions, 7 deletionsapp/views/dashboard/issues.html.haml
- app/views/dashboard/merge_requests.html.haml 10 additions, 2 deletionsapp/views/dashboard/merge_requests.html.haml
- app/views/dashboard/milestones/index.html.haml 6 additions, 4 deletionsapp/views/dashboard/milestones/index.html.haml
- app/views/groups/issues.html.haml 15 additions, 12 deletionsapp/views/groups/issues.html.haml
- app/views/groups/merge_requests.html.haml 12 additions, 7 deletionsapp/views/groups/merge_requests.html.haml
- app/views/groups/milestones/index.html.haml 14 additions, 10 deletionsapp/views/groups/milestones/index.html.haml
- app/views/projects/milestones/index.html.haml 9 additions, 6 deletionsapp/views/projects/milestones/index.html.haml
- app/views/shared/_new_project_item_select.html.haml 20 additions, 0 deletionsapp/views/shared/_new_project_item_select.html.haml
- doc/api/groups.md 67 additions, 3 deletionsdoc/api/groups.md
- lib/api/groups.rb 12 additions, 0 deletionslib/api/groups.rb
- spec/requests/api/groups_spec.rb 57 additions, 2 deletionsspec/requests/api/groups_spec.rb
Please register or sign in to comment