-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'issue_14189' into 'master'
Ability to prioritize labels Closes #14189 See merge request !4009
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/javascripts/LabelManager.js.coffee 84 additions, 0 deletionsapp/assets/javascripts/LabelManager.js.coffee
- app/assets/javascripts/dispatcher.js.coffee 2 additions, 0 deletionsapp/assets/javascripts/dispatcher.js.coffee
- app/assets/stylesheets/framework/lists.scss 12 additions, 0 deletionsapp/assets/stylesheets/framework/lists.scss
- app/assets/stylesheets/pages/labels.scss 32 additions, 1 deletionapp/assets/stylesheets/pages/labels.scss
- app/controllers/projects/labels_controller.rb 27 additions, 2 deletionsapp/controllers/projects/labels_controller.rb
- app/finders/issuable_finder.rb 6 additions, 2 deletionsapp/finders/issuable_finder.rb
- app/helpers/sorting_helper.rb 10 additions, 1 deletionapp/helpers/sorting_helper.rb
- app/models/concerns/issuable.rb 22 additions, 1 deletionapp/models/concerns/issuable.rb
- app/models/issue.rb 2 additions, 2 deletionsapp/models/issue.rb
- app/models/label.rb 14 additions, 0 deletionsapp/models/label.rb
- app/views/projects/labels/_label.html.haml 8 additions, 7 deletionsapp/views/projects/labels/_label.html.haml
- app/views/projects/labels/index.html.haml 25 additions, 11 deletionsapp/views/projects/labels/index.html.haml
- app/views/shared/_issues.html.haml 1 addition, 1 deletionapp/views/shared/_issues.html.haml
- app/views/shared/_label_row.html.haml 8 additions, 1 deletionapp/views/shared/_label_row.html.haml
- app/views/shared/_sort_dropdown.html.haml 2 additions, 0 deletionsapp/views/shared/_sort_dropdown.html.haml
- config/routes.rb 2 additions, 0 deletionsconfig/routes.rb
- db/migrate/20160314094147_add_priority_to_label.rb 6 additions, 0 deletionsdb/migrate/20160314094147_add_priority_to_label.rb
- db/schema.rb 2 additions, 0 deletionsdb/schema.rb
- features/steps/project/issues/labels.rb 5 additions, 5 deletionsfeatures/steps/project/issues/labels.rb
Loading
Please register or sign in to comment