-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'global-milestones' into 'master'
Create milestones in the group When you work with groups its quite often you want to create same milestone in multiple projects. This MR allows you to do so For #3488 Signed-off-by:Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> See merge request !1797
Showing
- CHANGELOG 2 additions, 0 deletionsCHANGELOG
- app/assets/javascripts/dispatcher.js.coffee 2 additions, 0 deletionsapp/assets/javascripts/dispatcher.js.coffee
- app/controllers/concerns/global_milestones.rb 19 additions, 0 deletionsapp/controllers/concerns/global_milestones.rb
- app/controllers/dashboard/milestones_controller.rb 7 additions, 22 deletionsapp/controllers/dashboard/milestones_controller.rb
- app/controllers/dashboard_controller.rb 5 additions, 0 deletionsapp/controllers/dashboard_controller.rb
- app/controllers/groups/application_controller.rb 8 additions, 3 deletionsapp/controllers/groups/application_controller.rb
- app/controllers/groups/avatars_controller.rb 1 addition, 3 deletionsapp/controllers/groups/avatars_controller.rb
- app/controllers/groups/group_members_controller.rb 0 additions, 5 deletionsapp/controllers/groups/group_members_controller.rb
- app/controllers/groups/milestones_controller.rb 32 additions, 31 deletionsapp/controllers/groups/milestones_controller.rb
- app/finders/milestones_finder.rb 12 additions, 0 deletionsapp/finders/milestones_finder.rb
- app/helpers/labels_helper.rb 1 addition, 1 deletionapp/helpers/labels_helper.rb
- app/helpers/milestones_helper.rb 1 addition, 1 deletionapp/helpers/milestones_helper.rb
- app/models/ability.rb 1 addition, 0 deletionsapp/models/ability.rb
- app/models/global_label.rb 17 additions, 0 deletionsapp/models/global_label.rb
- app/models/global_milestone.rb 17 additions, 5 deletionsapp/models/global_milestone.rb
- app/services/labels/group_service.rb 0 additions, 26 deletionsapp/services/labels/group_service.rb
- app/services/milestones/group_service.rb 0 additions, 26 deletionsapp/services/milestones/group_service.rb
- app/views/dashboard/milestones/index.html.haml 3 additions, 3 deletionsapp/views/dashboard/milestones/index.html.haml
- app/views/dashboard/milestones/show.html.haml 18 additions, 18 deletionsapp/views/dashboard/milestones/show.html.haml
- app/views/groups/milestones/_milestone.html.haml 1 addition, 1 deletionapp/views/groups/milestones/_milestone.html.haml
app/finders/milestones_finder.rb
0 → 100644
app/services/labels/group_service.rb
deleted
100644 → 0