-
- Downloads
Add overview of branches and a filter for active/stale branches
Showing
- app/controllers/projects/branches_controller.rb 36 additions, 5 deletionsapp/controllers/projects/branches_controller.rb
- app/finders/branches_finder.rb 1 addition, 1 deletionapp/finders/branches_finder.rb
- app/helpers/branches_helper.rb 0 additions, 11 deletionsapp/helpers/branches_helper.rb
- app/views/projects/branches/_panel.html.haml 19 additions, 0 deletionsapp/views/projects/branches/_panel.html.haml
- app/views/projects/branches/index.html.haml 36 additions, 17 deletionsapp/views/projects/branches/index.html.haml
- changelogs/unreleased/40187-project-branch-dashboard-with-active-stale-branches.yml 5 additions, 0 deletions...7-project-branch-dashboard-with-active-stale-branches.yml
- config/routes/repository.rb 1 addition, 0 deletionsconfig/routes/repository.rb
- lib/gitlab/git/branch.rb 14 additions, 0 deletionslib/gitlab/git/branch.rb
- spec/controllers/projects/branches_controller_spec.rb 33 additions, 0 deletionsspec/controllers/projects/branches_controller_spec.rb
- spec/features/projects/branches/download_buttons_spec.rb 1 addition, 1 deletionspec/features/projects/branches/download_buttons_spec.rb
- spec/features/projects/branches_spec.rb 125 additions, 12 deletionsspec/features/projects/branches_spec.rb
- spec/features/projects/environments/environment_spec.rb 1 addition, 1 deletionspec/features/projects/environments/environment_spec.rb
- spec/features/projects/merge_request_button_spec.rb 2 additions, 2 deletionsspec/features/projects/merge_request_button_spec.rb
- spec/lib/gitlab/git/branch_spec.rb 64 additions, 0 deletionsspec/lib/gitlab/git/branch_spec.rb
app/views/projects/branches/_panel.html.haml
0 → 100644
Please register or sign in to comment