Remove deprecated dashboard & group milestone pages
Replaces legacy GroupMilestone, DashboardMilestone, GlobalMilestone models with Group model. Replaces dynamic milestones pages with corresponding project or group milestone pages. https://gitlab.com/gitlab-org/gitlab-ce/issues/39545
显示
- app/controllers/concerns/milestone_actions.rb 1 个添加, 7 个删除app/controllers/concerns/milestone_actions.rb
- app/controllers/dashboard/milestones_controller.rb 8 个添加, 24 个删除app/controllers/dashboard/milestones_controller.rb
- app/controllers/groups/milestones_controller.rb 14 个添加, 53 个删除app/controllers/groups/milestones_controller.rb
- app/controllers/projects/milestones_controller.rb 1 个添加, 1 个删除app/controllers/projects/milestones_controller.rb
- app/finders/milestones_finder.rb 2 个添加, 4 个删除app/finders/milestones_finder.rb
- app/helpers/timeboxes_helper.rb 2 个添加, 10 个删除app/helpers/timeboxes_helper.rb
- app/models/concerns/milestoneish.rb 0 个添加, 20 个删除app/models/concerns/milestoneish.rb
- app/models/dashboard_group_milestone.rb 0 个添加, 29 个删除app/models/dashboard_group_milestone.rb
- app/models/dashboard_milestone.rb 0 个添加, 19 个删除app/models/dashboard_milestone.rb
- app/models/global_milestone.rb 0 个添加, 108 个删除app/models/global_milestone.rb
- app/models/group_milestone.rb 0 个添加, 49 个删除app/models/group_milestone.rb
- app/views/dashboard/milestones/_milestone.html.haml 0 个添加, 1 个删除app/views/dashboard/milestones/_milestone.html.haml
- app/views/dashboard/milestones/show.html.haml 0 个添加, 5 个删除app/views/dashboard/milestones/show.html.haml
- app/views/groups/milestones/_milestone.html.haml 0 个添加, 2 个删除app/views/groups/milestones/_milestone.html.haml
- app/views/groups/milestones/index.html.haml 4 个添加, 1 个删除app/views/groups/milestones/index.html.haml
- app/views/projects/milestones/_milestone.html.haml 0 个添加, 1 个删除app/views/projects/milestones/_milestone.html.haml
- app/views/shared/milestones/_header.html.haml 2 个添加, 4 个删除app/views/shared/milestones/_header.html.haml
- app/views/shared/milestones/_milestone.html.haml 41 个添加, 51 个删除app/views/shared/milestones/_milestone.html.haml
- app/views/shared/milestones/_top.html.haml 1 个添加, 26 个删除app/views/shared/milestones/_top.html.haml
- changelogs/unreleased/39545-cleanup-dynamic-milestone-pages.yml 5 个添加, 0 个删除...logs/unreleased/39545-cleanup-dynamic-milestone-pages.yml
加载中
想要评论请 注册 或 登录