-
- Downloads
Merge branch 'global_labels' into 'master'
Global labels https://dev.gitlab.org/gitlab/gitlabhq/issues/2353 See merge request !1240
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/controllers/admin/labels_controller.rb 58 additions, 0 deletionsapp/controllers/admin/labels_controller.rb
- app/models/label.rb 7 additions, 1 deletionapp/models/label.rb
- app/models/project.rb 9 additions, 0 deletionsapp/models/project.rb
- app/services/projects/create_service.rb 2 additions, 0 deletionsapp/services/projects/create_service.rb
- app/views/admin/labels/_form.html.haml 35 additions, 0 deletionsapp/views/admin/labels/_form.html.haml
- app/views/admin/labels/_label.html.haml 5 additions, 0 deletionsapp/views/admin/labels/_label.html.haml
- app/views/admin/labels/destroy.js.haml 2 additions, 0 deletionsapp/views/admin/labels/destroy.js.haml
- app/views/admin/labels/edit.html.haml 9 additions, 0 deletionsapp/views/admin/labels/edit.html.haml
- app/views/admin/labels/index.html.haml 16 additions, 0 deletionsapp/views/admin/labels/index.html.haml
- app/views/admin/labels/new.html.haml 7 additions, 0 deletionsapp/views/admin/labels/new.html.haml
- app/views/layouts/nav/_admin.html.haml 6 additions, 0 deletionsapp/views/layouts/nav/_admin.html.haml
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
- db/migrate/20150902001023_add_template_to_label.rb 5 additions, 0 deletionsdb/migrate/20150902001023_add_template_to_label.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- features/admin/labels.feature 38 additions, 0 deletionsfeatures/admin/labels.feature
- features/steps/admin/labels.rb 117 additions, 0 deletionsfeatures/steps/admin/labels.rb
- spec/services/projects/create_service_spec.rb 8 additions, 0 deletionsspec/services/projects/create_service_spec.rb
Loading
Please register or sign in to comment