-
- Downloads
Merge branch 'filter-branch-by-name' into 'master'
Users can filter branches by name on project branches page This MR aims to solve #18674 by adding the possibility to filter project branches by name  See merge request !5144
No related branches found
No related tags found
Showing
- CHANGELOG 2 additions, 0 deletionsCHANGELOG
- app/controllers/projects/branches_controller.rb 1 addition, 2 deletionsapp/controllers/projects/branches_controller.rb
- app/finders/branches_finder.rb 31 additions, 0 deletionsapp/finders/branches_finder.rb
- app/helpers/branches_helper.rb 11 additions, 0 deletionsapp/helpers/branches_helper.rb
- app/models/repository.rb 2 additions, 0 deletionsapp/models/repository.rb
- app/views/projects/branches/index.html.haml 12 additions, 8 deletionsapp/views/projects/branches/index.html.haml
- db/schema.rb 8 additions, 7 deletionsdb/schema.rb
- spec/features/projects/branches_spec.rb 32 additions, 0 deletionsspec/features/projects/branches_spec.rb
- spec/features/projects/branches_spec.rb~HEAD 32 additions, 0 deletionsspec/features/projects/branches_spec.rb~HEAD
- spec/finders/branches_finder_spec.rb 76 additions, 0 deletionsspec/finders/branches_finder_spec.rb
app/finders/branches_finder.rb
0 → 100644
spec/features/projects/branches_spec.rb
0 → 100644
spec/features/projects/branches_spec.rb~HEAD
0 → 100644
spec/finders/branches_finder_spec.rb
0 → 100644
Please register or sign in to comment